COLOR #CAE2E8

HEX: #CAE2E8
RGB: (202,226,232)

Color info

#CAE2E8 contains red, green and blue colors in about the same proportion. Web safe color of #CAE2E8 is #CCCCFF (or #CCF).

RGB color model

#CAE2E8 color RGB value is (202,226,232).

  • red value is 202;
  • green value is 226;
  • blue value is 232.
RGB:
(202,226,232)
(79%,89%,91%)

RGB channels and saturation

R 202 of 255 = 79%
G 226 of 255 = 89%
B 232 of 255 = 91%

202
226
232

R + G + B ~ 86%. #CAE2E8 is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 226 + 232 = 660 (100%)
R 202 of 660 ~ 30.61%
G 226 of 660 ~ 34.24%
B 232 of 660 ~ 35.15%

%30.61
%34.24
%35.15

CMYK color model

#CAE2E8 color CMYK value is (13,3,0,9).

  • cyan value is 12.93%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(13,3,0,9)
C13M3Y0K9 
(13%,3%,0%,9%)
(0.13/0.03/0.00/0.09)	

CMYK percentages

%12.93
%2.59
%0
%9.02

Codes

Color #CAE2E8 in popluar color models

CAE2E8
RGB202226232
HSL192°39.47%85.10%
HSB/HSV192°12.93%90.98%
CMYK12.93%2.59%0.00%
9.02%

Color #CAE2E8 in popluar number systems.

HEXCAE2E8
Decimal202226232
Binary110010101110001011101000
Octal312342350

Shades and tints

Shades of #CAE2E8

#CAE2E8
(202,226,232)
#B8CED3
(184,206,211)
#A6BABE
(166,186,190)
#94A6A9
(148,166,169)
#829294
(130,146,148)
#707E7F
(112,126,127)
#5E6A6A
(94,106,106)
#4C5655
(76,86,85)
#3A4240
(58,66,64)
#282E2B
(40,46,43)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #CAE2E8

#CAE2E8
(202,226,232)
#CEE4EA
(206,228,234)
#D2E6EC
(210,230,236)
#D6E8EE
(214,232,238)
#DAEAF0
(218,234,240)
#DEECF2
(222,236,242)
#E2EEF4
(226,238,244)
#E6F0F6
(230,240,246)
#EAF2F8
(234,242,248)
#EEF4FA
(238,244,250)
#F2F6FC
(242,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE2E8 color. Also use rgb(202,226,232) instead hex code.

Text Font Color

.myTextColor { color: #CAE2E8; }

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

This text font color is #CAE2E8.


Background Color

.myBgColor { background-color: #CAE2E8; }

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

This div background color is #CAE2E8.


Border color

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

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

This div border color is #CAE2E8.


Opacity

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

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

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

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

This text has shadow with #CAE2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE2E8 on black background.


Color preview on white background

This text has color #CAE2E8 on white background.



Black color preview on #CAE2E8 background

This text has black color on #CAE2E8 background.


White color preview on #CAE2E8 background

This text has white color on #CAE2E8 background.