COLOR #C9DFB8

HEX: #C9DFB8 RGB: (201,223,184)

Color info

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

RGB color model

#C9DFB8 color RGB value is (201,223,184).

RGB: (201,223,184) (79%, 87%, 72%)

RGB channels and saturation

R 201 of 255 = 79%
G 223 of 255 = 87%
B 184 of 255 = 72%

201
223
184

R + G + B ~ 79%. #C9DFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 223 + 184 = 608 (100%)
R 201 of 608 ~ 33.06%
G 223 of 608 ~ 36.68%
B 184 of 608 ~ 30.26'%

%33.06
%36.68
%30.26

CMYK color model

#C9DFB8 color CMYK value is (10,0,17,13).

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

CMYK: (10,0,17,13)
C10M0Y17K13 (10%, 0%, 17%, 13%)
(0.10 / 0.00 / 0.17 / 0.13)

CMYK percentages

%9.87
%0
%17.49
%12.55

Codes

Color #C9DFB8 in popluar color models

C9 DF B8
RGB 201 223 184
HSL 94° 37.86% 79.80%
HSB/HSV 94° 17.49% 87.45%
CMYK 9.87% 0.00% 17.49%
12.55%

Color #C9DFB8 in popluar number systems.

HEX C9 DF B8
Decimal 201 223 184
Binary 11001001 11011111 10111000
Octal 311 337 270

Shades and tints

Shades of #C9DFB8

#C9DFB8
(201,223,184)
#B7CBA8
(183,203,168)
#A5B798
(165,183,152)
#93A388
(147,163,136)
#818F78
(129,143,120)
#6F7B68
(111,123,104)
#5D6758
(93,103,88)
#4B5348
(75,83,72)
#393F38
(57,63,56)
#272B28
(39,43,40)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #C9DFB8

#C9DFB8
(201,223,184)
#CDE1BE
(205,225,190)
#D1E3C4
(209,227,196)
#D5E5CA
(213,229,202)
#D9E7D0
(217,231,208)
#DDE9D6
(221,233,214)
#E1EBDC
(225,235,220)
#E5EDE2
(229,237,226)
#E9EFE8
(233,239,232)
#EDF1EE
(237,241,238)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DFB8; }

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

This text font color is #C9DFB8.

Background Color

.myBgColor { background-color: #C9DFB8; }

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

This div background color is #C9DFB8.

Border color

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

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

This div border color is #C9DFB8.

Opacity

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

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

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

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

This text has shadow with #C9DFB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DFB8.

Preview

Color preview on black background

This text has color #C9DFB8 on black background.


Color preview on white background

This text has color #C9DFB8 on white background.


Black color preview on #C9DFB8 background

This text has black color on #C9DFB8 background.


White color preview on #C9DFB8 background

This text has white color on #C9DFB8 background.


Related colors

Complementary color

Complementary color for #hex is #362047.


I love getcolorcode.com

Triadic colors

1 #B8C9DF and #DFB8C9 with #C9DFB8 are triadic colors.

2 #B8DFC9 and #DFC9B8 with #C9DFB8 are triadic colors.