COLOR #CAE0E3

HEX: #CAE0E3
RGB: (202,224,227)

Color info

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

RGB color model

#CAE0E3 color RGB value is (202,224,227).

  • red value is 202;
  • green value is 224;
  • blue value is 227.
RGB:
(202,224,227)
(79%,88%,89%)

RGB channels and saturation

R 202 of 255 = 79%
G 224 of 255 = 88%
B 227 of 255 = 89%

202
224
227

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

Portions of RGB colors in percentages

R + G + B =
202 + 224 + 227 = 653 (100%)
R 202 of 653 ~ 30.93%
G 224 of 653 ~ 34.3%
B 227 of 653 ~ 34.76%

%30.93
%34.3
%34.76

CMYK color model

#CAE0E3 color CMYK value is (11,1,0,11).

  • cyan value is 11.01%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(11,1,0,11)
C11M1Y0K11 
(11%,1%,0%,11%)
(0.11/0.01/0.00/0.11)	

CMYK percentages

%11.01
%1.32
%0
%10.98

Codes

Color #CAE0E3 in popluar color models

CAE0E3
RGB202224227
HSL187°30.86%84.12%
HSB/HSV187°11.01%89.02%
CMYK11.01%1.32%0.00%
10.98%

Color #CAE0E3 in popluar number systems.

HEXCAE0E3
Decimal202224227
Binary110010101110000011100011
Octal312340343

Shades and tints

Shades of #CAE0E3

#CAE0E3
(202,224,227)
#B8CCCF
(184,204,207)
#A6B8BB
(166,184,187)
#94A4A7
(148,164,167)
#829093
(130,144,147)
#707C7F
(112,124,127)
#5E686B
(94,104,107)
#4C5457
(76,84,87)
#3A4043
(58,64,67)
#282C2F
(40,44,47)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #CAE0E3

#CAE0E3
(202,224,227)
#CEE2E5
(206,226,229)
#D2E4E7
(210,228,231)
#D6E6E9
(214,230,233)
#DAE8EB
(218,232,235)
#DEEAED
(222,234,237)
#E2ECEF
(226,236,239)
#E6EEF1
(230,238,241)
#EAF0F3
(234,240,243)
#EEF2F5
(238,242,245)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE0E3 color. Also use rgb(202,224,227) instead hex code.

Text Font Color

.myTextColor { color: #CAE0E3; }

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

This text font color is #CAE0E3.


Background Color

.myBgColor { background-color: #CAE0E3; }

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

This div background color is #CAE0E3.


Border color

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

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

This div border color is #CAE0E3.


Opacity

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

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

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

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

This text has shadow with #CAE0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE0E3 on black background.


Color preview on white background

This text has color #CAE0E3 on white background.



Black color preview on #CAE0E3 background

This text has black color on #CAE0E3 background.


White color preview on #CAE0E3 background

This text has white color on #CAE0E3 background.