COLOR #C5B7AD

HEX: #C5B7AD
RGB: (197,183,173)

Color info

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

RGB color model

#C5B7AD color RGB value is (197,183,173).

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

RGB channels and saturation

R 197 of 255 = 77%
G 183 of 255 = 72%
B 173 of 255 = 68%

197
183
173

R + G + B ~ 72%. #C5B7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 183 + 173 = 553 (100%)
R 197 of 553 ~ 35.62%
G 183 of 553 ~ 33.09%
B 173 of 553 ~ 31.28%

%35.62
%33.09
%31.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 12.18%
  • key color value is 22.75%
CMYK:
(0,7,12,23)
C0M7Y12K23 
(0%,7%,12%,23%)
(0.00/0.07/0.12/0.23)	

CMYK percentages

%0
%7.11
%12.18
%22.75

Codes

Color #C5B7AD in popluar color models

C5B7AD
RGB197183173
HSL25°17.14%72.55%
HSB/HSV25°12.18%77.25%
CMYK0.00%7.11%12.18%
22.75%

Color #C5B7AD in popluar number systems.

HEXC5B7AD
Decimal197183173
Binary110001011011011110101101
Octal305267255

Shades and tints

Shades of #C5B7AD

#C5B7AD
(197,183,173)
#B4A79E
(180,167,158)
#A3978F
(163,151,143)
#928780
(146,135,128)
#817771
(129,119,113)
#706762
(112,103,98)
#5F5753
(95,87,83)
#4E4744
(78,71,68)
#3D3735
(61,55,53)
#2C2726
(44,39,38)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5B7AD

#C5B7AD
(197,183,173)
#CABDB4
(202,189,180)
#CFC3BB
(207,195,187)
#D4C9C2
(212,201,194)
#D9CFC9
(217,207,201)
#DED5D0
(222,213,208)
#E3DBD7
(227,219,215)
#E8E1DE
(232,225,222)
#EDE7E5
(237,231,229)
#F2EDEC
(242,237,236)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B7AD; }

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

This text font color is #C5B7AD.


Background Color

.myBgColor { background-color: #C5B7AD; }

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

This div background color is #C5B7AD.


Border color

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

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

This div border color is #C5B7AD.


Opacity

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

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

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

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

This text has shadow with #C5B7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B7AD on black background.


Color preview on white background

This text has color #C5B7AD on white background.



Black color preview on #C5B7AD background

This text has black color on #C5B7AD background.


White color preview on #C5B7AD background

This text has white color on #C5B7AD background.