COLOR #CAE0C9

HEX: #CAE0C9
RGB: (202,224,201)

Color info

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

RGB color model

#CAE0C9 color RGB value is (202,224,201).

  • red value is 202;
  • green value is 224;
  • blue value is 201.
RGB:
(202,224,201)
(79%,88%,79%)

RGB channels and saturation

R 202 of 255 = 79%
G 224 of 255 = 88%
B 201 of 255 = 79%

202
224
201

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

Portions of RGB colors in percentages

R + G + B =
202 + 224 + 201 = 627 (100%)
R 202 of 627 ~ 32.22%
G 224 of 627 ~ 35.73%
B 201 of 627 ~ 32.06%

%32.22
%35.73
%32.06

CMYK color model

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

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 10.27%
  • key color value is 12.16%
CMYK:
(10,0,10,12)
C10M0Y10K12 
(10%,0%,10%,12%)
(0.10/0.00/0.10/0.12)	

CMYK percentages

%9.82
%0
%10.27
%12.16

Codes

Color #CAE0C9 in popluar color models

CAE0C9
RGB202224201
HSL117°27.06%83.33%
HSB/HSV117°10.27%87.84%
CMYK9.82%0.00%10.27%
12.16%

Color #CAE0C9 in popluar number systems.

HEXCAE0C9
Decimal202224201
Binary110010101110000011001001
Octal312340311

Shades and tints

Shades of #CAE0C9

#CAE0C9
(202,224,201)
#B8CCB7
(184,204,183)
#A6B8A5
(166,184,165)
#94A493
(148,164,147)
#829081
(130,144,129)
#707C6F
(112,124,111)
#5E685D
(94,104,93)
#4C544B
(76,84,75)
#3A4039
(58,64,57)
#282C27
(40,44,39)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #CAE0C9

#CAE0C9
(202,224,201)
#CEE2CD
(206,226,205)
#D2E4D1
(210,228,209)
#D6E6D5
(214,230,213)
#DAE8D9
(218,232,217)
#DEEADD
(222,234,221)
#E2ECE1
(226,236,225)
#E6EEE5
(230,238,229)
#EAF0E9
(234,240,233)
#EEF2ED
(238,242,237)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE0C9; }

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

This text font color is #CAE0C9.


Background Color

.myBgColor { background-color: #CAE0C9; }

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

This div background color is #CAE0C9.


Border color

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

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

This div border color is #CAE0C9.


Opacity

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

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

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

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

This text has shadow with #CAE0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE0C9 on black background.


Color preview on white background

This text has color #CAE0C9 on white background.



Black color preview on #CAE0C9 background

This text has black color on #CAE0C9 background.


White color preview on #CAE0C9 background

This text has white color on #CAE0C9 background.