COLOR #CAE2D9

HEX: #CAE2D9
RGB: (202,226,217)

Color info

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

RGB color model

#CAE2D9 color RGB value is (202,226,217).

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

RGB channels and saturation

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

202
226
217

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

Portions of RGB colors in percentages

R + G + B =
202 + 226 + 217 = 645 (100%)
R 202 of 645 ~ 31.32%
G 226 of 645 ~ 35.04%
B 217 of 645 ~ 33.64%

%31.32
%35.04
%33.64

CMYK color model

#CAE2D9 color CMYK value is (11,0,4,11).

  • cyan value is 10.62%
  • magenta value is 0.00%
  • yellow value is 3.98%
  • key color value is 11.37%
CMYK:
(11,0,4,11)
C11M0Y4K11 
(11%,0%,4%,11%)
(0.11/0.00/0.04/0.11)	

CMYK percentages

%10.62
%0
%3.98
%11.37

Codes

Color #CAE2D9 in popluar color models

CAE2D9
RGB202226217
HSL158°29.27%83.92%
HSB/HSV158°10.62%88.63%
CMYK10.62%0.00%3.98%
11.37%

Color #CAE2D9 in popluar number systems.

HEXCAE2D9
Decimal202226217
Binary110010101110001011011001
Octal312342331

Shades and tints

Shades of #CAE2D9

#CAE2D9
(202,226,217)
#B8CEC6
(184,206,198)
#A6BAB3
(166,186,179)
#94A6A0
(148,166,160)
#82928D
(130,146,141)
#707E7A
(112,126,122)
#5E6A67
(94,106,103)
#4C5654
(76,86,84)
#3A4241
(58,66,65)
#282E2E
(40,46,46)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #CAE2D9

#CAE2D9
(202,226,217)
#CEE4DC
(206,228,220)
#D2E6DF
(210,230,223)
#D6E8E2
(214,232,226)
#DAEAE5
(218,234,229)
#DEECE8
(222,236,232)
#E2EEEB
(226,238,235)
#E6F0EE
(230,240,238)
#EAF2F1
(234,242,241)
#EEF4F4
(238,244,244)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE2D9; }

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

This text font color is #CAE2D9.


Background Color

.myBgColor { background-color: #CAE2D9; }

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

This div background color is #CAE2D9.


Border color

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

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

This div border color is #CAE2D9.


Opacity

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

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

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

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

This text has shadow with #CAE2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE2D9 on black background.


Color preview on white background

This text has color #CAE2D9 on white background.



Black color preview on #CAE2D9 background

This text has black color on #CAE2D9 background.


White color preview on #CAE2D9 background

This text has white color on #CAE2D9 background.