COLOR #CAE4D9

HEX: #CAE4D9
RGB: (202,228,217)

Color info

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

RGB color model

#CAE4D9 color RGB value is (202,228,217).

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

RGB channels and saturation

R 202 of 255 = 79%
G 228 of 255 = 89%
B 217 of 255 = 85%

202
228
217

R + G + B ~ 84%. #CAE4D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 228 + 217 = 647 (100%)
R 202 of 647 ~ 31.22%
G 228 of 647 ~ 35.24%
B 217 of 647 ~ 33.54%

%31.22
%35.24
%33.54

CMYK color model

#CAE4D9 color CMYK value is (11,0,5,11).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 10.59%
CMYK:
(11,0,5,11)
C11M0Y5K11 
(11%,0%,5%,11%)
(0.11/0.00/0.05/0.11)	

CMYK percentages

%11.4
%0
%4.82
%10.59

Codes

Color #CAE4D9 in popluar color models

CAE4D9
RGB202228217
HSL155°32.50%84.31%
HSB/HSV155°11.40%89.41%
CMYK11.40%0.00%4.82%
10.59%

Color #CAE4D9 in popluar number systems.

HEXCAE4D9
Decimal202228217
Binary110010101110010011011001
Octal312344331

Shades and tints

Shades of #CAE4D9

#CAE4D9
(202,228,217)
#B8D0C6
(184,208,198)
#A6BCB3
(166,188,179)
#94A8A0
(148,168,160)
#82948D
(130,148,141)
#70807A
(112,128,122)
#5E6C67
(94,108,103)
#4C5854
(76,88,84)
#3A4441
(58,68,65)
#28302E
(40,48,46)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #CAE4D9

#CAE4D9
(202,228,217)
#CEE6DC
(206,230,220)
#D2E8DF
(210,232,223)
#D6EAE2
(214,234,226)
#DAECE5
(218,236,229)
#DEEEE8
(222,238,232)
#E2F0EB
(226,240,235)
#E6F2EE
(230,242,238)
#EAF4F1
(234,244,241)
#EEF6F4
(238,246,244)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE4D9; }

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

This text font color is #CAE4D9.


Background Color

.myBgColor { background-color: #CAE4D9; }

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

This div background color is #CAE4D9.


Border color

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

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

This div border color is #CAE4D9.


Opacity

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

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

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

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

This text has shadow with #CAE4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE4D9 on black background.


Color preview on white background

This text has color #CAE4D9 on white background.



Black color preview on #CAE4D9 background

This text has black color on #CAE4D9 background.


White color preview on #CAE4D9 background

This text has white color on #CAE4D9 background.