COLOR #C5B7B1

HEX: #C5B7B1 RGB: (197,183,177)

Color info

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

RGB color model

#C5B7B1 color RGB value is (197,183,177).

RGB: (197,183,177) (77%, 72%, 69%)

RGB channels and saturation

R 197 of 255 = 77%
G 183 of 255 = 72%
B 177 of 255 = 69%

197
183
177

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

Portions of RGB colors in percentages

R + G + B = 197 + 183 + 177 = 557 (100%)
R 197 of 557 ~ 35.37%
G 183 of 557 ~ 32.85%
B 177 of 557 ~ 31.78'%

%35.37
%32.85
%31.78

CMYK color model

#C5B7B1 color CMYK value is (0,7,10,23).

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

CMYK: (0,7,10,23)
C0M7Y10K23 (0%, 7%, 10%, 23%)
(0.00 / 0.07 / 0.10 / 0.23)

CMYK percentages

%0
%7.11
%10.15
%22.75

Codes

Color #C5B7B1 in popluar color models

C5 B7 B1
RGB 197 183 177
HSL 18° 14.71% 73.33%
HSB/HSV 18° 10.15% 77.25%
CMYK 0.00% 7.11% 10.15%
22.75%

Color #C5B7B1 in popluar number systems.

HEX C5 B7 B1
Decimal 197 183 177
Binary 11000101 10110111 10110001
Octal 305 267 261

Shades and tints

Shades of #C5B7B1

#C5B7B1
(197,183,177)
#B4A7A1
(180,167,161)
#A39791
(163,151,145)
#928781
(146,135,129)
#817771
(129,119,113)
#706761
(112,103,97)
#5F5751
(95,87,81)
#4E4741
(78,71,65)
#3D3731
(61,55,49)
#2C2721
(44,39,33)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #C5B7B1

#C5B7B1
(197,183,177)
#CABDB8
(202,189,184)
#CFC3BF
(207,195,191)
#D4C9C6
(212,201,198)
#D9CFCD
(217,207,205)
#DED5D4
(222,213,212)
#E3DBDB
(227,219,219)
#E8E1E2
(232,225,226)
#EDE7E9
(237,231,233)
#F2EDF0
(242,237,240)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B7B1; }

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

This text font color is #C5B7B1.

Background Color

.myBgColor { background-color: #C5B7B1; }

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

This div background color is #C5B7B1.

Border color

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

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

This div border color is #C5B7B1.

Opacity

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

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

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

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

This text has shadow with #C5B7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B7B1.

Preview

Color preview on black background

This text has color #C5B7B1 on black background.


Color preview on white background

This text has color #C5B7B1 on white background.


Black color preview on #C5B7B1 background

This text has black color on #C5B7B1 background.


White color preview on #C5B7B1 background

This text has white color on #C5B7B1 background.


Related colors

Complementary color

Complementary color for #hex is #3A484E.


I love getcolorcode.com

Triadic colors

1 #B1C5B7 and #B7B1C5 with #C5B7B1 are triadic colors.

2 #B1B7C5 and #B7C5B1 with #C5B7B1 are triadic colors.