COLOR #CAE5EA

HEX: #CAE5EA RGB: (202,229,234)

Color info

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

RGB color model

#CAE5EA color RGB value is (202,229,234).

RGB: (202,229,234) (79%, 90%, 92%)

RGB channels and saturation

R 202 of 255 = 79%
G 229 of 255 = 90%
B 234 of 255 = 92%

202
229
234

R + G + B ~ 87%. #CAE5EA is light color.

Portions of RGB colors in percentages

R + G + B = 202 + 229 + 234 = 665 (100%)
R 202 of 665 ~ 30.38%
G 229 of 665 ~ 34.44%
B 234 of 665 ~ 35.19'%

%30.38
%34.44
%35.19

CMYK color model

#CAE5EA color CMYK value is (14,2,0,8).

  • cyan value is 13.68%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (14,2,0,8)
C14M2Y0K8 (14%, 2%, 0%, 8%)
(0.14 / 0.02 / 0.00 / 0.08)

CMYK percentages

%13.68
%2.14
%0
%8.24

Codes

Color #CAE5EA in popluar color models

CA E5 EA
RGB 202 229 234
HSL 189° 43.24% 85.49%
HSB/HSV 189° 13.68% 91.76%
CMYK 13.68% 2.14% 0.00%
8.24%

Color #CAE5EA in popluar number systems.

HEX CA E5 EA
Decimal 202 229 234
Binary 11001010 11100101 11101010
Octal 312 345 352

Shades and tints

Shades of #CAE5EA

#CAE5EA
(202,229,234)
#B8D1D5
(184,209,213)
#A6BDC0
(166,189,192)
#94A9AB
(148,169,171)
#829596
(130,149,150)
#708181
(112,129,129)
#5E6D6C
(94,109,108)
#4C5957
(76,89,87)
#3A4542
(58,69,66)
#28312D
(40,49,45)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #CAE5EA

#CAE5EA
(202,229,234)
#CEE7EB
(206,231,235)
#D2E9EC
(210,233,236)
#D6EBED
(214,235,237)
#DAEDEE
(218,237,238)
#DEEFEF
(222,239,239)
#E2F1F0
(226,241,240)
#E6F3F1
(230,243,241)
#EAF5F2
(234,245,242)
#EEF7F3
(238,247,243)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE5EA; }

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

This text font color is #CAE5EA.

Background Color

.myBgColor { background-color: #CAE5EA; }

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

This div background color is #CAE5EA.

Border color

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

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

This div border color is #CAE5EA.

Opacity

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

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

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

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

This text has shadow with #CAE5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAE5EA.

Preview

Color preview on black background

This text has color #CAE5EA on black background.


Color preview on white background

This text has color #CAE5EA on white background.


Black color preview on #CAE5EA background

This text has black color on #CAE5EA background.


White color preview on #CAE5EA background

This text has white color on #CAE5EA background.


Related colors

Complementary color

Complementary color for #hex is #351A15.


I love getcolorcode.com

Triadic colors

1 #EACAE5 and #E5EACA with #CAE5EA are triadic colors.

2 #EAE5CA and #E5CAEA with #CAE5EA are triadic colors.