COLOR #CAF4BD

HEX: #CAF4BD
RGB: (202,244,189)

Color info

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

RGB color model

#CAF4BD color RGB value is (202,244,189).

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

RGB channels and saturation

R 202 of 255 = 79%
G 244 of 255 = 96%
B 189 of 255 = 74%

202
244
189

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

Portions of RGB colors in percentages

R + G + B =
202 + 244 + 189 = 635 (100%)
R 202 of 635 ~ 31.81%
G 244 of 635 ~ 38.43%
B 189 of 635 ~ 29.76%

%31.81
%38.43
%29.76

CMYK color model

#CAF4BD color CMYK value is (17,0,23,4).

  • cyan value is 17.21%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 4.31%
CMYK:
(17,0,23,4)
C17M0Y23K4 
(17%,0%,23%,4%)
(0.17/0.00/0.23/0.04)	

CMYK percentages

%17.21
%0
%22.54
%4.31

Codes

Color #CAF4BD in popluar color models

CAF4BD
RGB202244189
HSL106°71.43%84.90%
HSB/HSV106°22.54%95.69%
CMYK17.21%0.00%22.54%
4.31%

Color #CAF4BD in popluar number systems.

HEXCAF4BD
Decimal202244189
Binary110010101111010010111101
Octal312364275

Shades and tints

Shades of #CAF4BD

#CAF4BD
(202,244,189)
#B8DEAC
(184,222,172)
#A6C89B
(166,200,155)
#94B28A
(148,178,138)
#829C79
(130,156,121)
#708668
(112,134,104)
#5E7057
(94,112,87)
#4C5A46
(76,90,70)
#3A4435
(58,68,53)
#282E24
(40,46,36)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #CAF4BD

#CAF4BD
(202,244,189)
#CEF5C3
(206,245,195)
#D2F6C9
(210,246,201)
#D6F7CF
(214,247,207)
#DAF8D5
(218,248,213)
#DEF9DB
(222,249,219)
#E2FAE1
(226,250,225)
#E6FBE7
(230,251,231)
#EAFCED
(234,252,237)
#EEFDF3
(238,253,243)
#F2FEF9
(242,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF4BD; }

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

This text font color is #CAF4BD.


Background Color

.myBgColor { background-color: #CAF4BD; }

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

This div background color is #CAF4BD.


Border color

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

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

This div border color is #CAF4BD.


Opacity

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

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

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

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

This text has shadow with #CAF4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF4BD on black background.


Color preview on white background

This text has color #CAF4BD on white background.



Black color preview on #CAF4BD background

This text has black color on #CAF4BD background.


White color preview on #CAF4BD background

This text has white color on #CAF4BD background.