COLOR #C5BBB0

HEX: #C5BBB0
RGB: (197,187,176)

Color info

#C5BBB0 contains red, green and blue colors in about the same proportion. Web safe color of #C5BBB0 is #CCCC99 (or #CC9).

RGB color model

#C5BBB0 color RGB value is (197,187,176).

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

RGB channels and saturation

R 197 of 255 = 77%
G 187 of 255 = 73%
B 176 of 255 = 69%

197
187
176

R + G + B ~ 73%. #C5BBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 187 + 176 = 560 (100%)
R 197 of 560 ~ 35.18%
G 187 of 560 ~ 33.39%
B 176 of 560 ~ 31.43%

%35.18
%33.39
%31.43

CMYK color model

#C5BBB0 color CMYK value is (0,5,11,23).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 10.66%
  • key color value is 22.75%
CMYK:
(0,5,11,23)
C0M5Y11K23 
(0%,5%,11%,23%)
(0.00/0.05/0.11/0.23)	

CMYK percentages

%0
%5.08
%10.66
%22.75

Codes

Color #C5BBB0 in popluar color models

C5BBB0
RGB197187176
HSL31°15.33%73.14%
HSB/HSV31°10.66%77.25%
CMYK0.00%5.08%10.66%
22.75%

Color #C5BBB0 in popluar number systems.

HEXC5BBB0
Decimal197187176
Binary110001011011101110110000
Octal305273260

Shades and tints

Shades of #C5BBB0

#C5BBB0
(197,187,176)
#B4AAA0
(180,170,160)
#A39990
(163,153,144)
#928880
(146,136,128)
#817770
(129,119,112)
#706660
(112,102,96)
#5F5550
(95,85,80)
#4E4440
(78,68,64)
#3D3330
(61,51,48)
#2C2220
(44,34,32)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #C5BBB0

#C5BBB0
(197,187,176)
#CAC1B7
(202,193,183)
#CFC7BE
(207,199,190)
#D4CDC5
(212,205,197)
#D9D3CC
(217,211,204)
#DED9D3
(222,217,211)
#E3DFDA
(227,223,218)
#E8E5E1
(232,229,225)
#EDEBE8
(237,235,232)
#F2F1EF
(242,241,239)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BBB0; }

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

This text font color is #C5BBB0.


Background Color

.myBgColor { background-color: #C5BBB0; }

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

This div background color is #C5BBB0.


Border color

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

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

This div border color is #C5BBB0.


Opacity

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

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

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

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

This text has shadow with #C5BBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BBB0 on black background.


Color preview on white background

This text has color #C5BBB0 on white background.



Black color preview on #C5BBB0 background

This text has black color on #C5BBB0 background.


White color preview on #C5BBB0 background

This text has white color on #C5BBB0 background.