COLOR #C5B8B5

HEX: #C5B8B5
RGB: (197,184,181)

Color info

#C5B8B5 contains red, green and blue colors in about the same proportion. Web safe color of #C5B8B5 is #CCCCCC (or #CCC).

RGB color model

#C5B8B5 color RGB value is (197,184,181).

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

RGB channels and saturation

R 197 of 255 = 77%
G 184 of 255 = 72%
B 181 of 255 = 71%

197
184
181

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

Portions of RGB colors in percentages

R + G + B =
197 + 184 + 181 = 562 (100%)
R 197 of 562 ~ 35.05%
G 184 of 562 ~ 32.74%
B 181 of 562 ~ 32.21%

%35.05
%32.74
%32.21

CMYK color model

#C5B8B5 color CMYK value is (0,7,8,23).

  • cyan value is 0.00%
  • magenta value is 6.60%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK:
(0,7,8,23)
C0M7Y8K23 
(0%,7%,8%,23%)
(0.00/0.07/0.08/0.23)	

CMYK percentages

%0
%6.6
%8.12
%22.75

Codes

Color #C5B8B5 in popluar color models

C5B8B5
RGB197184181
HSL11°12.12%74.12%
HSB/HSV11°8.12%77.25%
CMYK0.00%6.60%8.12%
22.75%

Color #C5B8B5 in popluar number systems.

HEXC5B8B5
Decimal197184181
Binary110001011011100010110101
Octal305270265

Shades and tints

Shades of #C5B8B5

#C5B8B5
(197,184,181)
#B4A8A5
(180,168,165)
#A39895
(163,152,149)
#928885
(146,136,133)
#817875
(129,120,117)
#706865
(112,104,101)
#5F5855
(95,88,85)
#4E4845
(78,72,69)
#3D3835
(61,56,53)
#2C2825
(44,40,37)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #C5B8B5

#C5B8B5
(197,184,181)
#CABEBB
(202,190,187)
#CFC4C1
(207,196,193)
#D4CAC7
(212,202,199)
#D9D0CD
(217,208,205)
#DED6D3
(222,214,211)
#E3DCD9
(227,220,217)
#E8E2DF
(232,226,223)
#EDE8E5
(237,232,229)
#F2EEEB
(242,238,235)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B8B5; }

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

This text font color is #C5B8B5.


Background Color

.myBgColor { background-color: #C5B8B5; }

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

This div background color is #C5B8B5.


Border color

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

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

This div border color is #C5B8B5.


Opacity

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

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

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

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

This text has shadow with #C5B8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B8B5 on black background.


Color preview on white background

This text has color #C5B8B5 on white background.



Black color preview on #C5B8B5 background

This text has black color on #C5B8B5 background.


White color preview on #C5B8B5 background

This text has white color on #C5B8B5 background.