COLOR #BB8E99

HEX: #BB8E99
RGB: (187,142,153)

Color info

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

RGB color model

#BB8E99 color RGB value is (187,142,153).

  • red value is 187;
  • green value is 142;
  • blue value is 153.
RGB:
(187,142,153)
(73%,56%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 142 of 255 = 56%
B 153 of 255 = 60%

187
142
153

R + G + B ~ 63%. #BB8E99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 142 + 153 = 482 (100%)
R 187 of 482 ~ 38.8%
G 142 of 482 ~ 29.46%
B 153 of 482 ~ 31.74%

%38.8
%29.46
%31.74

CMYK color model

#BB8E99 color CMYK value is (0,24,18,27).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 18.18%
  • key color value is 26.67%
CMYK:
(0,24,18,27)
C0M24Y18K27 
(0%,24%,18%,27%)
(0.00/0.24/0.18/0.27)	

CMYK percentages

%0
%24.06
%18.18
%26.67

Codes

Color #BB8E99 in popluar color models

BB8E99
RGB187142153
HSL345°24.86%64.51%
HSB/HSV345°24.06%73.33%
CMYK0.00%24.06%18.18%
26.67%

Color #BB8E99 in popluar number systems.

HEXBB8E99
Decimal187142153
Binary101110111000111010011001
Octal273216231

Shades and tints

Shades of #BB8E99

#BB8E99
(187,142,153)
#AA828C
(170,130,140)
#99767F
(153,118,127)
#886A72
(136,106,114)
#775E65
(119,94,101)
#665258
(102,82,88)
#55464B
(85,70,75)
#443A3E
(68,58,62)
#332E31
(51,46,49)
#222224
(34,34,36)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BB8E99

#BB8E99
(187,142,153)
#C198A2
(193,152,162)
#C7A2AB
(199,162,171)
#CDACB4
(205,172,180)
#D3B6BD
(211,182,189)
#D9C0C6
(217,192,198)
#DFCACF
(223,202,207)
#E5D4D8
(229,212,216)
#EBDEE1
(235,222,225)
#F1E8EA
(241,232,234)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8E99 color. Also use rgb(187,142,153) instead hex code.

Text Font Color

.myTextColor { color: #BB8E99; }

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

This text font color is #BB8E99.


Background Color

.myBgColor { background-color: #BB8E99; }

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

This div background color is #BB8E99.


Border color

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

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

This div border color is #BB8E99.


Opacity

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

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

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

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

This text has shadow with #BB8E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8E99 on black background.


Color preview on white background

This text has color #BB8E99 on white background.



Black color preview on #BB8E99 background

This text has black color on #BB8E99 background.


White color preview on #BB8E99 background

This text has white color on #BB8E99 background.