COLOR #C5AA8C

HEX: #C5AA8C
RGB: (197,170,140)

Color info

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

RGB color model

#C5AA8C color RGB value is (197,170,140).

  • red value is 197;
  • green value is 170;
  • blue value is 140.
RGB:
(197,170,140)
(77%,67%,55%)

RGB channels and saturation

R 197 of 255 = 77%
G 170 of 255 = 67%
B 140 of 255 = 55%

197
170
140

R + G + B ~ 66%. #C5AA8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 170 + 140 = 507 (100%)
R 197 of 507 ~ 38.86%
G 170 of 507 ~ 33.53%
B 140 of 507 ~ 27.61%

%38.86
%33.53
%27.61

CMYK color model

#C5AA8C color CMYK value is (0,14,29,23).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 28.93%
  • key color value is 22.75%
CMYK:
(0,14,29,23)
C0M14Y29K23 
(0%,14%,29%,23%)
(0.00/0.14/0.29/0.23)	

CMYK percentages

%0
%13.71
%28.93
%22.75

Codes

Color #C5AA8C in popluar color models

C5AA8C
RGB197170140
HSL32°32.95%66.08%
HSB/HSV32°28.93%77.25%
CMYK0.00%13.71%28.93%
22.75%

Color #C5AA8C in popluar number systems.

HEXC5AA8C
Decimal197170140
Binary110001011010101010001100
Octal305252214

Shades and tints

Shades of #C5AA8C

#C5AA8C
(197,170,140)
#B49B80
(180,155,128)
#A38C74
(163,140,116)
#927D68
(146,125,104)
#816E5C
(129,110,92)
#705F50
(112,95,80)
#5F5044
(95,80,68)
#4E4138
(78,65,56)
#3D322C
(61,50,44)
#2C2320
(44,35,32)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #C5AA8C

#C5AA8C
(197,170,140)
#CAB196
(202,177,150)
#CFB8A0
(207,184,160)
#D4BFAA
(212,191,170)
#D9C6B4
(217,198,180)
#DECDBE
(222,205,190)
#E3D4C8
(227,212,200)
#E8DBD2
(232,219,210)
#EDE2DC
(237,226,220)
#F2E9E6
(242,233,230)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AA8C color. Also use rgb(197,170,140) instead hex code.

Text Font Color

.myTextColor { color: #C5AA8C; }

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

This text font color is #C5AA8C.


Background Color

.myBgColor { background-color: #C5AA8C; }

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

This div background color is #C5AA8C.


Border color

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

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

This div border color is #C5AA8C.


Opacity

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

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

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

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

This text has shadow with #C5AA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AA8C on black background.


Color preview on white background

This text has color #C5AA8C on white background.



Black color preview on #C5AA8C background

This text has black color on #C5AA8C background.


White color preview on #C5AA8C background

This text has white color on #C5AA8C background.