COLOR #CAE7EB

HEX: #CAE7EB RGB: (202,231,235)

Color info

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

RGB color model

#CAE7EB color RGB value is (202,231,235).

RGB: (202,231,235) (79%, 91%, 92%)

RGB channels and saturation

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

202
231
235

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

Portions of RGB colors in percentages

R + G + B = 202 + 231 + 235 = 668 (100%)
R 202 of 668 ~ 30.24%
G 231 of 668 ~ 34.58%
B 235 of 668 ~ 35.18'%

%30.24
%34.58
%35.18

CMYK color model

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

  • cyan value is 14.04%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 7.84%

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

CMYK percentages

%14.04
%1.7
%0
%7.84

Codes

Color #CAE7EB in popluar color models

CA E7 EB
RGB 202 231 235
HSL 187° 45.21% 85.69%
HSB/HSV 187° 14.04% 92.16%
CMYK 14.04% 1.70% 0.00%
7.84%

Color #CAE7EB in popluar number systems.

HEX CA E7 EB
Decimal 202 231 235
Binary 11001010 11100111 11101011
Octal 312 347 353

Shades and tints

Shades of #CAE7EB

#CAE7EB
(202,231,235)
#B8D2D6
(184,210,214)
#A6BDC1
(166,189,193)
#94A8AC
(148,168,172)
#829397
(130,147,151)
#707E82
(112,126,130)
#5E696D
(94,105,109)
#4C5458
(76,84,88)
#3A3F43
(58,63,67)
#282A2E
(40,42,46)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #CAE7EB

#CAE7EB
(202,231,235)
#CEE9EC
(206,233,236)
#D2EBED
(210,235,237)
#D6EDEE
(214,237,238)
#DAEFEF
(218,239,239)
#DEF1F0
(222,241,240)
#E2F3F1
(226,243,241)
#E6F5F2
(230,245,242)
#EAF7F3
(234,247,243)
#EEF9F4
(238,249,244)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE7EB; }

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

This text font color is #CAE7EB.

Background Color

.myBgColor { background-color: #CAE7EB; }

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

This div background color is #CAE7EB.

Border color

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

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

This div border color is #CAE7EB.

Opacity

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

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

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

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

This text has shadow with #CAE7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAE7EB.

Preview

Color preview on black background

This text has color #CAE7EB on black background.


Color preview on white background

This text has color #CAE7EB on white background.


Black color preview on #CAE7EB background

This text has black color on #CAE7EB background.


White color preview on #CAE7EB background

This text has white color on #CAE7EB background.


Related colors

Complementary color

Complementary color for #hex is #351814.


I love getcolorcode.com

Triadic colors

1 #EBCAE7 and #E7EBCA with #CAE7EB are triadic colors.

2 #EBE7CA and #E7CAEB with #CAE7EB are triadic colors.