COLOR #CAF0EF

HEX: #CAF0EF
RGB: (202,240,239)

Color info

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

RGB color model

#CAF0EF color RGB value is (202,240,239).

  • red value is 202;
  • green value is 240;
  • blue value is 239.
RGB:
(202,240,239)
(79%,94%,94%)

RGB channels and saturation

R 202 of 255 = 79%
G 240 of 255 = 94%
B 239 of 255 = 94%

202
240
239

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

Portions of RGB colors in percentages

R + G + B =
202 + 240 + 239 = 681 (100%)
R 202 of 681 ~ 29.66%
G 240 of 681 ~ 35.24%
B 239 of 681 ~ 35.1%

%29.66
%35.24
%35.1

CMYK color model

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

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 5.88%
CMYK:
(16,0,0,6)
C16M0Y0K6 
(16%,0%,0%,6%)
(0.16/0.00/0.00/0.06)	

CMYK percentages

%15.83
%0
%0.42
%5.88

Codes

Color #CAF0EF in popluar color models

CAF0EF
RGB202240239
HSL178°55.88%86.67%
HSB/HSV178°15.83%94.12%
CMYK15.83%0.00%0.42%
5.88%

Color #CAF0EF in popluar number systems.

HEXCAF0EF
Decimal202240239
Binary110010101111000011101111
Octal312360357

Shades and tints

Shades of #CAF0EF

#CAF0EF
(202,240,239)
#B8DBDA
(184,219,218)
#A6C6C5
(166,198,197)
#94B1B0
(148,177,176)
#829C9B
(130,156,155)
#708786
(112,135,134)
#5E7271
(94,114,113)
#4C5D5C
(76,93,92)
#3A4847
(58,72,71)
#283332
(40,51,50)
#161E1D
(22,30,29)
#000000
(0,0,0)

Tints of #CAF0EF

#CAF0EF
(202,240,239)
#CEF1F0
(206,241,240)
#D2F2F1
(210,242,241)
#D6F3F2
(214,243,242)
#DAF4F3
(218,244,243)
#DEF5F4
(222,245,244)
#E2F6F5
(226,246,245)
#E6F7F6
(230,247,246)
#EAF8F7
(234,248,247)
#EEF9F8
(238,249,248)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF0EF; }

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

This text font color is #CAF0EF.


Background Color

.myBgColor { background-color: #CAF0EF; }

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

This div background color is #CAF0EF.


Border color

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

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

This div border color is #CAF0EF.


Opacity

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

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

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

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

This text has shadow with #CAF0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF0EF on black background.


Color preview on white background

This text has color #CAF0EF on white background.



Black color preview on #CAF0EF background

This text has black color on #CAF0EF background.


White color preview on #CAF0EF background

This text has white color on #CAF0EF background.