COLOR #C5AE97

HEX: #C5AE97
RGB: (197,174,151)

Color info

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

RGB color model

#C5AE97 color RGB value is (197,174,151).

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

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 151 of 255 = 59%

197
174
151

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

Portions of RGB colors in percentages

R + G + B =
197 + 174 + 151 = 522 (100%)
R 197 of 522 ~ 37.74%
G 174 of 522 ~ 33.33%
B 151 of 522 ~ 28.93%

%37.74
%33.33
%28.93

CMYK color model

#C5AE97 color CMYK value is (0,12,23,23).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 23.35%
  • key color value is 22.75%
CMYK:
(0,12,23,23)
C0M12Y23K23 
(0%,12%,23%,23%)
(0.00/0.12/0.23/0.23)	

CMYK percentages

%0
%11.68
%23.35
%22.75

Codes

Color #C5AE97 in popluar color models

C5AE97
RGB197174151
HSL30°28.40%68.24%
HSB/HSV30°23.35%77.25%
CMYK0.00%11.68%23.35%
22.75%

Color #C5AE97 in popluar number systems.

HEXC5AE97
Decimal197174151
Binary110001011010111010010111
Octal305256227

Shades and tints

Shades of #C5AE97

#C5AE97
(197,174,151)
#B49F8A
(180,159,138)
#A3907D
(163,144,125)
#928170
(146,129,112)
#817263
(129,114,99)
#706356
(112,99,86)
#5F5449
(95,84,73)
#4E453C
(78,69,60)
#3D362F
(61,54,47)
#2C2722
(44,39,34)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #C5AE97

#C5AE97
(197,174,151)
#CAB5A0
(202,181,160)
#CFBCA9
(207,188,169)
#D4C3B2
(212,195,178)
#D9CABB
(217,202,187)
#DED1C4
(222,209,196)
#E3D8CD
(227,216,205)
#E8DFD6
(232,223,214)
#EDE6DF
(237,230,223)
#F2EDE8
(242,237,232)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AE97; }

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

This text font color is #C5AE97.


Background Color

.myBgColor { background-color: #C5AE97; }

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

This div background color is #C5AE97.


Border color

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

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

This div border color is #C5AE97.


Opacity

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

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

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

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

This text has shadow with #C5AE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AE97 on black background.


Color preview on white background

This text has color #C5AE97 on white background.



Black color preview on #C5AE97 background

This text has black color on #C5AE97 background.


White color preview on #C5AE97 background

This text has white color on #C5AE97 background.