COLOR #C5B7B5

HEX: #C5B7B5
RGB: (197,183,181)

Color info

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

RGB color model

#C5B7B5 color RGB value is (197,183,181).

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

RGB channels and saturation

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

197
183
181

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

Portions of RGB colors in percentages

R + G + B =
197 + 183 + 181 = 561 (100%)
R 197 of 561 ~ 35.12%
G 183 of 561 ~ 32.62%
B 181 of 561 ~ 32.26%

%35.12
%32.62
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.11%
  • 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
%7.11
%8.12
%22.75

Codes

Color #C5B7B5 in popluar color models

C5B7B5
RGB197183181
HSL12.12%74.12%
HSB/HSV8.12%77.25%
CMYK0.00%7.11%8.12%
22.75%

Color #C5B7B5 in popluar number systems.

HEXC5B7B5
Decimal197183181
Binary110001011011011110110101
Octal305267265

Shades and tints

Shades of #C5B7B5

#C5B7B5
(197,183,181)
#B4A7A5
(180,167,165)
#A39795
(163,151,149)
#928785
(146,135,133)
#817775
(129,119,117)
#706765
(112,103,101)
#5F5755
(95,87,85)
#4E4745
(78,71,69)
#3D3735
(61,55,53)
#2C2725
(44,39,37)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #C5B7B5

#C5B7B5
(197,183,181)
#CABDBB
(202,189,187)
#CFC3C1
(207,195,193)
#D4C9C7
(212,201,199)
#D9CFCD
(217,207,205)
#DED5D3
(222,213,211)
#E3DBD9
(227,219,217)
#E8E1DF
(232,225,223)
#EDE7E5
(237,231,229)
#F2EDEB
(242,237,235)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B7B5; }

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

This text font color is #C5B7B5.


Background Color

.myBgColor { background-color: #C5B7B5; }

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

This div background color is #C5B7B5.


Border color

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

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

This div border color is #C5B7B5.


Opacity

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

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

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

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

This text has shadow with #C5B7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B7B5 on black background.


Color preview on white background

This text has color #C5B7B5 on white background.



Black color preview on #C5B7B5 background

This text has black color on #C5B7B5 background.


White color preview on #C5B7B5 background

This text has white color on #C5B7B5 background.