COLOR #BB9DA7

HEX: #BB9DA7
RGB: (187,157,167)

Color info

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

RGB color model

#BB9DA7 color RGB value is (187,157,167).

  • red value is 187;
  • green value is 157;
  • blue value is 167.
RGB:
(187,157,167)
(73%,62%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 157 of 255 = 62%
B 167 of 255 = 65%

187
157
167

R + G + B ~ 67%. #BB9DA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 157 + 167 = 511 (100%)
R 187 of 511 ~ 36.59%
G 157 of 511 ~ 30.72%
B 167 of 511 ~ 32.68%

%36.59
%30.72
%32.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(0,16,11,27)
C0M16Y11K27 
(0%,16%,11%,27%)
(0.00/0.16/0.11/0.27)	

CMYK percentages

%0
%16.04
%10.7
%26.67

Codes

Color #BB9DA7 in popluar color models

BB9DA7
RGB187157167
HSL340°18.07%67.45%
HSB/HSV340°16.04%73.33%
CMYK0.00%16.04%10.70%
26.67%

Color #BB9DA7 in popluar number systems.

HEXBB9DA7
Decimal187157167
Binary101110111001110110100111
Octal273235247

Shades and tints

Shades of #BB9DA7

#BB9DA7
(187,157,167)
#AA8F98
(170,143,152)
#998189
(153,129,137)
#88737A
(136,115,122)
#77656B
(119,101,107)
#66575C
(102,87,92)
#55494D
(85,73,77)
#443B3E
(68,59,62)
#332D2F
(51,45,47)
#221F20
(34,31,32)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #BB9DA7

#BB9DA7
(187,157,167)
#C1A5AF
(193,165,175)
#C7ADB7
(199,173,183)
#CDB5BF
(205,181,191)
#D3BDC7
(211,189,199)
#D9C5CF
(217,197,207)
#DFCDD7
(223,205,215)
#E5D5DF
(229,213,223)
#EBDDE7
(235,221,231)
#F1E5EF
(241,229,239)
#F7EDF7
(247,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9DA7; }

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

This text font color is #BB9DA7.


Background Color

.myBgColor { background-color: #BB9DA7; }

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

This div background color is #BB9DA7.


Border color

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

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

This div border color is #BB9DA7.


Opacity

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

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

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

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

This text has shadow with #BB9DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9DA7 on black background.


Color preview on white background

This text has color #BB9DA7 on white background.



Black color preview on #BB9DA7 background

This text has black color on #BB9DA7 background.


White color preview on #BB9DA7 background

This text has white color on #BB9DA7 background.