COLOR #CAF4B9

HEX: #CAF4B9
RGB: (202,244,185)

Color info

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

RGB color model

#CAF4B9 color RGB value is (202,244,185).

  • red value is 202;
  • green value is 244;
  • blue value is 185.
RGB:
(202,244,185)
(79%,96%,73%)

RGB channels and saturation

R 202 of 255 = 79%
G 244 of 255 = 96%
B 185 of 255 = 73%

202
244
185

R + G + B ~ 83%. #CAF4B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 244 + 185 = 631 (100%)
R 202 of 631 ~ 32.01%
G 244 of 631 ~ 38.67%
B 185 of 631 ~ 29.32%

%32.01
%38.67
%29.32

CMYK color model

#CAF4B9 color CMYK value is (17,0,24,4).

  • cyan value is 17.21%
  • magenta value is 0.00%
  • yellow value is 24.18%
  • key color value is 4.31%
CMYK:
(17,0,24,4)
C17M0Y24K4 
(17%,0%,24%,4%)
(0.17/0.00/0.24/0.04)	

CMYK percentages

%17.21
%0
%24.18
%4.31

Codes

Color #CAF4B9 in popluar color models

CAF4B9
RGB202244185
HSL103°72.84%84.12%
HSB/HSV103°24.18%95.69%
CMYK17.21%0.00%24.18%
4.31%

Color #CAF4B9 in popluar number systems.

HEXCAF4B9
Decimal202244185
Binary110010101111010010111001
Octal312364271

Shades and tints

Shades of #CAF4B9

#CAF4B9
(202,244,185)
#B8DEA9
(184,222,169)
#A6C899
(166,200,153)
#94B289
(148,178,137)
#829C79
(130,156,121)
#708669
(112,134,105)
#5E7059
(94,112,89)
#4C5A49
(76,90,73)
#3A4439
(58,68,57)
#282E29
(40,46,41)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #CAF4B9

#CAF4B9
(202,244,185)
#CEF5BF
(206,245,191)
#D2F6C5
(210,246,197)
#D6F7CB
(214,247,203)
#DAF8D1
(218,248,209)
#DEF9D7
(222,249,215)
#E2FADD
(226,250,221)
#E6FBE3
(230,251,227)
#EAFCE9
(234,252,233)
#EEFDEF
(238,253,239)
#F2FEF5
(242,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF4B9 color. Also use rgb(202,244,185) instead hex code.

Text Font Color

.myTextColor { color: #CAF4B9; }

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

This text font color is #CAF4B9.


Background Color

.myBgColor { background-color: #CAF4B9; }

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

This div background color is #CAF4B9.


Border color

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

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

This div border color is #CAF4B9.


Opacity

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

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

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

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

This text has shadow with #CAF4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF4B9 on black background.


Color preview on white background

This text has color #CAF4B9 on white background.



Black color preview on #CAF4B9 background

This text has black color on #CAF4B9 background.


White color preview on #CAF4B9 background

This text has white color on #CAF4B9 background.