COLOR #C5B4B1

HEX: #C5B4B1 RGB: (197,180,177)

Color info

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

RGB color model

#C5B4B1 color RGB value is (197,180,177).

RGB: (197,180,177) (77%, 71%, 69%)

RGB channels and saturation

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

197
180
177

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

Portions of RGB colors in percentages

R + G + B = 197 + 180 + 177 = 554 (100%)
R 197 of 554 ~ 35.56%
G 180 of 554 ~ 32.49%
B 177 of 554 ~ 31.95'%

%35.56
%32.49
%31.95

CMYK color model

#C5B4B1 color CMYK value is (0,9,10,23).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 10.15%
  • key color value is 22.75%

CMYK: (0,9,10,23)
C0M9Y10K23 (0%, 9%, 10%, 23%)
(0.00 / 0.09 / 0.10 / 0.23)

CMYK percentages

%0
%8.63
%10.15
%22.75

Codes

Color #C5B4B1 in popluar color models

C5 B4 B1
RGB 197 180 177
HSL 14.71% 73.33%
HSB/HSV 10.15% 77.25%
CMYK 0.00% 8.63% 10.15%
22.75%

Color #C5B4B1 in popluar number systems.

HEX C5 B4 B1
Decimal 197 180 177
Binary 11000101 10110100 10110001
Octal 305 264 261

Shades and tints

Shades of #C5B4B1

#C5B4B1
(197,180,177)
#B4A4A1
(180,164,161)
#A39491
(163,148,145)
#928481
(146,132,129)
#817471
(129,116,113)
#706461
(112,100,97)
#5F5451
(95,84,81)
#4E4441
(78,68,65)
#3D3431
(61,52,49)
#2C2421
(44,36,33)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #C5B4B1

#C5B4B1
(197,180,177)
#CABAB8
(202,186,184)
#CFC0BF
(207,192,191)
#D4C6C6
(212,198,198)
#D9CCCD
(217,204,205)
#DED2D4
(222,210,212)
#E3D8DB
(227,216,219)
#E8DEE2
(232,222,226)
#EDE4E9
(237,228,233)
#F2EAF0
(242,234,240)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B4B1; }

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

This text font color is #C5B4B1.

Background Color

.myBgColor { background-color: #C5B4B1; }

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

This div background color is #C5B4B1.

Border color

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

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

This div border color is #C5B4B1.

Opacity

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

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

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

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

This text has shadow with #C5B4B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B4B1.

Preview

Color preview on black background

This text has color #C5B4B1 on black background.


Color preview on white background

This text has color #C5B4B1 on white background.


Black color preview on #C5B4B1 background

This text has black color on #C5B4B1 background.


White color preview on #C5B4B1 background

This text has white color on #C5B4B1 background.


Related colors

Complementary color

Complementary color for #hex is #3A4B4E.


I love getcolorcode.com

Triadic colors

1 #B1C5B4 and #B4B1C5 with #C5B4B1 are triadic colors.

2 #B1B4C5 and #B4C5B1 with #C5B4B1 are triadic colors.