COLOR #CAF49D

HEX: #CAF49D
RGB: (202,244,157)

Color info

#CAF49D contains mainly red and green colors. Web safe color of #CAF49D is #CCFF99 (or #CF9).

RGB color model

#CAF49D color RGB value is (202,244,157).

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

RGB channels and saturation

R 202 of 255 = 79%
G 244 of 255 = 96%
B 157 of 255 = 62%

202
244
157

R + G + B ~ 79%. #CAF49D is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 244 + 157 = 603 (100%)
R 202 of 603 ~ 33.5%
G 244 of 603 ~ 40.46%
B 157 of 603 ~ 26.04%

%33.5
%40.46
%26.04

CMYK color model

#CAF49D color CMYK value is (17,0,36,4).

  • cyan value is 17.21%
  • magenta value is 0.00%
  • yellow value is 35.66%
  • key color value is 4.31%
CMYK:
(17,0,36,4)
C17M0Y36K4 
(17%,0%,36%,4%)
(0.17/0.00/0.36/0.04)	

CMYK percentages

%17.21
%0
%35.66
%4.31

Codes

Color #CAF49D in popluar color models

CAF49D
RGB202244157
HSL89°79.82%78.63%
HSB/HSV89°35.66%95.69%
CMYK17.21%0.00%35.66%
4.31%

Color #CAF49D in popluar number systems.

HEXCAF49D
Decimal202244157
Binary110010101111010010011101
Octal312364235

Shades and tints

Shades of #CAF49D

#CAF49D
(202,244,157)
#B8DE8F
(184,222,143)
#A6C881
(166,200,129)
#94B273
(148,178,115)
#829C65
(130,156,101)
#708657
(112,134,87)
#5E7049
(94,112,73)
#4C5A3B
(76,90,59)
#3A442D
(58,68,45)
#282E1F
(40,46,31)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #CAF49D

#CAF49D
(202,244,157)
#CEF5A5
(206,245,165)
#D2F6AD
(210,246,173)
#D6F7B5
(214,247,181)
#DAF8BD
(218,248,189)
#DEF9C5
(222,249,197)
#E2FACD
(226,250,205)
#E6FBD5
(230,251,213)
#EAFCDD
(234,252,221)
#EEFDE5
(238,253,229)
#F2FEED
(242,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF49D; }

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

This text font color is #CAF49D.


Background Color

.myBgColor { background-color: #CAF49D; }

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

This div background color is #CAF49D.


Border color

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

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

This div border color is #CAF49D.


Opacity

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

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

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

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

This text has shadow with #CAF49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF49D on black background.


Color preview on white background

This text has color #CAF49D on white background.



Black color preview on #CAF49D background

This text has black color on #CAF49D background.


White color preview on #CAF49D background

This text has white color on #CAF49D background.