COLOR #C0DCDD

HEX: #C0DCDD
RGB: (192,220,221)

Color info

#C0DCDD contains red, green and blue colors in about the same proportion. Web safe color of #C0DCDD is #CCCCCC (or #CCC).

RGB color model

#C0DCDD color RGB value is (192,220,221).

  • red value is 192;
  • green value is 220;
  • blue value is 221.
RGB:
(192,220,221)
(75%,86%,87%)

RGB channels and saturation

R 192 of 255 = 75%
G 220 of 255 = 86%
B 221 of 255 = 87%

192
220
221

R + G + B ~ 83%. #C0DCDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 220 + 221 = 633 (100%)
R 192 of 633 ~ 30.33%
G 220 of 633 ~ 34.76%
B 221 of 633 ~ 34.91%

%30.33
%34.76
%34.91

CMYK color model

#C0DCDD color CMYK value is (13,0,0,13).

  • cyan value is 13.12%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(13,0,0,13)
C13M0Y0K13 
(13%,0%,0%,13%)
(0.13/0.00/0.00/0.13)	

CMYK percentages

%13.12
%0.45
%0
%13.33

Codes

Color #C0DCDD in popluar color models

C0DCDD
RGB192220221
HSL182°29.90%80.98%
HSB/HSV182°13.12%86.67%
CMYK13.12%0.45%0.00%
13.33%

Color #C0DCDD in popluar number systems.

HEXC0DCDD
Decimal192220221
Binary110000001101110011011101
Octal300334335

Shades and tints

Shades of #C0DCDD

#C0DCDD
(192,220,221)
#AFC8C9
(175,200,201)
#9EB4B5
(158,180,181)
#8DA0A1
(141,160,161)
#7C8C8D
(124,140,141)
#6B7879
(107,120,121)
#5A6465
(90,100,101)
#495051
(73,80,81)
#383C3D
(56,60,61)
#272829
(39,40,41)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #C0DCDD

#C0DCDD
(192,220,221)
#C5DFE0
(197,223,224)
#CAE2E3
(202,226,227)
#CFE5E6
(207,229,230)
#D4E8E9
(212,232,233)
#D9EBEC
(217,235,236)
#DEEEEF
(222,238,239)
#E3F1F2
(227,241,242)
#E8F4F5
(232,244,245)
#EDF7F8
(237,247,248)
#F2FAFB
(242,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0DCDD color. Also use rgb(192,220,221) instead hex code.

Text Font Color

.myTextColor { color: #C0DCDD; }

<p style="color:#C0DCDD">This sample text font color is #C0DCDD.</p>

This text font color is #C0DCDD.


Background Color

.myBgColor { background-color: #C0DCDD; }

<div style="background-color:#C0DCDD">Inner text</div>

This div background color is #C0DCDD.


Border color

.myBorderColor { border: 1px solid #C0DCDD; }

<div style="border:3px solid #C0DCDD">Div</div>

This div border color is #C0DCDD.


Opacity

.myOpacity80 { color: #C0DCDD; opacity: 0.8; }

<p style="color:#C0DCDD;opacity:0.8;">80%</p>

Text with #C0DCDD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C0DCDD;}

<p style="text-shadow: 3px 3px 1px #C0DCDD">Text here.</p>

This text has shadow with #C0DCDD color.

.textShadow {text-shadow: 3px 3px 1px #C0DCDD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C0DCDD, 5px 5px 20px red">Text here.</p>

This text has shadow with #C0DCDD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0DCDD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C0DCDD, Direction=45, Strength=4)">Text</p>

This text has shadow with #C0DCDD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C0DCDD;
  -webkit-box-shadow:	1px 1px 3px 2px #C0DCDD;
  box-shadow:		1px 1px 3px 2px #C0DCDD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C0DCDD;
-webkit-box-shadow: 1px 1px 3px 2px #C0DCDD;
box-shadow:1px 1px 3px 2px #C0DCDD;">
Div content here</div>
This div box has shadow with color #C0DCDD.

Preview

Color preview on black background

This text has color #C0DCDD on black background.


Color preview on white background

This text has color #C0DCDD on white background.



Black color preview on #C0DCDD background

This text has black color on #C0DCDD background.


White color preview on #C0DCDD background

This text has white color on #C0DCDD background.