COLOR #C4AA9A

HEX: #C4AA9A
RGB: (196,170,154)

Color info

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

RGB color model

#C4AA9A color RGB value is (196,170,154).

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

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 154 of 255 = 60%

196
170
154

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

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 154 = 520 (100%)
R 196 of 520 ~ 37.69%
G 170 of 520 ~ 32.69%
B 154 of 520 ~ 29.62%

%37.69
%32.69
%29.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 21.43%
  • key color value is 23.14%
CMYK:
(0,13,21,23)
C0M13Y21K23 
(0%,13%,21%,23%)
(0.00/0.13/0.21/0.23)	

CMYK percentages

%0
%13.27
%21.43
%23.14

Codes

Color #C4AA9A in popluar color models

C4AA9A
RGB196170154
HSL23°26.25%68.63%
HSB/HSV23°21.43%76.86%
CMYK0.00%13.27%21.43%
23.14%

Color #C4AA9A in popluar number systems.

HEXC4AA9A
Decimal196170154
Binary110001001010101010011010
Octal304252232

Shades and tints

Shades of #C4AA9A

#C4AA9A
(196,170,154)
#B39B8C
(179,155,140)
#A28C7E
(162,140,126)
#917D70
(145,125,112)
#806E62
(128,110,98)
#6F5F54
(111,95,84)
#5E5046
(94,80,70)
#4D4138
(77,65,56)
#3C322A
(60,50,42)
#2B231C
(43,35,28)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #C4AA9A

#C4AA9A
(196,170,154)
#C9B1A3
(201,177,163)
#CEB8AC
(206,184,172)
#D3BFB5
(211,191,181)
#D8C6BE
(216,198,190)
#DDCDC7
(221,205,199)
#E2D4D0
(226,212,208)
#E7DBD9
(231,219,217)
#ECE2E2
(236,226,226)
#F1E9EB
(241,233,235)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AA9A; }

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

This text font color is #C4AA9A.


Background Color

.myBgColor { background-color: #C4AA9A; }

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

This div background color is #C4AA9A.


Border color

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

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

This div border color is #C4AA9A.


Opacity

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

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

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

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

This text has shadow with #C4AA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AA9A on black background.


Color preview on white background

This text has color #C4AA9A on white background.



Black color preview on #C4AA9A background

This text has black color on #C4AA9A background.


White color preview on #C4AA9A background

This text has white color on #C4AA9A background.