COLOR #CAF0EE

HEX: #CAF0EE RGB: (202,240,238)

Color info

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

RGB color model

#CAF0EE color RGB value is (202,240,238).

RGB: (202,240,238) (79%, 94%, 93%)

RGB channels and saturation

R 202 of 255 = 79%
G 240 of 255 = 94%
B 238 of 255 = 93%

202
240
238

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

Portions of RGB colors in percentages

R + G + B = 202 + 240 + 238 = 680 (100%)
R 202 of 680 ~ 29.71%
G 240 of 680 ~ 35.29%
B 238 of 680 ~ 35'%

%29.71
%35.29
%35

CMYK color model

#CAF0EE color CMYK value is (16,0,1,6).

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.88%

CMYK: (16,0,1,6)
C16M0Y1K6 (16%, 0%, 1%, 6%)
(0.16 / 0.00 / 0.01 / 0.06)

CMYK percentages

%15.83
%0
%0.83
%5.88

Codes

Color #CAF0EE in popluar color models

CA F0 EE
RGB 202 240 238
HSL 177° 55.88% 86.67%
HSB/HSV 177° 15.83% 94.12%
CMYK 15.83% 0.00% 0.83%
5.88%

Color #CAF0EE in popluar number systems.

HEX CA F0 EE
Decimal 202 240 238
Binary 11001010 11110000 11101110
Octal 312 360 356

Shades and tints

Shades of #CAF0EE

#CAF0EE
(202,240,238)
#B8DBD9
(184,219,217)
#A6C6C4
(166,198,196)
#94B1AF
(148,177,175)
#829C9A
(130,156,154)
#708785
(112,135,133)
#5E7270
(94,114,112)
#4C5D5B
(76,93,91)
#3A4846
(58,72,70)
#283331
(40,51,49)
#161E1C
(22,30,28)
#000000
(0,0,0)

Tints of #CAF0EE

#CAF0EE
(202,240,238)
#CEF1EF
(206,241,239)
#D2F2F0
(210,242,240)
#D6F3F1
(214,243,241)
#DAF4F2
(218,244,242)
#DEF5F3
(222,245,243)
#E2F6F4
(226,246,244)
#E6F7F5
(230,247,245)
#EAF8F6
(234,248,246)
#EEF9F7
(238,249,247)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF0EE; }

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

This text font color is #CAF0EE.

Background Color

.myBgColor { background-color: #CAF0EE; }

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

This div background color is #CAF0EE.

Border color

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

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

This div border color is #CAF0EE.

Opacity

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

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

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

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

This text has shadow with #CAF0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAF0EE.

Preview

Color preview on black background

This text has color #CAF0EE on black background.


Color preview on white background

This text has color #CAF0EE on white background.


Black color preview on #CAF0EE background

This text has black color on #CAF0EE background.


White color preview on #CAF0EE background

This text has white color on #CAF0EE background.


Related colors

Complementary color

Complementary color for #hex is #350F11.


I love getcolorcode.com

Triadic colors

1 #EECAF0 and #F0EECA with #CAF0EE are triadic colors.

2 #EEF0CA and #F0CAEE with #CAF0EE are triadic colors.