COLOR #BB9C9E

HEX: #BB9C9E
RGB: (187,156,158)

Color info

#BB9C9E contains red, green and blue colors in about the same proportion. Web safe color of #BB9C9E is #CC9999 (or #C99).

RGB color model

#BB9C9E color RGB value is (187,156,158).

  • red value is 187;
  • green value is 156;
  • blue value is 158.
RGB:
(187,156,158)
(73%,61%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 156 of 255 = 61%
B 158 of 255 = 62%

187
156
158

R + G + B ~ 65%. #BB9C9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 156 + 158 = 501 (100%)
R 187 of 501 ~ 37.33%
G 156 of 501 ~ 31.14%
B 158 of 501 ~ 31.54%

%37.33
%31.14
%31.54

CMYK color model

#BB9C9E color CMYK value is (0,17,16,27).

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 15.51%
  • key color value is 26.67%
CMYK:
(0,17,16,27)
C0M17Y16K27 
(0%,17%,16%,27%)
(0.00/0.17/0.16/0.27)	

CMYK percentages

%0
%16.58
%15.51
%26.67

Codes

Color #BB9C9E in popluar color models

BB9C9E
RGB187156158
HSL356°18.56%67.25%
HSB/HSV356°16.58%73.33%
CMYK0.00%16.58%15.51%
26.67%

Color #BB9C9E in popluar number systems.

HEXBB9C9E
Decimal187156158
Binary101110111001110010011110
Octal273234236

Shades and tints

Shades of #BB9C9E

#BB9C9E
(187,156,158)
#AA8E90
(170,142,144)
#998082
(153,128,130)
#887274
(136,114,116)
#776466
(119,100,102)
#665658
(102,86,88)
#55484A
(85,72,74)
#443A3C
(68,58,60)
#332C2E
(51,44,46)
#221E20
(34,30,32)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #BB9C9E

#BB9C9E
(187,156,158)
#C1A5A6
(193,165,166)
#C7AEAE
(199,174,174)
#CDB7B6
(205,183,182)
#D3C0BE
(211,192,190)
#D9C9C6
(217,201,198)
#DFD2CE
(223,210,206)
#E5DBD6
(229,219,214)
#EBE4DE
(235,228,222)
#F1EDE6
(241,237,230)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9C9E color. Also use rgb(187,156,158) instead hex code.

Text Font Color

.myTextColor { color: #BB9C9E; }

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

This text font color is #BB9C9E.


Background Color

.myBgColor { background-color: #BB9C9E; }

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

This div background color is #BB9C9E.


Border color

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

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

This div border color is #BB9C9E.


Opacity

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

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

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

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

This text has shadow with #BB9C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9C9E on black background.


Color preview on white background

This text has color #BB9C9E on white background.



Black color preview on #BB9C9E background

This text has black color on #BB9C9E background.


White color preview on #BB9C9E background

This text has white color on #BB9C9E background.