COLOR #C9E0CF

HEX: #C9E0CF RGB: (201,224,207)

Color info

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

RGB color model

#C9E0CF color RGB value is (201,224,207).

RGB: (201,224,207) (79%, 88%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 224 of 255 = 88%
B 207 of 255 = 81%

201
224
207

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

Portions of RGB colors in percentages

R + G + B = 201 + 224 + 207 = 632 (100%)
R 201 of 632 ~ 31.8%
G 224 of 632 ~ 35.44%
B 207 of 632 ~ 32.75'%

%31.8
%35.44
%32.75

CMYK color model

#C9E0CF color CMYK value is (10,0,8,12).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 12.16%

CMYK: (10,0,8,12)
C10M0Y8K12 (10%, 0%, 8%, 12%)
(0.10 / 0.00 / 0.08 / 0.12)

CMYK percentages

%10.27
%0
%7.59
%12.16

Codes

Color #C9E0CF in popluar color models

C9 E0 CF
RGB 201 224 207
HSL 136° 27.06% 83.33%
HSB/HSV 136° 10.27% 87.84%
CMYK 10.27% 0.00% 7.59%
12.16%

Color #C9E0CF in popluar number systems.

HEX C9 E0 CF
Decimal 201 224 207
Binary 11001001 11100000 11001111
Octal 311 340 317

Shades and tints

Shades of #C9E0CF

#C9E0CF
(201,224,207)
#B7CCBD
(183,204,189)
#A5B8AB
(165,184,171)
#93A499
(147,164,153)
#819087
(129,144,135)
#6F7C75
(111,124,117)
#5D6863
(93,104,99)
#4B5451
(75,84,81)
#39403F
(57,64,63)
#272C2D
(39,44,45)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #C9E0CF

#C9E0CF
(201,224,207)
#CDE2D3
(205,226,211)
#D1E4D7
(209,228,215)
#D5E6DB
(213,230,219)
#D9E8DF
(217,232,223)
#DDEAE3
(221,234,227)
#E1ECE7
(225,236,231)
#E5EEEB
(229,238,235)
#E9F0EF
(233,240,239)
#EDF2F3
(237,242,243)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E0CF color. Also use rgb(201,224,207) instead hex code.

Text Font Color

.myTextColor { color: #C9E0CF; }

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

This text font color is #C9E0CF.

Background Color

.myBgColor { background-color: #C9E0CF; }

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

This div background color is #C9E0CF.

Border color

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

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

This div border color is #C9E0CF.

Opacity

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

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

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

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

This text has shadow with #C9E0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E0CF.

Preview

Color preview on black background

This text has color #C9E0CF on black background.


Color preview on white background

This text has color #C9E0CF on white background.


Black color preview on #C9E0CF background

This text has black color on #C9E0CF background.


White color preview on #C9E0CF background

This text has white color on #C9E0CF background.


Related colors

Complementary color

Complementary color for #hex is #361F30.


I love getcolorcode.com

Triadic colors

1 #CFC9E0 and #E0CFC9 with #C9E0CF are triadic colors.

2 #CFE0C9 and #E0C9CF with #C9E0CF are triadic colors.