COLOR #CAF097

HEX: #CAF097
RGB: (202,240,151)

Color info

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

RGB color model

#CAF097 color RGB value is (202,240,151).

  • red value is 202;
  • green value is 240;
  • blue value is 151.
RGB:
(202,240,151)
(79%,94%,59%)

RGB channels and saturation

R 202 of 255 = 79%
G 240 of 255 = 94%
B 151 of 255 = 59%

202
240
151

R + G + B ~ 77%. #CAF097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 240 + 151 = 593 (100%)
R 202 of 593 ~ 34.06%
G 240 of 593 ~ 40.47%
B 151 of 593 ~ 25.46%

%34.06
%40.47
%25.46

CMYK color model

#CAF097 color CMYK value is (16,0,37,6).

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 37.08%
  • key color value is 5.88%
CMYK:
(16,0,37,6)
C16M0Y37K6 
(16%,0%,37%,6%)
(0.16/0.00/0.37/0.06)	

CMYK percentages

%15.83
%0
%37.08
%5.88

Codes

Color #CAF097 in popluar color models

CAF097
RGB202240151
HSL86°74.79%76.67%
HSB/HSV86°37.08%94.12%
CMYK15.83%0.00%37.08%
5.88%

Color #CAF097 in popluar number systems.

HEXCAF097
Decimal202240151
Binary110010101111000010010111
Octal312360227

Shades and tints

Shades of #CAF097

#CAF097
(202,240,151)
#B8DB8A
(184,219,138)
#A6C67D
(166,198,125)
#94B170
(148,177,112)
#829C63
(130,156,99)
#708756
(112,135,86)
#5E7249
(94,114,73)
#4C5D3C
(76,93,60)
#3A482F
(58,72,47)
#283322
(40,51,34)
#161E15
(22,30,21)
#000000
(0,0,0)

Tints of #CAF097

#CAF097
(202,240,151)
#CEF1A0
(206,241,160)
#D2F2A9
(210,242,169)
#D6F3B2
(214,243,178)
#DAF4BB
(218,244,187)
#DEF5C4
(222,245,196)
#E2F6CD
(226,246,205)
#E6F7D6
(230,247,214)
#EAF8DF
(234,248,223)
#EEF9E8
(238,249,232)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF097 color. Also use rgb(202,240,151) instead hex code.

Text Font Color

.myTextColor { color: #CAF097; }

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

This text font color is #CAF097.


Background Color

.myBgColor { background-color: #CAF097; }

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

This div background color is #CAF097.


Border color

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

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

This div border color is #CAF097.


Opacity

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

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

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

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

This text has shadow with #CAF097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF097 on black background.


Color preview on white background

This text has color #CAF097 on white background.



Black color preview on #CAF097 background

This text has black color on #CAF097 background.


White color preview on #CAF097 background

This text has white color on #CAF097 background.