COLOR #C5BFB4

HEX: #C5BFB4
RGB: (197,191,180)

Color info

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

RGB color model

#C5BFB4 color RGB value is (197,191,180).

  • red value is 197;
  • green value is 191;
  • blue value is 180.
RGB:
(197,191,180)
(77%,75%,71%)

RGB channels and saturation

R 197 of 255 = 77%
G 191 of 255 = 75%
B 180 of 255 = 71%

197
191
180

R + G + B ~ 74%. #C5BFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 191 + 180 = 568 (100%)
R 197 of 568 ~ 34.68%
G 191 of 568 ~ 33.63%
B 180 of 568 ~ 31.69%

%34.68
%33.63
%31.69

CMYK color model

#C5BFB4 color CMYK value is (0,3,9,23).

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 8.63%
  • key color value is 22.75%
CMYK:
(0,3,9,23)
C0M3Y9K23 
(0%,3%,9%,23%)
(0.00/0.03/0.09/0.23)	

CMYK percentages

%0
%3.05
%8.63
%22.75

Codes

Color #C5BFB4 in popluar color models

C5BFB4
RGB197191180
HSL39°12.78%73.92%
HSB/HSV39°8.63%77.25%
CMYK0.00%3.05%8.63%
22.75%

Color #C5BFB4 in popluar number systems.

HEXC5BFB4
Decimal197191180
Binary110001011011111110110100
Octal305277264

Shades and tints

Shades of #C5BFB4

#C5BFB4
(197,191,180)
#B4AEA4
(180,174,164)
#A39D94
(163,157,148)
#928C84
(146,140,132)
#817B74
(129,123,116)
#706A64
(112,106,100)
#5F5954
(95,89,84)
#4E4844
(78,72,68)
#3D3734
(61,55,52)
#2C2624
(44,38,36)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #C5BFB4

#C5BFB4
(197,191,180)
#CAC4BA
(202,196,186)
#CFC9C0
(207,201,192)
#D4CEC6
(212,206,198)
#D9D3CC
(217,211,204)
#DED8D2
(222,216,210)
#E3DDD8
(227,221,216)
#E8E2DE
(232,226,222)
#EDE7E4
(237,231,228)
#F2ECEA
(242,236,234)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BFB4; }

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

This text font color is #C5BFB4.


Background Color

.myBgColor { background-color: #C5BFB4; }

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

This div background color is #C5BFB4.


Border color

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

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

This div border color is #C5BFB4.


Opacity

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

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

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

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

This text has shadow with #C5BFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BFB4 on black background.


Color preview on white background

This text has color #C5BFB4 on white background.



Black color preview on #C5BFB4 background

This text has black color on #C5BFB4 background.


White color preview on #C5BFB4 background

This text has white color on #C5BFB4 background.