COLOR #CAF6D8

HEX: #CAF6D8
RGB: (202,246,216)

Color info

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

RGB color model

#CAF6D8 color RGB value is (202,246,216).

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

RGB channels and saturation

R 202 of 255 = 79%
G 246 of 255 = 96%
B 216 of 255 = 85%

202
246
216

R + G + B ~ 87%. #CAF6D8 is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 246 + 216 = 664 (100%)
R 202 of 664 ~ 30.42%
G 246 of 664 ~ 37.05%
B 216 of 664 ~ 32.53%

%30.42
%37.05
%32.53

CMYK color model

#CAF6D8 color CMYK value is (18,0,12,4).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 3.53%
CMYK:
(18,0,12,4)
C18M0Y12K4 
(18%,0%,12%,4%)
(0.18/0.00/0.12/0.04)	

CMYK percentages

%17.89
%0
%12.2
%3.53

Codes

Color #CAF6D8 in popluar color models

CAF6D8
RGB202246216
HSL139°70.97%87.84%
HSB/HSV139°17.89%96.47%
CMYK17.89%0.00%12.20%
3.53%

Color #CAF6D8 in popluar number systems.

HEXCAF6D8
Decimal202246216
Binary110010101111011011011000
Octal312366330

Shades and tints

Shades of #CAF6D8

#CAF6D8
(202,246,216)
#B8E0C5
(184,224,197)
#A6CAB2
(166,202,178)
#94B49F
(148,180,159)
#829E8C
(130,158,140)
#708879
(112,136,121)
#5E7266
(94,114,102)
#4C5C53
(76,92,83)
#3A4640
(58,70,64)
#28302D
(40,48,45)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #CAF6D8

#CAF6D8
(202,246,216)
#CEF6DB
(206,246,219)
#D2F6DE
(210,246,222)
#D6F6E1
(214,246,225)
#DAF6E4
(218,246,228)
#DEF6E7
(222,246,231)
#E2F6EA
(226,246,234)
#E6F6ED
(230,246,237)
#EAF6F0
(234,246,240)
#EEF6F3
(238,246,243)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF6D8; }

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

This text font color is #CAF6D8.


Background Color

.myBgColor { background-color: #CAF6D8; }

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

This div background color is #CAF6D8.


Border color

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

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

This div border color is #CAF6D8.


Opacity

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

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

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

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

This text has shadow with #CAF6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF6D8 on black background.


Color preview on white background

This text has color #CAF6D8 on white background.



Black color preview on #CAF6D8 background

This text has black color on #CAF6D8 background.


White color preview on #CAF6D8 background

This text has white color on #CAF6D8 background.