COLOR #C5BBB8

HEX: #C5BBB8
RGB: (197,187,184)

Color info

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

RGB color model

#C5BBB8 color RGB value is (197,187,184).

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

RGB channels and saturation

R 197 of 255 = 77%
G 187 of 255 = 73%
B 184 of 255 = 72%

197
187
184

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

Portions of RGB colors in percentages

R + G + B =
197 + 187 + 184 = 568 (100%)
R 197 of 568 ~ 34.68%
G 187 of 568 ~ 32.92%
B 184 of 568 ~ 32.39%

%34.68
%32.92
%32.39

CMYK color model

#C5BBB8 color CMYK value is (0,5,7,23).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(0,5,7,23)
C0M5Y7K23 
(0%,5%,7%,23%)
(0.00/0.05/0.07/0.23)	

CMYK percentages

%0
%5.08
%6.6
%22.75

Codes

Color #C5BBB8 in popluar color models

C5BBB8
RGB197187184
HSL14°10.08%74.71%
HSB/HSV14°6.60%77.25%
CMYK0.00%5.08%6.60%
22.75%

Color #C5BBB8 in popluar number systems.

HEXC5BBB8
Decimal197187184
Binary110001011011101110111000
Octal305273270

Shades and tints

Shades of #C5BBB8

#C5BBB8
(197,187,184)
#B4AAA8
(180,170,168)
#A39998
(163,153,152)
#928888
(146,136,136)
#817778
(129,119,120)
#706668
(112,102,104)
#5F5558
(95,85,88)
#4E4448
(78,68,72)
#3D3338
(61,51,56)
#2C2228
(44,34,40)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #C5BBB8

#C5BBB8
(197,187,184)
#CAC1BE
(202,193,190)
#CFC7C4
(207,199,196)
#D4CDCA
(212,205,202)
#D9D3D0
(217,211,208)
#DED9D6
(222,217,214)
#E3DFDC
(227,223,220)
#E8E5E2
(232,229,226)
#EDEBE8
(237,235,232)
#F2F1EE
(242,241,238)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BBB8; }

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

This text font color is #C5BBB8.


Background Color

.myBgColor { background-color: #C5BBB8; }

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

This div background color is #C5BBB8.


Border color

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

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

This div border color is #C5BBB8.


Opacity

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

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

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

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

This text has shadow with #C5BBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BBB8 on black background.


Color preview on white background

This text has color #C5BBB8 on white background.



Black color preview on #C5BBB8 background

This text has black color on #C5BBB8 background.


White color preview on #C5BBB8 background

This text has white color on #C5BBB8 background.