COLOR #CAE4DE

HEX: #CAE4DE
RGB: (202,228,222)

Color info

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

RGB color model

#CAE4DE color RGB value is (202,228,222).

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

RGB channels and saturation

R 202 of 255 = 79%
G 228 of 255 = 89%
B 222 of 255 = 87%

202
228
222

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

Portions of RGB colors in percentages

R + G + B =
202 + 228 + 222 = 652 (100%)
R 202 of 652 ~ 30.98%
G 228 of 652 ~ 34.97%
B 222 of 652 ~ 34.05%

%30.98
%34.97
%34.05

CMYK color model

#CAE4DE color CMYK value is (11,0,3,11).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 10.59%
CMYK:
(11,0,3,11)
C11M0Y3K11 
(11%,0%,3%,11%)
(0.11/0.00/0.03/0.11)	

CMYK percentages

%11.4
%0
%2.63
%10.59

Codes

Color #CAE4DE in popluar color models

CAE4DE
RGB202228222
HSL166°32.50%84.31%
HSB/HSV166°11.40%89.41%
CMYK11.40%0.00%2.63%
10.59%

Color #CAE4DE in popluar number systems.

HEXCAE4DE
Decimal202228222
Binary110010101110010011011110
Octal312344336

Shades and tints

Shades of #CAE4DE

#CAE4DE
(202,228,222)
#B8D0CA
(184,208,202)
#A6BCB6
(166,188,182)
#94A8A2
(148,168,162)
#82948E
(130,148,142)
#70807A
(112,128,122)
#5E6C66
(94,108,102)
#4C5852
(76,88,82)
#3A443E
(58,68,62)
#28302A
(40,48,42)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #CAE4DE

#CAE4DE
(202,228,222)
#CEE6E1
(206,230,225)
#D2E8E4
(210,232,228)
#D6EAE7
(214,234,231)
#DAECEA
(218,236,234)
#DEEEED
(222,238,237)
#E2F0F0
(226,240,240)
#E6F2F3
(230,242,243)
#EAF4F6
(234,244,246)
#EEF6F9
(238,246,249)
#F2F8FC
(242,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE4DE; }

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

This text font color is #CAE4DE.


Background Color

.myBgColor { background-color: #CAE4DE; }

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

This div background color is #CAE4DE.


Border color

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

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

This div border color is #CAE4DE.


Opacity

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

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

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

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

This text has shadow with #CAE4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE4DE on black background.


Color preview on white background

This text has color #CAE4DE on white background.



Black color preview on #CAE4DE background

This text has black color on #CAE4DE background.


White color preview on #CAE4DE background

This text has white color on #CAE4DE background.