COLOR #C0DDD9

HEX: #C0DDD9
RGB: (192,221,217)

Color info

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

RGB color model

#C0DDD9 color RGB value is (192,221,217).

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

RGB channels and saturation

R 192 of 255 = 75%
G 221 of 255 = 87%
B 217 of 255 = 85%

192
221
217

R + G + B ~ 82%. #C0DDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 221 + 217 = 630 (100%)
R 192 of 630 ~ 30.48%
G 221 of 630 ~ 35.08%
B 217 of 630 ~ 34.44%

%30.48
%35.08
%34.44

CMYK color model

#C0DDD9 color CMYK value is (13,0,2,13).

  • cyan value is 13.12%
  • magenta value is 0.00%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(13,0,2,13)
C13M0Y2K13 
(13%,0%,2%,13%)
(0.13/0.00/0.02/0.13)	

CMYK percentages

%13.12
%0
%1.81
%13.33

Codes

Color #C0DDD9 in popluar color models

C0DDD9
RGB192221217
HSL172°29.90%80.98%
HSB/HSV172°13.12%86.67%
CMYK13.12%0.00%1.81%
13.33%

Color #C0DDD9 in popluar number systems.

HEXC0DDD9
Decimal192221217
Binary110000001101110111011001
Octal300335331

Shades and tints

Shades of #C0DDD9

#C0DDD9
(192,221,217)
#AFC9C6
(175,201,198)
#9EB5B3
(158,181,179)
#8DA1A0
(141,161,160)
#7C8D8D
(124,141,141)
#6B797A
(107,121,122)
#5A6567
(90,101,103)
#495154
(73,81,84)
#383D41
(56,61,65)
#27292E
(39,41,46)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #C0DDD9

#C0DDD9
(192,221,217)
#C5E0DC
(197,224,220)
#CAE3DF
(202,227,223)
#CFE6E2
(207,230,226)
#D4E9E5
(212,233,229)
#D9ECE8
(217,236,232)
#DEEFEB
(222,239,235)
#E3F2EE
(227,242,238)
#E8F5F1
(232,245,241)
#EDF8F4
(237,248,244)
#F2FBF7
(242,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0DDD9; }

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

This text font color is #C0DDD9.


Background Color

.myBgColor { background-color: #C0DDD9; }

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

This div background color is #C0DDD9.


Border color

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

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

This div border color is #C0DDD9.


Opacity

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

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

Text with #C0DDD9 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 #C0DDD9;}

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

This text has shadow with #C0DDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0DDD9 on black background.


Color preview on white background

This text has color #C0DDD9 on white background.



Black color preview on #C0DDD9 background

This text has black color on #C0DDD9 background.


White color preview on #C0DDD9 background

This text has white color on #C0DDD9 background.