COLOR #CAE5D4

HEX: #CAE5D4
RGB: (202,229,212)

Color info

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

RGB color model

#CAE5D4 color RGB value is (202,229,212).

  • red value is 202;
  • green value is 229;
  • blue value is 212.
RGB:
(202,229,212)
(79%,90%,83%)

RGB channels and saturation

R 202 of 255 = 79%
G 229 of 255 = 90%
B 212 of 255 = 83%

202
229
212

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

Portions of RGB colors in percentages

R + G + B =
202 + 229 + 212 = 643 (100%)
R 202 of 643 ~ 31.42%
G 229 of 643 ~ 35.61%
B 212 of 643 ~ 32.97%

%31.42
%35.61
%32.97

CMYK color model

#CAE5D4 color CMYK value is (12,0,7,10).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 7.42%
  • key color value is 10.20%
CMYK:
(12,0,7,10)
C12M0Y7K10 
(12%,0%,7%,10%)
(0.12/0.00/0.07/0.10)	

CMYK percentages

%11.79
%0
%7.42
%10.2

Codes

Color #CAE5D4 in popluar color models

CAE5D4
RGB202229212
HSL142°34.18%84.51%
HSB/HSV142°11.79%89.80%
CMYK11.79%0.00%7.42%
10.20%

Color #CAE5D4 in popluar number systems.

HEXCAE5D4
Decimal202229212
Binary110010101110010111010100
Octal312345324

Shades and tints

Shades of #CAE5D4

#CAE5D4
(202,229,212)
#B8D1C1
(184,209,193)
#A6BDAE
(166,189,174)
#94A99B
(148,169,155)
#829588
(130,149,136)
#708175
(112,129,117)
#5E6D62
(94,109,98)
#4C594F
(76,89,79)
#3A453C
(58,69,60)
#283129
(40,49,41)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #CAE5D4

#CAE5D4
(202,229,212)
#CEE7D7
(206,231,215)
#D2E9DA
(210,233,218)
#D6EBDD
(214,235,221)
#DAEDE0
(218,237,224)
#DEEFE3
(222,239,227)
#E2F1E6
(226,241,230)
#E6F3E9
(230,243,233)
#EAF5EC
(234,245,236)
#EEF7EF
(238,247,239)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE5D4 color. Also use rgb(202,229,212) instead hex code.

Text Font Color

.myTextColor { color: #CAE5D4; }

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

This text font color is #CAE5D4.


Background Color

.myBgColor { background-color: #CAE5D4; }

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

This div background color is #CAE5D4.


Border color

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

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

This div border color is #CAE5D4.


Opacity

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

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

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

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

This text has shadow with #CAE5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE5D4 on black background.


Color preview on white background

This text has color #CAE5D4 on white background.



Black color preview on #CAE5D4 background

This text has black color on #CAE5D4 background.


White color preview on #CAE5D4 background

This text has white color on #CAE5D4 background.