COLOR #CAC696

HEX: #CAC696
RGB: (202,198,150)

Color info

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

RGB color model

#CAC696 color RGB value is (202,198,150).

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

RGB channels and saturation

R 202 of 255 = 79%
G 198 of 255 = 78%
B 150 of 255 = 59%

202
198
150

R + G + B ~ 72%. #CAC696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 198 + 150 = 550 (100%)
R 202 of 550 ~ 36.73%
G 198 of 550 ~ 36%
B 150 of 550 ~ 27.27%

%36.73
%36
%27.27

CMYK color model

#CAC696 color CMYK value is (0,2,26,21).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 25.74%
  • key color value is 20.78%
CMYK:
(0,2,26,21)
C0M2Y26K21 
(0%,2%,26%,21%)
(0.00/0.02/0.26/0.21)	

CMYK percentages

%0
%1.98
%25.74
%20.78

Codes

Color #CAC696 in popluar color models

CAC696
RGB202198150
HSL55°32.91%69.02%
HSB/HSV55°25.74%79.22%
CMYK0.00%1.98%25.74%
20.78%

Color #CAC696 in popluar number systems.

HEXCAC696
Decimal202198150
Binary110010101100011010010110
Octal312306226

Shades and tints

Shades of #CAC696

#CAC696
(202,198,150)
#B8B489
(184,180,137)
#A6A27C
(166,162,124)
#94906F
(148,144,111)
#827E62
(130,126,98)
#706C55
(112,108,85)
#5E5A48
(94,90,72)
#4C483B
(76,72,59)
#3A362E
(58,54,46)
#282421
(40,36,33)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #CAC696

#CAC696
(202,198,150)
#CECB9F
(206,203,159)
#D2D0A8
(210,208,168)
#D6D5B1
(214,213,177)
#DADABA
(218,218,186)
#DEDFC3
(222,223,195)
#E2E4CC
(226,228,204)
#E6E9D5
(230,233,213)
#EAEEDE
(234,238,222)
#EEF3E7
(238,243,231)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAC696; }

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

This text font color is #CAC696.


Background Color

.myBgColor { background-color: #CAC696; }

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

This div background color is #CAC696.


Border color

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

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

This div border color is #CAC696.


Opacity

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

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

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

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

This text has shadow with #CAC696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC696 on black background.


Color preview on white background

This text has color #CAC696 on white background.



Black color preview on #CAC696 background

This text has black color on #CAC696 background.


White color preview on #CAC696 background

This text has white color on #CAC696 background.