COLOR #C9DDDC

HEX: #C9DDDC
RGB: (201,221,220)

Color info

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

RGB color model

#C9DDDC color RGB value is (201,221,220).

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

RGB channels and saturation

R 201 of 255 = 79%
G 221 of 255 = 87%
B 220 of 255 = 86%

201
221
220

R + G + B ~ 84%. #C9DDDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 221 + 220 = 642 (100%)
R 201 of 642 ~ 31.31%
G 221 of 642 ~ 34.42%
B 220 of 642 ~ 34.27%

%31.31
%34.42
%34.27

CMYK color model

#C9DDDC color CMYK value is (9,0,0,13).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(9,0,0,13)
C9M0Y0K13 
(9%,0%,0%,13%)
(0.09/0.00/0.00/0.13)	

CMYK percentages

%9.05
%0
%0.45
%13.33

Codes

Color #C9DDDC in popluar color models

C9DDDC
RGB201221220
HSL177°22.73%82.75%
HSB/HSV177°9.05%86.67%
CMYK9.05%0.00%0.45%
13.33%

Color #C9DDDC in popluar number systems.

HEXC9DDDC
Decimal201221220
Binary110010011101110111011100
Octal311335334

Shades and tints

Shades of #C9DDDC

#C9DDDC
(201,221,220)
#B7C9C8
(183,201,200)
#A5B5B4
(165,181,180)
#93A1A0
(147,161,160)
#818D8C
(129,141,140)
#6F7978
(111,121,120)
#5D6564
(93,101,100)
#4B5150
(75,81,80)
#393D3C
(57,61,60)
#272928
(39,41,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #C9DDDC

#C9DDDC
(201,221,220)
#CDE0DF
(205,224,223)
#D1E3E2
(209,227,226)
#D5E6E5
(213,230,229)
#D9E9E8
(217,233,232)
#DDECEB
(221,236,235)
#E1EFEE
(225,239,238)
#E5F2F1
(229,242,241)
#E9F5F4
(233,245,244)
#EDF8F7
(237,248,247)
#F1FBFA
(241,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DDDC; }

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

This text font color is #C9DDDC.


Background Color

.myBgColor { background-color: #C9DDDC; }

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

This div background color is #C9DDDC.


Border color

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

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

This div border color is #C9DDDC.


Opacity

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

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

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

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

This text has shadow with #C9DDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DDDC on black background.


Color preview on white background

This text has color #C9DDDC on white background.



Black color preview on #C9DDDC background

This text has black color on #C9DDDC background.


White color preview on #C9DDDC background

This text has white color on #C9DDDC background.