COLOR #C5B0A8

HEX: #C5B0A8
RGB: (197,176,168)

Color info

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

RGB color model

#C5B0A8 color RGB value is (197,176,168).

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

RGB channels and saturation

R 197 of 255 = 77%
G 176 of 255 = 69%
B 168 of 255 = 66%

197
176
168

R + G + B ~ 71%. #C5B0A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 176 + 168 = 541 (100%)
R 197 of 541 ~ 36.41%
G 176 of 541 ~ 32.53%
B 168 of 541 ~ 31.05%

%36.41
%32.53
%31.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 14.72%
  • 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
%14.72
%22.75

Codes

Color #C5B0A8 in popluar color models

C5B0A8
RGB197176168
HSL17°20.00%71.57%
HSB/HSV17°14.72%77.25%
CMYK0.00%10.66%14.72%
22.75%

Color #C5B0A8 in popluar number systems.

HEXC5B0A8
Decimal197176168
Binary110001011011000010101000
Octal305260250

Shades and tints

Shades of #C5B0A8

#C5B0A8
(197,176,168)
#B4A099
(180,160,153)
#A3908A
(163,144,138)
#92807B
(146,128,123)
#81706C
(129,112,108)
#70605D
(112,96,93)
#5F504E
(95,80,78)
#4E403F
(78,64,63)
#3D3030
(61,48,48)
#2C2021
(44,32,33)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #C5B0A8

#C5B0A8
(197,176,168)
#CAB7AF
(202,183,175)
#CFBEB6
(207,190,182)
#D4C5BD
(212,197,189)
#D9CCC4
(217,204,196)
#DED3CB
(222,211,203)
#E3DAD2
(227,218,210)
#E8E1D9
(232,225,217)
#EDE8E0
(237,232,224)
#F2EFE7
(242,239,231)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B0A8; }

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

This text font color is #C5B0A8.


Background Color

.myBgColor { background-color: #C5B0A8; }

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

This div background color is #C5B0A8.


Border color

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

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

This div border color is #C5B0A8.


Opacity

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

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

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

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

This text has shadow with #C5B0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B0A8 on black background.


Color preview on white background

This text has color #C5B0A8 on white background.



Black color preview on #C5B0A8 background

This text has black color on #C5B0A8 background.


White color preview on #C5B0A8 background

This text has white color on #C5B0A8 background.