COLOR #C9E0CB

HEX: #C9E0CB RGB: (201,224,203)

Color info

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

RGB color model

#C9E0CB color RGB value is (201,224,203).

RGB: (201,224,203) (79%, 88%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 224 of 255 = 88%
B 203 of 255 = 80%

201
224
203

R + G + B ~ 82%. #C9E0CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 224 + 203 = 628 (100%)
R 201 of 628 ~ 32.01%
G 224 of 628 ~ 35.67%
B 203 of 628 ~ 32.32'%

%32.01
%35.67
%32.32

CMYK color model

#C9E0CB color CMYK value is (10,0,9,12).

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

CMYK: (10,0,9,12)
C10M0Y9K12 (10%, 0%, 9%, 12%)
(0.10 / 0.00 / 0.09 / 0.12)

CMYK percentages

%10.27
%0
%9.38
%12.16

Codes

Color #C9E0CB in popluar color models

C9 E0 CB
RGB 201 224 203
HSL 125° 27.06% 83.33%
HSB/HSV 125° 10.27% 87.84%
CMYK 10.27% 0.00% 9.38%
12.16%

Color #C9E0CB in popluar number systems.

HEX C9 E0 CB
Decimal 201 224 203
Binary 11001001 11100000 11001011
Octal 311 340 313

Shades and tints

Shades of #C9E0CB

#C9E0CB
(201,224,203)
#B7CCB9
(183,204,185)
#A5B8A7
(165,184,167)
#93A495
(147,164,149)
#819083
(129,144,131)
#6F7C71
(111,124,113)
#5D685F
(93,104,95)
#4B544D
(75,84,77)
#39403B
(57,64,59)
#272C29
(39,44,41)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #C9E0CB

#C9E0CB
(201,224,203)
#CDE2CF
(205,226,207)
#D1E4D3
(209,228,211)
#D5E6D7
(213,230,215)
#D9E8DB
(217,232,219)
#DDEADF
(221,234,223)
#E1ECE3
(225,236,227)
#E5EEE7
(229,238,231)
#E9F0EB
(233,240,235)
#EDF2EF
(237,242,239)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E0CB; }

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

This text font color is #C9E0CB.

Background Color

.myBgColor { background-color: #C9E0CB; }

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

This div background color is #C9E0CB.

Border color

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

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

This div border color is #C9E0CB.

Opacity

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

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

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

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

This text has shadow with #C9E0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E0CB.

Preview

Color preview on black background

This text has color #C9E0CB on black background.


Color preview on white background

This text has color #C9E0CB on white background.


Black color preview on #C9E0CB background

This text has black color on #C9E0CB background.


White color preview on #C9E0CB background

This text has white color on #C9E0CB background.


Related colors

Complementary color

Complementary color for #hex is #361F34.


I love getcolorcode.com

Triadic colors

1 #CBC9E0 and #E0CBC9 with #C9E0CB are triadic colors.

2 #CBE0C9 and #E0C9CB with #C9E0CB are triadic colors.