COLOR #C5B5B1

HEX: #C5B5B1
RGB: (197,181,177)

Color info

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

RGB color model

#C5B5B1 color RGB value is (197,181,177).

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

RGB channels and saturation

R 197 of 255 = 77%
G 181 of 255 = 71%
B 177 of 255 = 69%

197
181
177

R + G + B ~ 72%. #C5B5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 181 + 177 = 555 (100%)
R 197 of 555 ~ 35.5%
G 181 of 555 ~ 32.61%
B 177 of 555 ~ 31.89%

%35.5
%32.61
%31.89

CMYK color model

#C5B5B1 color CMYK value is (0,8,10,23).

  • cyan value is 0.00%
  • magenta value is 8.12%
  • yellow value is 10.15%
  • key color value is 22.75%
CMYK:
(0,8,10,23)
C0M8Y10K23 
(0%,8%,10%,23%)
(0.00/0.08/0.10/0.23)	

CMYK percentages

%0
%8.12
%10.15
%22.75

Codes

Color #C5B5B1 in popluar color models

C5B5B1
RGB197181177
HSL12°14.71%73.33%
HSB/HSV12°10.15%77.25%
CMYK0.00%8.12%10.15%
22.75%

Color #C5B5B1 in popluar number systems.

HEXC5B5B1
Decimal197181177
Binary110001011011010110110001
Octal305265261

Shades and tints

Shades of #C5B5B1

#C5B5B1
(197,181,177)
#B4A5A1
(180,165,161)
#A39591
(163,149,145)
#928581
(146,133,129)
#817571
(129,117,113)
#706561
(112,101,97)
#5F5551
(95,85,81)
#4E4541
(78,69,65)
#3D3531
(61,53,49)
#2C2521
(44,37,33)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #C5B5B1

#C5B5B1
(197,181,177)
#CABBB8
(202,187,184)
#CFC1BF
(207,193,191)
#D4C7C6
(212,199,198)
#D9CDCD
(217,205,205)
#DED3D4
(222,211,212)
#E3D9DB
(227,217,219)
#E8DFE2
(232,223,226)
#EDE5E9
(237,229,233)
#F2EBF0
(242,235,240)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B5B1; }

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

This text font color is #C5B5B1.


Background Color

.myBgColor { background-color: #C5B5B1; }

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

This div background color is #C5B5B1.


Border color

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

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

This div border color is #C5B5B1.


Opacity

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

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

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

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

This text has shadow with #C5B5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B5B1 on black background.


Color preview on white background

This text has color #C5B5B1 on white background.



Black color preview on #C5B5B1 background

This text has black color on #C5B5B1 background.


White color preview on #C5B5B1 background

This text has white color on #C5B5B1 background.