COLOR #CAEDEE

HEX: #CAEDEE
RGB: (202,237,238)

Color info

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

RGB color model

#CAEDEE color RGB value is (202,237,238).

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

RGB channels and saturation

R 202 of 255 = 79%
G 237 of 255 = 93%
B 238 of 255 = 93%

202
237
238

R + G + B ~ 88%. #CAEDEE is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 237 + 238 = 677 (100%)
R 202 of 677 ~ 29.84%
G 237 of 677 ~ 35.01%
B 238 of 677 ~ 35.16%

%29.84
%35.01
%35.16

CMYK color model

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

  • cyan value is 15.13%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(15,0,0,7)
C15M0Y0K7 
(15%,0%,0%,7%)
(0.15/0.00/0.00/0.07)	

CMYK percentages

%15.13
%0.42
%0
%6.67

Codes

Color #CAEDEE in popluar color models

CAEDEE
RGB202237238
HSL182°51.43%86.27%
HSB/HSV182°15.13%93.33%
CMYK15.13%0.42%0.00%
6.67%

Color #CAEDEE in popluar number systems.

HEXCAEDEE
Decimal202237238
Binary110010101110110111101110
Octal312355356

Shades and tints

Shades of #CAEDEE

#CAEDEE
(202,237,238)
#B8D8D9
(184,216,217)
#A6C3C4
(166,195,196)
#94AEAF
(148,174,175)
#82999A
(130,153,154)
#708485
(112,132,133)
#5E6F70
(94,111,112)
#4C5A5B
(76,90,91)
#3A4546
(58,69,70)
#283031
(40,48,49)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #CAEDEE

#CAEDEE
(202,237,238)
#CEEEEF
(206,238,239)
#D2EFF0
(210,239,240)
#D6F0F1
(214,240,241)
#DAF1F2
(218,241,242)
#DEF2F3
(222,242,243)
#E2F3F4
(226,243,244)
#E6F4F5
(230,244,245)
#EAF5F6
(234,245,246)
#EEF6F7
(238,246,247)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAEDEE; }

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

This text font color is #CAEDEE.


Background Color

.myBgColor { background-color: #CAEDEE; }

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

This div background color is #CAEDEE.


Border color

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

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

This div border color is #CAEDEE.


Opacity

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

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

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

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

This text has shadow with #CAEDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEDEE on black background.


Color preview on white background

This text has color #CAEDEE on white background.



Black color preview on #CAEDEE background

This text has black color on #CAEDEE background.


White color preview on #CAEDEE background

This text has white color on #CAEDEE background.