COLOR #C9DDD4

HEX: #C9DDD4
RGB: (201,221,212)

Color info

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

RGB color model

#C9DDD4 color RGB value is (201,221,212).

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

RGB channels and saturation

R 201 of 255 = 79%
G 221 of 255 = 87%
B 212 of 255 = 83%

201
221
212

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

Portions of RGB colors in percentages

R + G + B =
201 + 221 + 212 = 634 (100%)
R 201 of 634 ~ 31.7%
G 221 of 634 ~ 34.86%
B 212 of 634 ~ 33.44%

%31.7
%34.86
%33.44

CMYK color model

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

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 13.33%
CMYK:
(9,0,4,13)
C9M0Y4K13 
(9%,0%,4%,13%)
(0.09/0.00/0.04/0.13)	

CMYK percentages

%9.05
%0
%4.07
%13.33

Codes

Color #C9DDD4 in popluar color models

C9DDD4
RGB201221212
HSL153°22.73%82.75%
HSB/HSV153°9.05%86.67%
CMYK9.05%0.00%4.07%
13.33%

Color #C9DDD4 in popluar number systems.

HEXC9DDD4
Decimal201221212
Binary110010011101110111010100
Octal311335324

Shades and tints

Shades of #C9DDD4

#C9DDD4
(201,221,212)
#B7C9C1
(183,201,193)
#A5B5AE
(165,181,174)
#93A19B
(147,161,155)
#818D88
(129,141,136)
#6F7975
(111,121,117)
#5D6562
(93,101,98)
#4B514F
(75,81,79)
#393D3C
(57,61,60)
#272929
(39,41,41)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #C9DDD4

#C9DDD4
(201,221,212)
#CDE0D7
(205,224,215)
#D1E3DA
(209,227,218)
#D5E6DD
(213,230,221)
#D9E9E0
(217,233,224)
#DDECE3
(221,236,227)
#E1EFE6
(225,239,230)
#E5F2E9
(229,242,233)
#E9F5EC
(233,245,236)
#EDF8EF
(237,248,239)
#F1FBF2
(241,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DDD4; }

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

This text font color is #C9DDD4.


Background Color

.myBgColor { background-color: #C9DDD4; }

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

This div background color is #C9DDD4.


Border color

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

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

This div border color is #C9DDD4.


Opacity

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

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

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

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

This text has shadow with #C9DDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DDD4 on black background.


Color preview on white background

This text has color #C9DDD4 on white background.



Black color preview on #C9DDD4 background

This text has black color on #C9DDD4 background.


White color preview on #C9DDD4 background

This text has white color on #C9DDD4 background.