COLOR #C5AE99

HEX: #C5AE99
RGB: (197,174,153)

Color info

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

RGB color model

#C5AE99 color RGB value is (197,174,153).

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

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 153 of 255 = 60%

197
174
153

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

Portions of RGB colors in percentages

R + G + B =
197 + 174 + 153 = 524 (100%)
R 197 of 524 ~ 37.6%
G 174 of 524 ~ 33.21%
B 153 of 524 ~ 29.2%

%37.6
%33.21
%29.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 22.34%
  • key color value is 22.75%
CMYK: (0,12,22,23) C0M12Y22K23 (0%,12%,22%,23%) (0.00/0.12/0.22/0.23)

CMYK percentages

%0
%11.68
%22.34
%22.75

Codes

Color #C5AE99 in popluar color models

C5AE99
RGB197174153
HSL29°27.50%68.63%
HSB/HSV29°22.34%77.25%
CMYK0.00%11.68%22.34%
22.75%

Color #C5AE99 in popluar number systems.

HEXC5AE99
Decimal197174153
Binary110001011010111010011001
Octal305256231

Shades and tints

Shades of #C5AE99

#C5AE99
(197,174,153)
#B49F8C
(180,159,140)
#A3907F
(163,144,127)
#928172
(146,129,114)
#817265
(129,114,101)
#706358
(112,99,88)
#5F544B
(95,84,75)
#4E453E
(78,69,62)
#3D3631
(61,54,49)
#2C2724
(44,39,36)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #C5AE99

#C5AE99
(197,174,153)
#CAB5A2
(202,181,162)
#CFBCAB
(207,188,171)
#D4C3B4
(212,195,180)
#D9CABD
(217,202,189)
#DED1C6
(222,209,198)
#E3D8CF
(227,216,207)
#E8DFD8
(232,223,216)
#EDE6E1
(237,230,225)
#F2EDEA
(242,237,234)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AE99; }

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

This text font color is #C5AE99.


Background Color

.myBgColor { background-color: #C5AE99; }

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

This div background color is #C5AE99.


Border color

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

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

This div border color is #C5AE99.


Opacity

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

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

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

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

This text has shadow with #C5AE99 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5AE99 on black background.


Color preview on white background

This text has color #C5AE99 on white background.



Black color preview on #C5AE99 background

This text has black color on #C5AE99 background.


White color preview on #C5AE99 background

This text has white color on #C5AE99 background.