COLOR #CACC96

HEX: #CACC96
RGB: (202,204,150)

Color info

#CACC96 contains red, green and blue colors in about the same proportion. Web safe color of #CACC96 is #CCCC99 (or #CC9).

RGB color model

#CACC96 color RGB value is (202,204,150).

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

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 150 of 255 = 59%

202
204
150

R + G + B ~ 73%. #CACC96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 204 + 150 = 556 (100%)
R 202 of 556 ~ 36.33%
G 204 of 556 ~ 36.69%
B 150 of 556 ~ 26.98%

%36.33
%36.69
%26.98

CMYK color model

#CACC96 color CMYK value is (1,0,26,20).

  • cyan value is 0.98%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 20.00%
CMYK:
(1,0,26,20)
C1M0Y26K20 
(1%,0%,26%,20%)
(0.01/0.00/0.26/0.20)	

CMYK percentages

%0.98
%0
%26.47
%20

Codes

Color #CACC96 in popluar color models

CACC96
RGB202204150
HSL62°34.62%69.41%
HSB/HSV62°26.47%80.00%
CMYK0.98%0.00%26.47%
20.00%

Color #CACC96 in popluar number systems.

HEXCACC96
Decimal202204150
Binary110010101100110010010110
Octal312314226

Shades and tints

Shades of #CACC96

#CACC96
(202,204,150)
#B8BA89
(184,186,137)
#A6A87C
(166,168,124)
#94966F
(148,150,111)
#828462
(130,132,98)
#707255
(112,114,85)
#5E6048
(94,96,72)
#4C4E3B
(76,78,59)
#3A3C2E
(58,60,46)
#282A21
(40,42,33)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #CACC96

#CACC96
(202,204,150)
#CED09F
(206,208,159)
#D2D4A8
(210,212,168)
#D6D8B1
(214,216,177)
#DADCBA
(218,220,186)
#DEE0C3
(222,224,195)
#E2E4CC
(226,228,204)
#E6E8D5
(230,232,213)
#EAECDE
(234,236,222)
#EEF0E7
(238,240,231)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACC96; }

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

This text font color is #CACC96.


Background Color

.myBgColor { background-color: #CACC96; }

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

This div background color is #CACC96.


Border color

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

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

This div border color is #CACC96.


Opacity

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

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

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

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

This text has shadow with #CACC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACC96 on black background.


Color preview on white background

This text has color #CACC96 on white background.



Black color preview on #CACC96 background

This text has black color on #CACC96 background.


White color preview on #CACC96 background

This text has white color on #CACC96 background.