COLOR #C9DFD8

HEX: #C9DFD8 RGB: (201,223,216)

Color info

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

RGB color model

#C9DFD8 color RGB value is (201,223,216).

RGB: (201,223,216) (79%, 87%, 85%)

RGB channels and saturation

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

201
223
216

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

Portions of RGB colors in percentages

R + G + B = 201 + 223 + 216 = 640 (100%)
R 201 of 640 ~ 31.41%
G 223 of 640 ~ 34.84%
B 216 of 640 ~ 33.75'%

%31.41
%34.84
%33.75

CMYK color model

#C9DFD8 color CMYK value is (10,0,3,13).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 3.14%
  • key color value is 12.55%

CMYK: (10,0,3,13)
C10M0Y3K13 (10%, 0%, 3%, 13%)
(0.10 / 0.00 / 0.03 / 0.13)

CMYK percentages

%9.87
%0
%3.14
%12.55

Codes

Color #C9DFD8 in popluar color models

C9 DF D8
RGB 201 223 216
HSL 161° 25.58% 83.14%
HSB/HSV 161° 9.87% 87.45%
CMYK 9.87% 0.00% 3.14%
12.55%

Color #C9DFD8 in popluar number systems.

HEX C9 DF D8
Decimal 201 223 216
Binary 11001001 11011111 11011000
Octal 311 337 330

Shades and tints

Shades of #C9DFD8

#C9DFD8
(201,223,216)
#B7CBC5
(183,203,197)
#A5B7B2
(165,183,178)
#93A39F
(147,163,159)
#818F8C
(129,143,140)
#6F7B79
(111,123,121)
#5D6766
(93,103,102)
#4B5353
(75,83,83)
#393F40
(57,63,64)
#272B2D
(39,43,45)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #C9DFD8

#C9DFD8
(201,223,216)
#CDE1DB
(205,225,219)
#D1E3DE
(209,227,222)
#D5E5E1
(213,229,225)
#D9E7E4
(217,231,228)
#DDE9E7
(221,233,231)
#E1EBEA
(225,235,234)
#E5EDED
(229,237,237)
#E9EFF0
(233,239,240)
#EDF1F3
(237,241,243)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DFD8; }

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

This text font color is #C9DFD8.

Background Color

.myBgColor { background-color: #C9DFD8; }

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

This div background color is #C9DFD8.

Border color

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

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

This div border color is #C9DFD8.

Opacity

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

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

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

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

This text has shadow with #C9DFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DFD8.

Preview

Color preview on black background

This text has color #C9DFD8 on black background.


Color preview on white background

This text has color #C9DFD8 on white background.


Black color preview on #C9DFD8 background

This text has black color on #C9DFD8 background.


White color preview on #C9DFD8 background

This text has white color on #C9DFD8 background.


Related colors

Complementary color

Complementary color for #hex is #362027.


I love getcolorcode.com

Triadic colors

1 #D8C9DF and #DFD8C9 with #C9DFD8 are triadic colors.

2 #D8DFC9 and #DFC9D8 with #C9DFD8 are triadic colors.