COLOR #CAE4D2

HEX: #CAE4D2
RGB: (202,228,210)

Color info

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

RGB color model

#CAE4D2 color RGB value is (202,228,210).

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

RGB channels and saturation

R 202 of 255 = 79%
G 228 of 255 = 89%
B 210 of 255 = 82%

202
228
210

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

Portions of RGB colors in percentages

R + G + B =
202 + 228 + 210 = 640 (100%)
R 202 of 640 ~ 31.56%
G 228 of 640 ~ 35.63%
B 210 of 640 ~ 32.81%

%31.56
%35.63
%32.81

CMYK color model

#CAE4D2 color CMYK value is (11,0,8,11).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 10.59%
CMYK:
(11,0,8,11)
C11M0Y8K11 
(11%,0%,8%,11%)
(0.11/0.00/0.08/0.11)	

CMYK percentages

%11.4
%0
%7.89
%10.59

Codes

Color #CAE4D2 in popluar color models

CAE4D2
RGB202228210
HSL138°32.50%84.31%
HSB/HSV138°11.40%89.41%
CMYK11.40%0.00%7.89%
10.59%

Color #CAE4D2 in popluar number systems.

HEXCAE4D2
Decimal202228210
Binary110010101110010011010010
Octal312344322

Shades and tints

Shades of #CAE4D2

#CAE4D2
(202,228,210)
#B8D0BF
(184,208,191)
#A6BCAC
(166,188,172)
#94A899
(148,168,153)
#829486
(130,148,134)
#708073
(112,128,115)
#5E6C60
(94,108,96)
#4C584D
(76,88,77)
#3A443A
(58,68,58)
#283027
(40,48,39)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #CAE4D2

#CAE4D2
(202,228,210)
#CEE6D6
(206,230,214)
#D2E8DA
(210,232,218)
#D6EADE
(214,234,222)
#DAECE2
(218,236,226)
#DEEEE6
(222,238,230)
#E2F0EA
(226,240,234)
#E6F2EE
(230,242,238)
#EAF4F2
(234,244,242)
#EEF6F6
(238,246,246)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE4D2; }

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

This text font color is #CAE4D2.


Background Color

.myBgColor { background-color: #CAE4D2; }

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

This div background color is #CAE4D2.


Border color

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

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

This div border color is #CAE4D2.


Opacity

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

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

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

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

This text has shadow with #CAE4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE4D2 on black background.


Color preview on white background

This text has color #CAE4D2 on white background.



Black color preview on #CAE4D2 background

This text has black color on #CAE4D2 background.


White color preview on #CAE4D2 background

This text has white color on #CAE4D2 background.