COLOR #CAF0D8

HEX: #CAF0D8
RGB: (202,240,216)

Color info

#CAF0D8 contains red, green and blue colors in about the same proportion. Web safe color of #CAF0D8 is #CCFFCC (or #CFC).

RGB color model

#CAF0D8 color RGB value is (202,240,216).

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

RGB channels and saturation

R 202 of 255 = 79%
G 240 of 255 = 94%
B 216 of 255 = 85%

202
240
216

R + G + B ~ 86%. #CAF0D8 is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 240 + 216 = 658 (100%)
R 202 of 658 ~ 30.7%
G 240 of 658 ~ 36.47%
B 216 of 658 ~ 32.83%

%30.7
%36.47
%32.83

CMYK color model

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

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 5.88%
CMYK:
(16,0,10,6)
C16M0Y10K6 
(16%,0%,10%,6%)
(0.16/0.00/0.10/0.06)	

CMYK percentages

%15.83
%0
%10
%5.88

Codes

Color #CAF0D8 in popluar color models

CAF0D8
RGB202240216
HSL142°55.88%86.67%
HSB/HSV142°15.83%94.12%
CMYK15.83%0.00%10.00%
5.88%

Color #CAF0D8 in popluar number systems.

HEXCAF0D8
Decimal202240216
Binary110010101111000011011000
Octal312360330

Shades and tints

Shades of #CAF0D8

#CAF0D8
(202,240,216)
#B8DBC5
(184,219,197)
#A6C6B2
(166,198,178)
#94B19F
(148,177,159)
#829C8C
(130,156,140)
#708779
(112,135,121)
#5E7266
(94,114,102)
#4C5D53
(76,93,83)
#3A4840
(58,72,64)
#28332D
(40,51,45)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #CAF0D8

#CAF0D8
(202,240,216)
#CEF1DB
(206,241,219)
#D2F2DE
(210,242,222)
#D6F3E1
(214,243,225)
#DAF4E4
(218,244,228)
#DEF5E7
(222,245,231)
#E2F6EA
(226,246,234)
#E6F7ED
(230,247,237)
#EAF8F0
(234,248,240)
#EEF9F3
(238,249,243)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF0D8; }

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

This text font color is #CAF0D8.


Background Color

.myBgColor { background-color: #CAF0D8; }

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

This div background color is #CAF0D8.


Border color

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

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

This div border color is #CAF0D8.


Opacity

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

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

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

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

This text has shadow with #CAF0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF0D8 on black background.


Color preview on white background

This text has color #CAF0D8 on white background.



Black color preview on #CAF0D8 background

This text has black color on #CAF0D8 background.


White color preview on #CAF0D8 background

This text has white color on #CAF0D8 background.