COLOR #CAF4EE

HEX: #CAF4EE
RGB: (202,244,238)

Color info

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

RGB color model

#CAF4EE color RGB value is (202,244,238).

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

RGB channels and saturation

R 202 of 255 = 79%
G 244 of 255 = 96%
B 238 of 255 = 93%

202
244
238

R + G + B ~ 89%. #CAF4EE is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 244 + 238 = 684 (100%)
R 202 of 684 ~ 29.53%
G 244 of 684 ~ 35.67%
B 238 of 684 ~ 34.8%

%29.53
%35.67
%34.8

CMYK color model

#CAF4EE color CMYK value is (17,0,2,4).

  • cyan value is 17.21%
  • magenta value is 0.00%
  • yellow value is 2.46%
  • key color value is 4.31%
CMYK:
(17,0,2,4)
C17M0Y2K4 
(17%,0%,2%,4%)
(0.17/0.00/0.02/0.04)	

CMYK percentages

%17.21
%0
%2.46
%4.31

Codes

Color #CAF4EE in popluar color models

CAF4EE
RGB202244238
HSL171°65.63%87.45%
HSB/HSV171°17.21%95.69%
CMYK17.21%0.00%2.46%
4.31%

Color #CAF4EE in popluar number systems.

HEXCAF4EE
Decimal202244238
Binary110010101111010011101110
Octal312364356

Shades and tints

Shades of #CAF4EE

#CAF4EE
(202,244,238)
#B8DED9
(184,222,217)
#A6C8C4
(166,200,196)
#94B2AF
(148,178,175)
#829C9A
(130,156,154)
#708685
(112,134,133)
#5E7070
(94,112,112)
#4C5A5B
(76,90,91)
#3A4446
(58,68,70)
#282E31
(40,46,49)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #CAF4EE

#CAF4EE
(202,244,238)
#CEF5EF
(206,245,239)
#D2F6F0
(210,246,240)
#D6F7F1
(214,247,241)
#DAF8F2
(218,248,242)
#DEF9F3
(222,249,243)
#E2FAF4
(226,250,244)
#E6FBF5
(230,251,245)
#EAFCF6
(234,252,246)
#EEFDF7
(238,253,247)
#F2FEF8
(242,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF4EE; }

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

This text font color is #CAF4EE.


Background Color

.myBgColor { background-color: #CAF4EE; }

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

This div background color is #CAF4EE.


Border color

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

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

This div border color is #CAF4EE.


Opacity

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

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

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

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

This text has shadow with #CAF4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF4EE on black background.


Color preview on white background

This text has color #CAF4EE on white background.



Black color preview on #CAF4EE background

This text has black color on #CAF4EE background.


White color preview on #CAF4EE background

This text has white color on #CAF4EE background.