COLOR #CAE6DC

HEX: #CAE6DC
RGB: (202,230,220)

Color info

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

RGB color model

#CAE6DC color RGB value is (202,230,220).

  • red value is 202;
  • green value is 230;
  • blue value is 220.
RGB:
(202,230,220)
(79%,90%,86%)

RGB channels and saturation

R 202 of 255 = 79%
G 230 of 255 = 90%
B 220 of 255 = 86%

202
230
220

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

Portions of RGB colors in percentages

R + G + B =
202 + 230 + 220 = 652 (100%)
R 202 of 652 ~ 30.98%
G 230 of 652 ~ 35.28%
B 220 of 652 ~ 33.74%

%30.98
%35.28
%33.74

CMYK color model

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

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(12,0,4,10)
C12M0Y4K10 
(12%,0%,4%,10%)
(0.12/0.00/0.04/0.10)	

CMYK percentages

%12.17
%0
%4.35
%9.8

Codes

Color #CAE6DC in popluar color models

CAE6DC
RGB202230220
HSL159°35.90%84.71%
HSB/HSV159°12.17%90.20%
CMYK12.17%0.00%4.35%
9.80%

Color #CAE6DC in popluar number systems.

HEXCAE6DC
Decimal202230220
Binary110010101110011011011100
Octal312346334

Shades and tints

Shades of #CAE6DC

#CAE6DC
(202,230,220)
#B8D2C8
(184,210,200)
#A6BEB4
(166,190,180)
#94AAA0
(148,170,160)
#82968C
(130,150,140)
#708278
(112,130,120)
#5E6E64
(94,110,100)
#4C5A50
(76,90,80)
#3A463C
(58,70,60)
#283228
(40,50,40)
#161E14
(22,30,20)
#000000
(0,0,0)

Tints of #CAE6DC

#CAE6DC
(202,230,220)
#CEE8DF
(206,232,223)
#D2EAE2
(210,234,226)
#D6ECE5
(214,236,229)
#DAEEE8
(218,238,232)
#DEF0EB
(222,240,235)
#E2F2EE
(226,242,238)
#E6F4F1
(230,244,241)
#EAF6F4
(234,246,244)
#EEF8F7
(238,248,247)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE6DC color. Also use rgb(202,230,220) instead hex code.

Text Font Color

.myTextColor { color: #CAE6DC; }

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

This text font color is #CAE6DC.


Background Color

.myBgColor { background-color: #CAE6DC; }

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

This div background color is #CAE6DC.


Border color

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

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

This div border color is #CAE6DC.


Opacity

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

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

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

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

This text has shadow with #CAE6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE6DC on black background.


Color preview on white background

This text has color #CAE6DC on white background.



Black color preview on #CAE6DC background

This text has black color on #CAE6DC background.


White color preview on #CAE6DC background

This text has white color on #CAE6DC background.