COLOR #C5B9B0

HEX: #C5B9B0
RGB: (197,185,176)

Color info

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

RGB color model

#C5B9B0 color RGB value is (197,185,176).

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

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 176 of 255 = 69%

197
185
176

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

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 176 = 558 (100%)
R 197 of 558 ~ 35.3%
G 185 of 558 ~ 33.15%
B 176 of 558 ~ 31.54%

%35.3
%33.15
%31.54

CMYK color model

#C5B9B0 color CMYK value is (0,6,11,23).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 10.66%
  • key color value is 22.75%
CMYK:
(0,6,11,23)
C0M6Y11K23 
(0%,6%,11%,23%)
(0.00/0.06/0.11/0.23)	

CMYK percentages

%0
%6.09
%10.66
%22.75

Codes

Color #C5B9B0 in popluar color models

C5B9B0
RGB197185176
HSL26°15.33%73.14%
HSB/HSV26°10.66%77.25%
CMYK0.00%6.09%10.66%
22.75%

Color #C5B9B0 in popluar number systems.

HEXC5B9B0
Decimal197185176
Binary110001011011100110110000
Octal305271260

Shades and tints

Shades of #C5B9B0

#C5B9B0
(197,185,176)
#B4A9A0
(180,169,160)
#A39990
(163,153,144)
#928980
(146,137,128)
#817970
(129,121,112)
#706960
(112,105,96)
#5F5950
(95,89,80)
#4E4940
(78,73,64)
#3D3930
(61,57,48)
#2C2920
(44,41,32)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #C5B9B0

#C5B9B0
(197,185,176)
#CABFB7
(202,191,183)
#CFC5BE
(207,197,190)
#D4CBC5
(212,203,197)
#D9D1CC
(217,209,204)
#DED7D3
(222,215,211)
#E3DDDA
(227,221,218)
#E8E3E1
(232,227,225)
#EDE9E8
(237,233,232)
#F2EFEF
(242,239,239)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B9B0; }

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

This text font color is #C5B9B0.


Background Color

.myBgColor { background-color: #C5B9B0; }

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

This div background color is #C5B9B0.


Border color

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

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

This div border color is #C5B9B0.


Opacity

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

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

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

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

This text has shadow with #C5B9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B9B0 on black background.


Color preview on white background

This text has color #C5B9B0 on white background.



Black color preview on #C5B9B0 background

This text has black color on #C5B9B0 background.


White color preview on #C5B9B0 background

This text has white color on #C5B9B0 background.