COLOR #C9DDD8

HEX: #C9DDD8
RGB: (201,221,216)

Color info

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

RGB color model

#C9DDD8 color RGB value is (201,221,216).

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

RGB channels and saturation

R 201 of 255 = 79%
G 221 of 255 = 87%
B 216 of 255 = 85%

201
221
216

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

Portions of RGB colors in percentages

R + G + B =
201 + 221 + 216 = 638 (100%)
R 201 of 638 ~ 31.5%
G 221 of 638 ~ 34.64%
B 216 of 638 ~ 33.86%

%31.5
%34.64
%33.86

CMYK color model

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

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 13.33%
CMYK:
(9,0,2,13)
C9M0Y2K13 
(9%,0%,2%,13%)
(0.09/0.00/0.02/0.13)	

CMYK percentages

%9.05
%0
%2.26
%13.33

Codes

Color #C9DDD8 in popluar color models

C9DDD8
RGB201221216
HSL165°22.73%82.75%
HSB/HSV165°9.05%86.67%
CMYK9.05%0.00%2.26%
13.33%

Color #C9DDD8 in popluar number systems.

HEXC9DDD8
Decimal201221216
Binary110010011101110111011000
Octal311335330

Shades and tints

Shades of #C9DDD8

#C9DDD8
(201,221,216)
#B7C9C5
(183,201,197)
#A5B5B2
(165,181,178)
#93A19F
(147,161,159)
#818D8C
(129,141,140)
#6F7979
(111,121,121)
#5D6566
(93,101,102)
#4B5153
(75,81,83)
#393D40
(57,61,64)
#27292D
(39,41,45)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #C9DDD8

#C9DDD8
(201,221,216)
#CDE0DB
(205,224,219)
#D1E3DE
(209,227,222)
#D5E6E1
(213,230,225)
#D9E9E4
(217,233,228)
#DDECE7
(221,236,231)
#E1EFEA
(225,239,234)
#E5F2ED
(229,242,237)
#E9F5F0
(233,245,240)
#EDF8F3
(237,248,243)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DDD8; }

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

This text font color is #C9DDD8.


Background Color

.myBgColor { background-color: #C9DDD8; }

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

This div background color is #C9DDD8.


Border color

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

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

This div border color is #C9DDD8.


Opacity

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

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

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

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

This text has shadow with #C9DDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DDD8 on black background.


Color preview on white background

This text has color #C9DDD8 on white background.



Black color preview on #C9DDD8 background

This text has black color on #C9DDD8 background.


White color preview on #C9DDD8 background

This text has white color on #C9DDD8 background.