COLOR #CAE7D5

HEX: #CAE7D5
RGB: (202,231,213)

Color info

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

RGB color model

#CAE7D5 color RGB value is (202,231,213).

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

RGB channels and saturation

R 202 of 255 = 79%
G 231 of 255 = 91%
B 213 of 255 = 84%

202
231
213

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

Portions of RGB colors in percentages

R + G + B =
202 + 231 + 213 = 646 (100%)
R 202 of 646 ~ 31.27%
G 231 of 646 ~ 35.76%
B 213 of 646 ~ 32.97%

%31.27
%35.76
%32.97

CMYK color model

#CAE7D5 color CMYK value is (13,0,8,9).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 9.41%
CMYK:
(13,0,8,9)
C13M0Y8K9 
(13%,0%,8%,9%)
(0.13/0.00/0.08/0.09)	

CMYK percentages

%12.55
%0
%7.79
%9.41

Codes

Color #CAE7D5 in popluar color models

CAE7D5
RGB202231213
HSL143°37.66%84.90%
HSB/HSV143°12.55%90.59%
CMYK12.55%0.00%7.79%
9.41%

Color #CAE7D5 in popluar number systems.

HEXCAE7D5
Decimal202231213
Binary110010101110011111010101
Octal312347325

Shades and tints

Shades of #CAE7D5

#CAE7D5
(202,231,213)
#B8D2C2
(184,210,194)
#A6BDAF
(166,189,175)
#94A89C
(148,168,156)
#829389
(130,147,137)
#707E76
(112,126,118)
#5E6963
(94,105,99)
#4C5450
(76,84,80)
#3A3F3D
(58,63,61)
#282A2A
(40,42,42)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #CAE7D5

#CAE7D5
(202,231,213)
#CEE9D8
(206,233,216)
#D2EBDB
(210,235,219)
#D6EDDE
(214,237,222)
#DAEFE1
(218,239,225)
#DEF1E4
(222,241,228)
#E2F3E7
(226,243,231)
#E6F5EA
(230,245,234)
#EAF7ED
(234,247,237)
#EEF9F0
(238,249,240)
#F2FBF3
(242,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE7D5; }

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

This text font color is #CAE7D5.


Background Color

.myBgColor { background-color: #CAE7D5; }

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

This div background color is #CAE7D5.


Border color

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

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

This div border color is #CAE7D5.


Opacity

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

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

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

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

This text has shadow with #CAE7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE7D5 on black background.


Color preview on white background

This text has color #CAE7D5 on white background.



Black color preview on #CAE7D5 background

This text has black color on #CAE7D5 background.


White color preview on #CAE7D5 background

This text has white color on #CAE7D5 background.