COLOR #CAE5DB

HEX: #CAE5DB RGB: (202,229,219)

Color info

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

RGB color model

#CAE5DB color RGB value is (202,229,219).

RGB: (202,229,219) (79%, 90%, 86%)

RGB channels and saturation

R 202 of 255 = 79%
G 229 of 255 = 90%
B 219 of 255 = 86%

202
229
219

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

Portions of RGB colors in percentages

R + G + B = 202 + 229 + 219 = 650 (100%)
R 202 of 650 ~ 31.08%
G 229 of 650 ~ 35.23%
B 219 of 650 ~ 33.69'%

%31.08
%35.23
%33.69

CMYK color model

#CAE5DB color CMYK value is (12,0,4,10).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 10.20%

CMYK: (12,0,4,10)
C12M0Y4K10 (12%, 0%, 4%, 10%)
(0.12 / 0.00 / 0.04 / 0.10)

CMYK percentages

%11.79
%0
%4.37
%10.2

Codes

Color #CAE5DB in popluar color models

CA E5 DB
RGB 202 229 219
HSL 158° 34.18% 84.51%
HSB/HSV 158° 11.79% 89.80%
CMYK 11.79% 0.00% 4.37%
10.20%

Color #CAE5DB in popluar number systems.

HEX CA E5 DB
Decimal 202 229 219
Binary 11001010 11100101 11011011
Octal 312 345 333

Shades and tints

Shades of #CAE5DB

#CAE5DB
(202,229,219)
#B8D1C8
(184,209,200)
#A6BDB5
(166,189,181)
#94A9A2
(148,169,162)
#82958F
(130,149,143)
#70817C
(112,129,124)
#5E6D69
(94,109,105)
#4C5956
(76,89,86)
#3A4543
(58,69,67)
#283130
(40,49,48)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #CAE5DB

#CAE5DB
(202,229,219)
#CEE7DE
(206,231,222)
#D2E9E1
(210,233,225)
#D6EBE4
(214,235,228)
#DAEDE7
(218,237,231)
#DEEFEA
(222,239,234)
#E2F1ED
(226,241,237)
#E6F3F0
(230,243,240)
#EAF5F3
(234,245,243)
#EEF7F6
(238,247,246)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE5DB; }

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

This text font color is #CAE5DB.

Background Color

.myBgColor { background-color: #CAE5DB; }

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

This div background color is #CAE5DB.

Border color

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

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

This div border color is #CAE5DB.

Opacity

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

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

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

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

This text has shadow with #CAE5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAE5DB.

Preview

Color preview on black background

This text has color #CAE5DB on black background.


Color preview on white background

This text has color #CAE5DB on white background.


Black color preview on #CAE5DB background

This text has black color on #CAE5DB background.


White color preview on #CAE5DB background

This text has white color on #CAE5DB background.


Related colors

Complementary color

Complementary color for #hex is #351A24.


I love getcolorcode.com

Triadic colors

1 #DBCAE5 and #E5DBCA with #CAE5DB are triadic colors.

2 #DBE5CA and #E5CADB with #CAE5DB are triadic colors.