COLOR #CAD396

HEX: #CAD396
RGB: (202,211,150)

Color info

#CAD396 contains mainly red and green colors. Web safe color of #CAD396 is #CCCC99 (or #CC9).

RGB color model

#CAD396 color RGB value is (202,211,150).

  • red value is 202;
  • green value is 211;
  • blue value is 150.
RGB:
(202,211,150)
(79%,83%,59%)

RGB channels and saturation

R 202 of 255 = 79%
G 211 of 255 = 83%
B 150 of 255 = 59%

202
211
150

R + G + B ~ 74%. #CAD396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 211 + 150 = 563 (100%)
R 202 of 563 ~ 35.88%
G 211 of 563 ~ 37.48%
B 150 of 563 ~ 26.64%

%35.88
%37.48
%26.64

CMYK color model

#CAD396 color CMYK value is (4,0,29,17).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 28.91%
  • key color value is 17.25%
CMYK:
(4,0,29,17)
C4M0Y29K17 
(4%,0%,29%,17%)
(0.04/0.00/0.29/0.17)	

CMYK percentages

%4.27
%0
%28.91
%17.25

Codes

Color #CAD396 in popluar color models

CAD396
RGB202211150
HSL69°40.94%70.78%
HSB/HSV69°28.91%82.75%
CMYK4.27%0.00%28.91%
17.25%

Color #CAD396 in popluar number systems.

HEXCAD396
Decimal202211150
Binary110010101101001110010110
Octal312323226

Shades and tints

Shades of #CAD396

#CAD396
(202,211,150)
#B8C089
(184,192,137)
#A6AD7C
(166,173,124)
#949A6F
(148,154,111)
#828762
(130,135,98)
#707455
(112,116,85)
#5E6148
(94,97,72)
#4C4E3B
(76,78,59)
#3A3B2E
(58,59,46)
#282821
(40,40,33)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #CAD396

#CAD396
(202,211,150)
#CED79F
(206,215,159)
#D2DBA8
(210,219,168)
#D6DFB1
(214,223,177)
#DAE3BA
(218,227,186)
#DEE7C3
(222,231,195)
#E2EBCC
(226,235,204)
#E6EFD5
(230,239,213)
#EAF3DE
(234,243,222)
#EEF7E7
(238,247,231)
#F2FBF0
(242,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAD396 color. Also use rgb(202,211,150) instead hex code.

Text Font Color

.myTextColor { color: #CAD396; }

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

This text font color is #CAD396.


Background Color

.myBgColor { background-color: #CAD396; }

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

This div background color is #CAD396.


Border color

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

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

This div border color is #CAD396.


Opacity

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

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

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

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

This text has shadow with #CAD396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAD396 on black background.


Color preview on white background

This text has color #CAD396 on white background.



Black color preview on #CAD396 background

This text has black color on #CAD396 background.


White color preview on #CAD396 background

This text has white color on #CAD396 background.