COLOR #CAF8EC

HEX: #CAF8EC
RGB: (202,248,236)

Color info

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

RGB color model

#CAF8EC color RGB value is (202,248,236).

  • red value is 202;
  • green value is 248;
  • blue value is 236.
RGB:
(202,248,236)
(79%,97%,93%)

RGB channels and saturation

R 202 of 255 = 79%
G 248 of 255 = 97%
B 236 of 255 = 93%

202
248
236

R + G + B ~ 90%. #CAF8EC is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 248 + 236 = 686 (100%)
R 202 of 686 ~ 29.45%
G 248 of 686 ~ 36.15%
B 236 of 686 ~ 34.4%

%29.45
%36.15
%34.4

CMYK color model

#CAF8EC color CMYK value is (19,0,5,3).

  • cyan value is 18.55%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 2.75%
CMYK:
(19,0,5,3)
C19M0Y5K3 
(19%,0%,5%,3%)
(0.19/0.00/0.05/0.03)	

CMYK percentages

%18.55
%0
%4.84
%2.75

Codes

Color #CAF8EC in popluar color models

CAF8EC
RGB202248236
HSL164°76.67%88.24%
HSB/HSV164°18.55%97.25%
CMYK18.55%0.00%4.84%
2.75%

Color #CAF8EC in popluar number systems.

HEXCAF8EC
Decimal202248236
Binary110010101111100011101100
Octal312370354

Shades and tints

Shades of #CAF8EC

#CAF8EC
(202,248,236)
#B8E2D7
(184,226,215)
#A6CCC2
(166,204,194)
#94B6AD
(148,182,173)
#82A098
(130,160,152)
#708A83
(112,138,131)
#5E746E
(94,116,110)
#4C5E59
(76,94,89)
#3A4844
(58,72,68)
#28322F
(40,50,47)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #CAF8EC

#CAF8EC
(202,248,236)
#CEF8ED
(206,248,237)
#D2F8EE
(210,248,238)
#D6F8EF
(214,248,239)
#DAF8F0
(218,248,240)
#DEF8F1
(222,248,241)
#E2F8F2
(226,248,242)
#E6F8F3
(230,248,243)
#EAF8F4
(234,248,244)
#EEF8F5
(238,248,245)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF8EC color. Also use rgb(202,248,236) instead hex code.

Text Font Color

.myTextColor { color: #CAF8EC; }

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

This text font color is #CAF8EC.


Background Color

.myBgColor { background-color: #CAF8EC; }

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

This div background color is #CAF8EC.


Border color

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

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

This div border color is #CAF8EC.


Opacity

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

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

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

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

This text has shadow with #CAF8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF8EC on black background.


Color preview on white background

This text has color #CAF8EC on white background.



Black color preview on #CAF8EC background

This text has black color on #CAF8EC background.


White color preview on #CAF8EC background

This text has white color on #CAF8EC background.