COLOR #C5B0A7

HEX: #C5B0A7
RGB: (197,176,167)

Color info

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

RGB color model

#C5B0A7 color RGB value is (197,176,167).

  • red value is 197;
  • green value is 176;
  • blue value is 167.
RGB:
(197,176,167)
(77%,69%,65%)

RGB channels and saturation

R 197 of 255 = 77%
G 176 of 255 = 69%
B 167 of 255 = 65%

197
176
167

R + G + B ~ 70%. #C5B0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 176 + 167 = 540 (100%)
R 197 of 540 ~ 36.48%
G 176 of 540 ~ 32.59%
B 167 of 540 ~ 30.93%

%36.48
%32.59
%30.93

CMYK color model

#C5B0A7 color CMYK value is (0,11,15,23).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 15.23%
  • key color value is 22.75%
CMYK:
(0,11,15,23)
C0M11Y15K23 
(0%,11%,15%,23%)
(0.00/0.11/0.15/0.23)	

CMYK percentages

%0
%10.66
%15.23
%22.75

Codes

Color #C5B0A7 in popluar color models

C5B0A7
RGB197176167
HSL18°20.55%71.37%
HSB/HSV18°15.23%77.25%
CMYK0.00%10.66%15.23%
22.75%

Color #C5B0A7 in popluar number systems.

HEXC5B0A7
Decimal197176167
Binary110001011011000010100111
Octal305260247

Shades and tints

Shades of #C5B0A7

#C5B0A7
(197,176,167)
#B4A098
(180,160,152)
#A39089
(163,144,137)
#92807A
(146,128,122)
#81706B
(129,112,107)
#70605C
(112,96,92)
#5F504D
(95,80,77)
#4E403E
(78,64,62)
#3D302F
(61,48,47)
#2C2020
(44,32,32)
#1B1011
(27,16,17)
#000000
(0,0,0)

Tints of #C5B0A7

#C5B0A7
(197,176,167)
#CAB7AF
(202,183,175)
#CFBEB7
(207,190,183)
#D4C5BF
(212,197,191)
#D9CCC7
(217,204,199)
#DED3CF
(222,211,207)
#E3DAD7
(227,218,215)
#E8E1DF
(232,225,223)
#EDE8E7
(237,232,231)
#F2EFEF
(242,239,239)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B0A7 color. Also use rgb(197,176,167) instead hex code.

Text Font Color

.myTextColor { color: #C5B0A7; }

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

This text font color is #C5B0A7.


Background Color

.myBgColor { background-color: #C5B0A7; }

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

This div background color is #C5B0A7.


Border color

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

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

This div border color is #C5B0A7.


Opacity

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

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

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

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

This text has shadow with #C5B0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B0A7 on black background.


Color preview on white background

This text has color #C5B0A7 on white background.



Black color preview on #C5B0A7 background

This text has black color on #C5B0A7 background.


White color preview on #C5B0A7 background

This text has white color on #C5B0A7 background.