COLOR #CAE7EA

HEX: #CAE7EA
RGB: (202,231,234)

Color info

#CAE7EA contains red, green and blue colors in about the same proportion. Web safe color of #CAE7EA is #CCFFFF (or #CFF).

RGB color model

#CAE7EA color RGB value is (202,231,234).

  • red value is 202;
  • green value is 231;
  • blue value is 234.
RGB: (202,231,234) (79%,91%,92%)

RGB channels and saturation

R 202 of 255 = 79%
G 231 of 255 = 91%
B 234 of 255 = 92%

202
231
234

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

Portions of RGB colors in percentages

R + G + B =
202 + 231 + 234 = 667 (100%)
R 202 of 667 ~ 30.28%
G 231 of 667 ~ 34.63%
B 234 of 667 ~ 35.08%

%30.28
%34.63
%35.08

CMYK color model

#CAE7EA color CMYK value is (14,1,0,8).

  • cyan value is 13.68%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (14,1,0,8) C14M1Y0K8 (14%,1%,0%,8%) (0.14/0.01/0.00/0.08)

CMYK percentages

%13.68
%1.28
%0
%8.24

Codes

Color #CAE7EA in popluar color models

CAE7EA
RGB202231234
HSL186°43.24%85.49%
HSB/HSV186°13.68%91.76%
CMYK13.68%1.28%0.00%
8.24%

Color #CAE7EA in popluar number systems.

HEXCAE7EA
Decimal202231234
Binary110010101110011111101010
Octal312347352

Shades and tints

Shades of #CAE7EA

#CAE7EA
(202,231,234)
#B8D2D5
(184,210,213)
#A6BDC0
(166,189,192)
#94A8AB
(148,168,171)
#829396
(130,147,150)
#707E81
(112,126,129)
#5E696C
(94,105,108)
#4C5457
(76,84,87)
#3A3F42
(58,63,66)
#282A2D
(40,42,45)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #CAE7EA

#CAE7EA
(202,231,234)
#CEE9EB
(206,233,235)
#D2EBEC
(210,235,236)
#D6EDED
(214,237,237)
#DAEFEE
(218,239,238)
#DEF1EF
(222,241,239)
#E2F3F0
(226,243,240)
#E6F5F1
(230,245,241)
#EAF7F2
(234,247,242)
#EEF9F3
(238,249,243)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE7EA; }

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

This text font color is #CAE7EA.


Background Color

.myBgColor { background-color: #CAE7EA; }

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

This div background color is #CAE7EA.


Border color

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

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

This div border color is #CAE7EA.


Opacity

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

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

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

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

This text has shadow with #CAE7EA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CAE7EA on black background.


Color preview on white background

This text has color #CAE7EA on white background.



Black color preview on #CAE7EA background

This text has black color on #CAE7EA background.


White color preview on #CAE7EA background

This text has white color on #CAE7EA background.