COLOR #C4AA97

HEX: #C4AA97
RGB: (196,170,151)

Color info

#C4AA97 contains red, green and blue colors in about the same proportion. Web safe color of #C4AA97 is #CC9999 (or #C99).

RGB color model

#C4AA97 color RGB value is (196,170,151).

  • red value is 196;
  • green value is 170;
  • blue value is 151.
RGB:
(196,170,151)
(77%,67%,59%)

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 151 of 255 = 59%

196
170
151

R + G + B ~ 68%. #C4AA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 151 = 517 (100%)
R 196 of 517 ~ 37.91%
G 170 of 517 ~ 32.88%
B 151 of 517 ~ 29.21%

%37.91
%32.88
%29.21

CMYK color model

#C4AA97 color CMYK value is (0,13,23,23).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 22.96%
  • key color value is 23.14%
CMYK:
(0,13,23,23)
C0M13Y23K23 
(0%,13%,23%,23%)
(0.00/0.13/0.23/0.23)	

CMYK percentages

%0
%13.27
%22.96
%23.14

Codes

Color #C4AA97 in popluar color models

C4AA97
RGB196170151
HSL25°27.61%68.04%
HSB/HSV25°22.96%76.86%
CMYK0.00%13.27%22.96%
23.14%

Color #C4AA97 in popluar number systems.

HEXC4AA97
Decimal196170151
Binary110001001010101010010111
Octal304252227

Shades and tints

Shades of #C4AA97

#C4AA97
(196,170,151)
#B39B8A
(179,155,138)
#A28C7D
(162,140,125)
#917D70
(145,125,112)
#806E63
(128,110,99)
#6F5F56
(111,95,86)
#5E5049
(94,80,73)
#4D413C
(77,65,60)
#3C322F
(60,50,47)
#2B2322
(43,35,34)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #C4AA97

#C4AA97
(196,170,151)
#C9B1A0
(201,177,160)
#CEB8A9
(206,184,169)
#D3BFB2
(211,191,178)
#D8C6BB
(216,198,187)
#DDCDC4
(221,205,196)
#E2D4CD
(226,212,205)
#E7DBD6
(231,219,214)
#ECE2DF
(236,226,223)
#F1E9E8
(241,233,232)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AA97 color. Also use rgb(196,170,151) instead hex code.

Text Font Color

.myTextColor { color: #C4AA97; }

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

This text font color is #C4AA97.


Background Color

.myBgColor { background-color: #C4AA97; }

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

This div background color is #C4AA97.


Border color

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

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

This div border color is #C4AA97.


Opacity

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

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

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

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

This text has shadow with #C4AA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AA97 on black background.


Color preview on white background

This text has color #C4AA97 on white background.



Black color preview on #C4AA97 background

This text has black color on #C4AA97 background.


White color preview on #C4AA97 background

This text has white color on #C4AA97 background.