COLOR #C5BBB6

HEX: #C5BBB6
RGB: (197,187,182)

Color info

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

RGB color model

#C5BBB6 color RGB value is (197,187,182).

  • red value is 197;
  • green value is 187;
  • blue value is 182.
RGB:
(197,187,182)
(77%,73%,71%)

RGB channels and saturation

R 197 of 255 = 77%
G 187 of 255 = 73%
B 182 of 255 = 71%

197
187
182

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

Portions of RGB colors in percentages

R + G + B =
197 + 187 + 182 = 566 (100%)
R 197 of 566 ~ 34.81%
G 187 of 566 ~ 33.04%
B 182 of 566 ~ 32.16%

%34.81
%33.04
%32.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 7.61%
  • 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
%5.08
%7.61
%22.75

Codes

Color #C5BBB6 in popluar color models

C5BBB6
RGB197187182
HSL20°11.45%74.31%
HSB/HSV20°7.61%77.25%
CMYK0.00%5.08%7.61%
22.75%

Color #C5BBB6 in popluar number systems.

HEXC5BBB6
Decimal197187182
Binary110001011011101110110110
Octal305273266

Shades and tints

Shades of #C5BBB6

#C5BBB6
(197,187,182)
#B4AAA6
(180,170,166)
#A39996
(163,153,150)
#928886
(146,136,134)
#817776
(129,119,118)
#706666
(112,102,102)
#5F5556
(95,85,86)
#4E4446
(78,68,70)
#3D3336
(61,51,54)
#2C2226
(44,34,38)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #C5BBB6

#C5BBB6
(197,187,182)
#CAC1BC
(202,193,188)
#CFC7C2
(207,199,194)
#D4CDC8
(212,205,200)
#D9D3CE
(217,211,206)
#DED9D4
(222,217,212)
#E3DFDA
(227,223,218)
#E8E5E0
(232,229,224)
#EDEBE6
(237,235,230)
#F2F1EC
(242,241,236)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BBB6 color. Also use rgb(197,187,182) instead hex code.

Text Font Color

.myTextColor { color: #C5BBB6; }

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

This text font color is #C5BBB6.


Background Color

.myBgColor { background-color: #C5BBB6; }

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

This div background color is #C5BBB6.


Border color

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

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

This div border color is #C5BBB6.


Opacity

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

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

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

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

This text has shadow with #C5BBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BBB6 on black background.


Color preview on white background

This text has color #C5BBB6 on white background.



Black color preview on #C5BBB6 background

This text has black color on #C5BBB6 background.


White color preview on #C5BBB6 background

This text has white color on #C5BBB6 background.