COLOR #CAF6D1

HEX: #CAF6D1
RGB: (202,246,209)

Color info

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

RGB color model

#CAF6D1 color RGB value is (202,246,209).

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

RGB channels and saturation

R 202 of 255 = 79%
G 246 of 255 = 96%
B 209 of 255 = 82%

202
246
209

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

Portions of RGB colors in percentages

R + G + B =
202 + 246 + 209 = 657 (100%)
R 202 of 657 ~ 30.75%
G 246 of 657 ~ 37.44%
B 209 of 657 ~ 31.81%

%30.75
%37.44
%31.81

CMYK color model

#CAF6D1 color CMYK value is (18,0,15,4).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 3.53%
CMYK:
(18,0,15,4)
C18M0Y15K4 
(18%,0%,15%,4%)
(0.18/0.00/0.15/0.04)	

CMYK percentages

%17.89
%0
%15.04
%3.53

Codes

Color #CAF6D1 in popluar color models

CAF6D1
RGB202246209
HSL130°70.97%87.84%
HSB/HSV130°17.89%96.47%
CMYK17.89%0.00%15.04%
3.53%

Color #CAF6D1 in popluar number systems.

HEXCAF6D1
Decimal202246209
Binary110010101111011011010001
Octal312366321

Shades and tints

Shades of #CAF6D1

#CAF6D1
(202,246,209)
#B8E0BE
(184,224,190)
#A6CAAB
(166,202,171)
#94B498
(148,180,152)
#829E85
(130,158,133)
#708872
(112,136,114)
#5E725F
(94,114,95)
#4C5C4C
(76,92,76)
#3A4639
(58,70,57)
#283026
(40,48,38)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #CAF6D1

#CAF6D1
(202,246,209)
#CEF6D5
(206,246,213)
#D2F6D9
(210,246,217)
#D6F6DD
(214,246,221)
#DAF6E1
(218,246,225)
#DEF6E5
(222,246,229)
#E2F6E9
(226,246,233)
#E6F6ED
(230,246,237)
#EAF6F1
(234,246,241)
#EEF6F5
(238,246,245)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF6D1; }

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

This text font color is #CAF6D1.


Background Color

.myBgColor { background-color: #CAF6D1; }

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

This div background color is #CAF6D1.


Border color

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

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

This div border color is #CAF6D1.


Opacity

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

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

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

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

This text has shadow with #CAF6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF6D1 on black background.


Color preview on white background

This text has color #CAF6D1 on white background.



Black color preview on #CAF6D1 background

This text has black color on #CAF6D1 background.


White color preview on #CAF6D1 background

This text has white color on #CAF6D1 background.