COLOR #C5BCB5

HEX: #C5BCB5
RGB: (197,188,181)

Color info

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

RGB color model

#C5BCB5 color RGB value is (197,188,181).

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

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 181 of 255 = 71%

197
188
181

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

Portions of RGB colors in percentages

R + G + B =
197 + 188 + 181 = 566 (100%)
R 197 of 566 ~ 34.81%
G 188 of 566 ~ 33.22%
B 181 of 566 ~ 31.98%

%34.81
%33.22
%31.98

CMYK color model

#C5BCB5 color CMYK value is (0,5,8,23).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK:
(0,5,8,23)
C0M5Y8K23 
(0%,5%,8%,23%)
(0.00/0.05/0.08/0.23)	

CMYK percentages

%0
%4.57
%8.12
%22.75

Codes

Color #C5BCB5 in popluar color models

C5BCB5
RGB197188181
HSL26°12.12%74.12%
HSB/HSV26°8.12%77.25%
CMYK0.00%4.57%8.12%
22.75%

Color #C5BCB5 in popluar number systems.

HEXC5BCB5
Decimal197188181
Binary110001011011110010110101
Octal305274265

Shades and tints

Shades of #C5BCB5

#C5BCB5
(197,188,181)
#B4ABA5
(180,171,165)
#A39A95
(163,154,149)
#928985
(146,137,133)
#817875
(129,120,117)
#706765
(112,103,101)
#5F5655
(95,86,85)
#4E4545
(78,69,69)
#3D3435
(61,52,53)
#2C2325
(44,35,37)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #C5BCB5

#C5BCB5
(197,188,181)
#CAC2BB
(202,194,187)
#CFC8C1
(207,200,193)
#D4CEC7
(212,206,199)
#D9D4CD
(217,212,205)
#DEDAD3
(222,218,211)
#E3E0D9
(227,224,217)
#E8E6DF
(232,230,223)
#EDECE5
(237,236,229)
#F2F2EB
(242,242,235)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCB5; }

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

This text font color is #C5BCB5.


Background Color

.myBgColor { background-color: #C5BCB5; }

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

This div background color is #C5BCB5.


Border color

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

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

This div border color is #C5BCB5.


Opacity

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

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

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

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

This text has shadow with #C5BCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCB5 on black background.


Color preview on white background

This text has color #C5BCB5 on white background.



Black color preview on #C5BCB5 background

This text has black color on #C5BCB5 background.


White color preview on #C5BCB5 background

This text has white color on #C5BCB5 background.