COLOR #CAEEED

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

202
238
237

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

Portions of RGB colors in percentages

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

%29.84
%35.16
%35.01

CMYK color model

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

  • cyan value is 15.13%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • 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
%0.42
%6.67

Codes

Color #CAEEED in popluar color models

CAEEED
RGB202238237
HSL178°51.43%86.27%
HSB/HSV178°15.13%93.33%
CMYK15.13%0.00%0.42%
6.67%

Color #CAEEED in popluar number systems.

HEXCAEEED
Decimal202238237
Binary110010101110111011101101
Octal312356355

Shades and tints

Shades of #CAEEED

#CAEEED
(202,238,237)
#B8D9D8
(184,217,216)
#A6C4C3
(166,196,195)
#94AFAE
(148,175,174)
#829A99
(130,154,153)
#708584
(112,133,132)
#5E706F
(94,112,111)
#4C5B5A
(76,91,90)
#3A4645
(58,70,69)
#283130
(40,49,48)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #CAEEED

#CAEEED
(202,238,237)
#CEEFEE
(206,239,238)
#D2F0EF
(210,240,239)
#D6F1F0
(214,241,240)
#DAF2F1
(218,242,241)
#DEF3F2
(222,243,242)
#E2F4F3
(226,244,243)
#E6F5F4
(230,245,244)
#EAF6F5
(234,246,245)
#EEF7F6
(238,247,246)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAEEED; }

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

This text font color is #CAEEED.


Background Color

.myBgColor { background-color: #CAEEED; }

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

This div background color is #CAEEED.


Border color

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

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

This div border color is #CAEEED.


Opacity

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

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

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

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

This text has shadow with #CAEEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEEED on black background.


Color preview on white background

This text has color #CAEEED on white background.



Black color preview on #CAEEED background

This text has black color on #CAEEED background.


White color preview on #CAEEED background

This text has white color on #CAEEED background.