COLOR #C5B9AD

HEX: #C5B9AD
RGB: (197,185,173)

Color info

#C5B9AD contains red, green and blue colors in about the same proportion. Web safe color of #C5B9AD is #CCCC99 (or #CC9).

RGB color model

#C5B9AD color RGB value is (197,185,173).

  • red value is 197;
  • green value is 185;
  • blue value is 173.
RGB:
(197,185,173)
(77%,73%,68%)

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 173 of 255 = 68%

197
185
173

R + G + B ~ 73%. #C5B9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 173 = 555 (100%)
R 197 of 555 ~ 35.5%
G 185 of 555 ~ 33.33%
B 173 of 555 ~ 31.17%

%35.5
%33.33
%31.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 12.18%
  • key color value is 22.75%
CMYK:
(0,6,12,23)
C0M6Y12K23 
(0%,6%,12%,23%)
(0.00/0.06/0.12/0.23)	

CMYK percentages

%0
%6.09
%12.18
%22.75

Codes

Color #C5B9AD in popluar color models

C5B9AD
RGB197185173
HSL30°17.14%72.55%
HSB/HSV30°12.18%77.25%
CMYK0.00%6.09%12.18%
22.75%

Color #C5B9AD in popluar number systems.

HEXC5B9AD
Decimal197185173
Binary110001011011100110101101
Octal305271255

Shades and tints

Shades of #C5B9AD

#C5B9AD
(197,185,173)
#B4A99E
(180,169,158)
#A3998F
(163,153,143)
#928980
(146,137,128)
#817971
(129,121,113)
#706962
(112,105,98)
#5F5953
(95,89,83)
#4E4944
(78,73,68)
#3D3935
(61,57,53)
#2C2926
(44,41,38)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #C5B9AD

#C5B9AD
(197,185,173)
#CABFB4
(202,191,180)
#CFC5BB
(207,197,187)
#D4CBC2
(212,203,194)
#D9D1C9
(217,209,201)
#DED7D0
(222,215,208)
#E3DDD7
(227,221,215)
#E8E3DE
(232,227,222)
#EDE9E5
(237,233,229)
#F2EFEC
(242,239,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B9AD color. Also use rgb(197,185,173) instead hex code.

Text Font Color

.myTextColor { color: #C5B9AD; }

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

This text font color is #C5B9AD.


Background Color

.myBgColor { background-color: #C5B9AD; }

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

This div background color is #C5B9AD.


Border color

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

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

This div border color is #C5B9AD.


Opacity

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

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

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

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

This text has shadow with #C5B9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B9AD on black background.


Color preview on white background

This text has color #C5B9AD on white background.



Black color preview on #C5B9AD background

This text has black color on #C5B9AD background.


White color preview on #C5B9AD background

This text has white color on #C5B9AD background.