COLOR #BB9D9E

HEX: #BB9D9E RGB: (187,157,158)

Color info

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

RGB color model

#BB9D9E color RGB value is (187,157,158).

RGB: (187,157,158) (73%, 62%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 157 of 255 = 62%
B 158 of 255 = 62%

187
157
158

R + G + B ~ 66%. #BB9D9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 157 + 158 = 502 (100%)
R 187 of 502 ~ 37.25%
G 157 of 502 ~ 31.27%
B 158 of 502 ~ 31.47'%

%37.25
%31.27
%31.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 15.51%
  • key color value is 26.67%

CMYK: (0,16,16,27)
C0M16Y16K27 (0%, 16%, 16%, 27%)
(0.00 / 0.16 / 0.16 / 0.27)

CMYK percentages

%0
%16.04
%15.51
%26.67

Codes

Color #BB9D9E in popluar color models

BB 9D 9E
RGB 187 157 158
HSL 358° 18.07% 67.45%
HSB/HSV 358° 16.04% 73.33%
CMYK 0.00% 16.04% 15.51%
26.67%

Color #BB9D9E in popluar number systems.

HEX BB 9D 9E
Decimal 187 157 158
Binary 10111011 10011101 10011110
Octal 273 235 236

Shades and tints

Shades of #BB9D9E

#BB9D9E
(187,157,158)
#AA8F90
(170,143,144)
#998182
(153,129,130)
#887374
(136,115,116)
#776566
(119,101,102)
#665758
(102,87,88)
#55494A
(85,73,74)
#443B3C
(68,59,60)
#332D2E
(51,45,46)
#221F20
(34,31,32)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #BB9D9E

#BB9D9E
(187,157,158)
#C1A5A6
(193,165,166)
#C7ADAE
(199,173,174)
#CDB5B6
(205,181,182)
#D3BDBE
(211,189,190)
#D9C5C6
(217,197,198)
#DFCDCE
(223,205,206)
#E5D5D6
(229,213,214)
#EBDDDE
(235,221,222)
#F1E5E6
(241,229,230)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9D9E; }

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

This text font color is #BB9D9E.

Background Color

.myBgColor { background-color: #BB9D9E; }

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

This div background color is #BB9D9E.

Border color

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

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

This div border color is #BB9D9E.

Opacity

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

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

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

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

This text has shadow with #BB9D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9D9E.

Preview

Color preview on black background

This text has color #BB9D9E on black background.


Color preview on white background

This text has color #BB9D9E on white background.


Black color preview on #BB9D9E background

This text has black color on #BB9D9E background.


White color preview on #BB9D9E background

This text has white color on #BB9D9E background.


Related colors

Complementary color

Complementary color for #hex is #446261.


I love getcolorcode.com

Triadic colors

1 #9EBB9D and #9D9EBB with #BB9D9E are triadic colors.

2 #9E9DBB and #9DBB9E with #BB9D9E are triadic colors.