COLOR #CAF9CF

HEX: #CAF9CF
RGB: (202,249,207)

Color info

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

RGB color model

#CAF9CF color RGB value is (202,249,207).

  • red value is 202;
  • green value is 249;
  • blue value is 207.
RGB:
(202,249,207)
(79%,98%,81%)

RGB channels and saturation

R 202 of 255 = 79%
G 249 of 255 = 98%
B 207 of 255 = 81%

202
249
207

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

Portions of RGB colors in percentages

R + G + B =
202 + 249 + 207 = 658 (100%)
R 202 of 658 ~ 30.7%
G 249 of 658 ~ 37.84%
B 207 of 658 ~ 31.46%

%30.7
%37.84
%31.46

CMYK color model

#CAF9CF color CMYK value is (19,0,17,2).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK:
(19,0,17,2)
C19M0Y17K2 
(19%,0%,17%,2%)
(0.19/0.00/0.17/0.02)	

CMYK percentages

%18.88
%0
%16.87
%2.35

Codes

Color #CAF9CF in popluar color models

CAF9CF
RGB202249207
HSL126°79.66%88.43%
HSB/HSV126°18.88%97.65%
CMYK18.88%0.00%16.87%
2.35%

Color #CAF9CF in popluar number systems.

HEXCAF9CF
Decimal202249207
Binary110010101111100111001111
Octal312371317

Shades and tints

Shades of #CAF9CF

#CAF9CF
(202,249,207)
#B8E3BD
(184,227,189)
#A6CDAB
(166,205,171)
#94B799
(148,183,153)
#82A187
(130,161,135)
#708B75
(112,139,117)
#5E7563
(94,117,99)
#4C5F51
(76,95,81)
#3A493F
(58,73,63)
#28332D
(40,51,45)
#161D1B
(22,29,27)
#000000
(0,0,0)

Tints of #CAF9CF

#CAF9CF
(202,249,207)
#CEF9D3
(206,249,211)
#D2F9D7
(210,249,215)
#D6F9DB
(214,249,219)
#DAF9DF
(218,249,223)
#DEF9E3
(222,249,227)
#E2F9E7
(226,249,231)
#E6F9EB
(230,249,235)
#EAF9EF
(234,249,239)
#EEF9F3
(238,249,243)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF9CF color. Also use rgb(202,249,207) instead hex code.

Text Font Color

.myTextColor { color: #CAF9CF; }

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

This text font color is #CAF9CF.


Background Color

.myBgColor { background-color: #CAF9CF; }

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

This div background color is #CAF9CF.


Border color

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

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

This div border color is #CAF9CF.


Opacity

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

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

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

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

This text has shadow with #CAF9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF9CF on black background.


Color preview on white background

This text has color #CAF9CF on white background.



Black color preview on #CAF9CF background

This text has black color on #CAF9CF background.


White color preview on #CAF9CF background

This text has white color on #CAF9CF background.