COLOR #B99EA0

HEX: #B99EA0
RGB: (185,158,160)

Color info

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

RGB color model

#B99EA0 color RGB value is (185,158,160).

  • red value is 185;
  • green value is 158;
  • blue value is 160.
RGB:
(185,158,160)
(73%,62%,63%)

RGB channels and saturation

R 185 of 255 = 73%
G 158 of 255 = 62%
B 160 of 255 = 63%

185
158
160

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

Portions of RGB colors in percentages

R + G + B =
185 + 158 + 160 = 503 (100%)
R 185 of 503 ~ 36.78%
G 158 of 503 ~ 31.41%
B 160 of 503 ~ 31.81%

%36.78
%31.41
%31.81

CMYK color model

#B99EA0 color CMYK value is (0,15,14,27).

  • cyan value is 0.00%
  • magenta value is 14.59%
  • yellow value is 13.51%
  • key color value is 27.45%
CMYK:
(0,15,14,27)
C0M15Y14K27 
(0%,15%,14%,27%)
(0.00/0.15/0.14/0.27)	

CMYK percentages

%0
%14.59
%13.51
%27.45

Codes

Color #B99EA0 in popluar color models

B99EA0
RGB185158160
HSL356°16.17%67.25%
HSB/HSV356°14.59%72.55%
CMYK0.00%14.59%13.51%
27.45%

Color #B99EA0 in popluar number systems.

HEXB99EA0
Decimal185158160
Binary101110011001111010100000
Octal271236240

Shades and tints

Shades of #B99EA0

#B99EA0
(185,158,160)
#A99092
(169,144,146)
#998284
(153,130,132)
#897476
(137,116,118)
#796668
(121,102,104)
#69585A
(105,88,90)
#594A4C
(89,74,76)
#493C3E
(73,60,62)
#392E30
(57,46,48)
#292022
(41,32,34)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #B99EA0

#B99EA0
(185,158,160)
#BFA6A8
(191,166,168)
#C5AEB0
(197,174,176)
#CBB6B8
(203,182,184)
#D1BEC0
(209,190,192)
#D7C6C8
(215,198,200)
#DDCED0
(221,206,208)
#E3D6D8
(227,214,216)
#E9DEE0
(233,222,224)
#EFE6E8
(239,230,232)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99EA0 color. Also use rgb(185,158,160) instead hex code.

Text Font Color

.myTextColor { color: #B99EA0; }

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

This text font color is #B99EA0.


Background Color

.myBgColor { background-color: #B99EA0; }

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

This div background color is #B99EA0.


Border color

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

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

This div border color is #B99EA0.


Opacity

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

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

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

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

This text has shadow with #B99EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99EA0 on black background.


Color preview on white background

This text has color #B99EA0 on white background.



Black color preview on #B99EA0 background

This text has black color on #B99EA0 background.


White color preview on #B99EA0 background

This text has white color on #B99EA0 background.