COLOR #CAC597

HEX: #CAC597
RGB: (202,197,151)

Color info

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

RGB color model

#CAC597 color RGB value is (202,197,151).

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

RGB channels and saturation

R 202 of 255 = 79%
G 197 of 255 = 77%
B 151 of 255 = 59%

202
197
151

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

Portions of RGB colors in percentages

R + G + B =
202 + 197 + 151 = 550 (100%)
R 202 of 550 ~ 36.73%
G 197 of 550 ~ 35.82%
B 151 of 550 ~ 27.45%

%36.73
%35.82
%27.45

CMYK color model

#CAC597 color CMYK value is (0,2,25,21).

  • cyan value is 0.00%
  • magenta value is 2.48%
  • yellow value is 25.25%
  • key color value is 20.78%
CMYK:
(0,2,25,21)
C0M2Y25K21 
(0%,2%,25%,21%)
(0.00/0.02/0.25/0.21)	

CMYK percentages

%0
%2.48
%25.25
%20.78

Codes

Color #CAC597 in popluar color models

CAC597
RGB202197151
HSL54°32.48%69.22%
HSB/HSV54°25.25%79.22%
CMYK0.00%2.48%25.25%
20.78%

Color #CAC597 in popluar number systems.

HEXCAC597
Decimal202197151
Binary110010101100010110010111
Octal312305227

Shades and tints

Shades of #CAC597

#CAC597
(202,197,151)
#B8B48A
(184,180,138)
#A6A37D
(166,163,125)
#949270
(148,146,112)
#828163
(130,129,99)
#707056
(112,112,86)
#5E5F49
(94,95,73)
#4C4E3C
(76,78,60)
#3A3D2F
(58,61,47)
#282C22
(40,44,34)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #CAC597

#CAC597
(202,197,151)
#CECAA0
(206,202,160)
#D2CFA9
(210,207,169)
#D6D4B2
(214,212,178)
#DAD9BB
(218,217,187)
#DEDEC4
(222,222,196)
#E2E3CD
(226,227,205)
#E6E8D6
(230,232,214)
#EAEDDF
(234,237,223)
#EEF2E8
(238,242,232)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAC597; }

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

This text font color is #CAC597.


Background Color

.myBgColor { background-color: #CAC597; }

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

This div background color is #CAC597.


Border color

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

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

This div border color is #CAC597.


Opacity

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

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

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

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

This text has shadow with #CAC597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC597 on black background.


Color preview on white background

This text has color #CAC597 on white background.



Black color preview on #CAC597 background

This text has black color on #CAC597 background.


White color preview on #CAC597 background

This text has white color on #CAC597 background.