COLOR #C5B8B0

HEX: #C5B8B0
RGB: (197,184,176)

Color info

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

RGB color model

#C5B8B0 color RGB value is (197,184,176).

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

RGB channels and saturation

R 197 of 255 = 77%
G 184 of 255 = 72%
B 176 of 255 = 69%

197
184
176

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

Portions of RGB colors in percentages

R + G + B =
197 + 184 + 176 = 557 (100%)
R 197 of 557 ~ 35.37%
G 184 of 557 ~ 33.03%
B 176 of 557 ~ 31.6%

%35.37
%33.03
%31.6

CMYK color model

#C5B8B0 color CMYK value is (0,7,11,23).

  • cyan value is 0.00%
  • magenta value is 6.60%
  • yellow value is 10.66%
  • key color value is 22.75%
CMYK:
(0,7,11,23)
C0M7Y11K23 
(0%,7%,11%,23%)
(0.00/0.07/0.11/0.23)	

CMYK percentages

%0
%6.6
%10.66
%22.75

Codes

Color #C5B8B0 in popluar color models

C5B8B0
RGB197184176
HSL23°15.33%73.14%
HSB/HSV23°10.66%77.25%
CMYK0.00%6.60%10.66%
22.75%

Color #C5B8B0 in popluar number systems.

HEXC5B8B0
Decimal197184176
Binary110001011011100010110000
Octal305270260

Shades and tints

Shades of #C5B8B0

#C5B8B0
(197,184,176)
#B4A8A0
(180,168,160)
#A39890
(163,152,144)
#928880
(146,136,128)
#817870
(129,120,112)
#706860
(112,104,96)
#5F5850
(95,88,80)
#4E4840
(78,72,64)
#3D3830
(61,56,48)
#2C2820
(44,40,32)
#1B1810
(27,24,16)
#000000
(0,0,0)

Tints of #C5B8B0

#C5B8B0
(197,184,176)
#CABEB7
(202,190,183)
#CFC4BE
(207,196,190)
#D4CAC5
(212,202,197)
#D9D0CC
(217,208,204)
#DED6D3
(222,214,211)
#E3DCDA
(227,220,218)
#E8E2E1
(232,226,225)
#EDE8E8
(237,232,232)
#F2EEEF
(242,238,239)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B8B0; }

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

This text font color is #C5B8B0.


Background Color

.myBgColor { background-color: #C5B8B0; }

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

This div background color is #C5B8B0.


Border color

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

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

This div border color is #C5B8B0.


Opacity

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

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

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

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

This text has shadow with #C5B8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B8B0 on black background.


Color preview on white background

This text has color #C5B8B0 on white background.



Black color preview on #C5B8B0 background

This text has black color on #C5B8B0 background.


White color preview on #C5B8B0 background

This text has white color on #C5B8B0 background.