COLOR #C5BFB7

HEX: #C5BFB7
RGB: (197,191,183)

Color info

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

RGB color model

#C5BFB7 color RGB value is (197,191,183).

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

RGB channels and saturation

R 197 of 255 = 77%
G 191 of 255 = 75%
B 183 of 255 = 72%

197
191
183

R + G + B ~ 75%. #C5BFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 191 + 183 = 571 (100%)
R 197 of 571 ~ 34.5%
G 191 of 571 ~ 33.45%
B 183 of 571 ~ 32.05%

%34.5
%33.45
%32.05

CMYK color model

#C5BFB7 color CMYK value is (0,3,7,23).

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 7.11%
  • key color value is 22.75%
CMYK:
(0,3,7,23)
C0M3Y7K23 
(0%,3%,7%,23%)
(0.00/0.03/0.07/0.23)	

CMYK percentages

%0
%3.05
%7.11
%22.75

Codes

Color #C5BFB7 in popluar color models

C5BFB7
RGB197191183
HSL34°10.77%74.51%
HSB/HSV34°7.11%77.25%
CMYK0.00%3.05%7.11%
22.75%

Color #C5BFB7 in popluar number systems.

HEXC5BFB7
Decimal197191183
Binary110001011011111110110111
Octal305277267

Shades and tints

Shades of #C5BFB7

#C5BFB7
(197,191,183)
#B4AEA7
(180,174,167)
#A39D97
(163,157,151)
#928C87
(146,140,135)
#817B77
(129,123,119)
#706A67
(112,106,103)
#5F5957
(95,89,87)
#4E4847
(78,72,71)
#3D3737
(61,55,55)
#2C2627
(44,38,39)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #C5BFB7

#C5BFB7
(197,191,183)
#CAC4BD
(202,196,189)
#CFC9C3
(207,201,195)
#D4CEC9
(212,206,201)
#D9D3CF
(217,211,207)
#DED8D5
(222,216,213)
#E3DDDB
(227,221,219)
#E8E2E1
(232,226,225)
#EDE7E7
(237,231,231)
#F2ECED
(242,236,237)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BFB7; }

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

This text font color is #C5BFB7.


Background Color

.myBgColor { background-color: #C5BFB7; }

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

This div background color is #C5BFB7.


Border color

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

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

This div border color is #C5BFB7.


Opacity

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

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

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

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

This text has shadow with #C5BFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BFB7 on black background.


Color preview on white background

This text has color #C5BFB7 on white background.



Black color preview on #C5BFB7 background

This text has black color on #C5BFB7 background.


White color preview on #C5BFB7 background

This text has white color on #C5BFB7 background.