COLOR #CAE7D9

HEX: #CAE7D9
RGB: (202,231,217)

Color info

#CAE7D9 contains red, green and blue colors in about the same proportion. Web safe color of #CAE7D9 is #CCFFCC (or #CFC).

RGB color model

#CAE7D9 color RGB value is (202,231,217).

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

RGB channels and saturation

R 202 of 255 = 79%
G 231 of 255 = 91%
B 217 of 255 = 85%

202
231
217

R + G + B ~ 85%. #CAE7D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 231 + 217 = 650 (100%)
R 202 of 650 ~ 31.08%
G 231 of 650 ~ 35.54%
B 217 of 650 ~ 33.38%

%31.08
%35.54
%33.38

CMYK color model

#CAE7D9 color CMYK value is (13,0,6,9).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 9.41%
CMYK: (13,0,6,9) C13M0Y6K9 (13%,0%,6%,9%) (0.13/0.00/0.06/0.09)

CMYK percentages

%12.55
%0
%6.06
%9.41

Codes

Color #CAE7D9 in popluar color models

CAE7D9
RGB202231217
HSL151°37.66%84.90%
HSB/HSV151°12.55%90.59%
CMYK12.55%0.00%6.06%
9.41%

Color #CAE7D9 in popluar number systems.

HEXCAE7D9
Decimal202231217
Binary110010101110011111011001
Octal312347331

Shades and tints

Shades of #CAE7D9

#CAE7D9
(202,231,217)
#B8D2C6
(184,210,198)
#A6BDB3
(166,189,179)
#94A8A0
(148,168,160)
#82938D
(130,147,141)
#707E7A
(112,126,122)
#5E6967
(94,105,103)
#4C5454
(76,84,84)
#3A3F41
(58,63,65)
#282A2E
(40,42,46)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #CAE7D9

#CAE7D9
(202,231,217)
#CEE9DC
(206,233,220)
#D2EBDF
(210,235,223)
#D6EDE2
(214,237,226)
#DAEFE5
(218,239,229)
#DEF1E8
(222,241,232)
#E2F3EB
(226,243,235)
#E6F5EE
(230,245,238)
#EAF7F1
(234,247,241)
#EEF9F4
(238,249,244)
#F2FBF7
(242,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE7D9; }

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

This text font color is #CAE7D9.


Background Color

.myBgColor { background-color: #CAE7D9; }

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

This div background color is #CAE7D9.


Border color

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

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

This div border color is #CAE7D9.


Opacity

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

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

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

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

This text has shadow with #CAE7D9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CAE7D9 on black background.


Color preview on white background

This text has color #CAE7D9 on white background.



Black color preview on #CAE7D9 background

This text has black color on #CAE7D9 background.


White color preview on #CAE7D9 background

This text has white color on #CAE7D9 background.