COLOR #CAE4C9

HEX: #CAE4C9
RGB: (202,228,201)

Color info

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

RGB color model

#CAE4C9 color RGB value is (202,228,201).

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

RGB channels and saturation

R 202 of 255 = 79%
G 228 of 255 = 89%
B 201 of 255 = 79%

202
228
201

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

Portions of RGB colors in percentages

R + G + B =
202 + 228 + 201 = 631 (100%)
R 202 of 631 ~ 32.01%
G 228 of 631 ~ 36.13%
B 201 of 631 ~ 31.85%

%32.01
%36.13
%31.85

CMYK color model

#CAE4C9 color CMYK value is (11,0,12,11).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 11.84%
  • key color value is 10.59%
CMYK:
(11,0,12,11)
C11M0Y12K11 
(11%,0%,12%,11%)
(0.11/0.00/0.12/0.11)	

CMYK percentages

%11.4
%0
%11.84
%10.59

Codes

Color #CAE4C9 in popluar color models

CAE4C9
RGB202228201
HSL118°33.33%84.12%
HSB/HSV118°11.84%89.41%
CMYK11.40%0.00%11.84%
10.59%

Color #CAE4C9 in popluar number systems.

HEXCAE4C9
Decimal202228201
Binary110010101110010011001001
Octal312344311

Shades and tints

Shades of #CAE4C9

#CAE4C9
(202,228,201)
#B8D0B7
(184,208,183)
#A6BCA5
(166,188,165)
#94A893
(148,168,147)
#829481
(130,148,129)
#70806F
(112,128,111)
#5E6C5D
(94,108,93)
#4C584B
(76,88,75)
#3A4439
(58,68,57)
#283027
(40,48,39)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #CAE4C9

#CAE4C9
(202,228,201)
#CEE6CD
(206,230,205)
#D2E8D1
(210,232,209)
#D6EAD5
(214,234,213)
#DAECD9
(218,236,217)
#DEEEDD
(222,238,221)
#E2F0E1
(226,240,225)
#E6F2E5
(230,242,229)
#EAF4E9
(234,244,233)
#EEF6ED
(238,246,237)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE4C9; }

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

This text font color is #CAE4C9.


Background Color

.myBgColor { background-color: #CAE4C9; }

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

This div background color is #CAE4C9.


Border color

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

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

This div border color is #CAE4C9.


Opacity

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

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

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

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

This text has shadow with #CAE4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE4C9 on black background.


Color preview on white background

This text has color #CAE4C9 on white background.



Black color preview on #CAE4C9 background

This text has black color on #CAE4C9 background.


White color preview on #CAE4C9 background

This text has white color on #CAE4C9 background.