COLOR #CAEDDE

HEX: #CAEDDE
RGB: (202,237,222)

Color info

#CAEDDE contains red, green and blue colors in about the same proportion. Web safe color of #CAEDDE is #CCFFCC (or #CFC).

RGB color model

#CAEDDE color RGB value is (202,237,222).

  • red value is 202;
  • green value is 237;
  • blue value is 222.
RGB:
(202,237,222)
(79%,93%,87%)

RGB channels and saturation

R 202 of 255 = 79%
G 237 of 255 = 93%
B 222 of 255 = 87%

202
237
222

R + G + B ~ 86%. #CAEDDE is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 237 + 222 = 661 (100%)
R 202 of 661 ~ 30.56%
G 237 of 661 ~ 35.85%
B 222 of 661 ~ 33.59%

%30.56
%35.85
%33.59

CMYK color model

#CAEDDE color CMYK value is (15,0,6,7).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(15,0,6,7)
C15M0Y6K7 
(15%,0%,6%,7%)
(0.15/0.00/0.06/0.07)	

CMYK percentages

%14.77
%0
%6.33
%7.06

Codes

Color #CAEDDE in popluar color models

CAEDDE
RGB202237222
HSL154°49.30%86.08%
HSB/HSV154°14.77%92.94%
CMYK14.77%0.00%6.33%
7.06%

Color #CAEDDE in popluar number systems.

HEXCAEDDE
Decimal202237222
Binary110010101110110111011110
Octal312355336

Shades and tints

Shades of #CAEDDE

#CAEDDE
(202,237,222)
#B8D8CA
(184,216,202)
#A6C3B6
(166,195,182)
#94AEA2
(148,174,162)
#82998E
(130,153,142)
#70847A
(112,132,122)
#5E6F66
(94,111,102)
#4C5A52
(76,90,82)
#3A453E
(58,69,62)
#28302A
(40,48,42)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #CAEDDE

#CAEDDE
(202,237,222)
#CEEEE1
(206,238,225)
#D2EFE4
(210,239,228)
#D6F0E7
(214,240,231)
#DAF1EA
(218,241,234)
#DEF2ED
(222,242,237)
#E2F3F0
(226,243,240)
#E6F4F3
(230,244,243)
#EAF5F6
(234,245,246)
#EEF6F9
(238,246,249)
#F2F7FC
(242,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAEDDE color. Also use rgb(202,237,222) instead hex code.

Text Font Color

.myTextColor { color: #CAEDDE; }

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

This text font color is #CAEDDE.


Background Color

.myBgColor { background-color: #CAEDDE; }

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

This div background color is #CAEDDE.


Border color

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

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

This div border color is #CAEDDE.


Opacity

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

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

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

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

This text has shadow with #CAEDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEDDE on black background.


Color preview on white background

This text has color #CAEDDE on white background.



Black color preview on #CAEDDE background

This text has black color on #CAEDDE background.


White color preview on #CAEDDE background

This text has white color on #CAEDDE background.