COLOR #B99EA2

HEX: #B99EA2
RGB: (185,158,162)

Color info

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

RGB color model

#B99EA2 color RGB value is (185,158,162).

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

RGB channels and saturation

R 185 of 255 = 73%
G 158 of 255 = 62%
B 162 of 255 = 64%

185
158
162

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

Portions of RGB colors in percentages

R + G + B =
185 + 158 + 162 = 505 (100%)
R 185 of 505 ~ 36.63%
G 158 of 505 ~ 31.29%
B 162 of 505 ~ 32.08%

%36.63
%31.29
%32.08

CMYK color model

#B99EA2 color CMYK value is (0,15,12,27).

  • cyan value is 0.00%
  • magenta value is 14.59%
  • yellow value is 12.43%
  • key color value is 27.45%
CMYK:
(0,15,12,27)
C0M15Y12K27 
(0%,15%,12%,27%)
(0.00/0.15/0.12/0.27)	

CMYK percentages

%0
%14.59
%12.43
%27.45

Codes

Color #B99EA2 in popluar color models

B99EA2
RGB185158162
HSL351°16.17%67.25%
HSB/HSV351°14.59%72.55%
CMYK0.00%14.59%12.43%
27.45%

Color #B99EA2 in popluar number systems.

HEXB99EA2
Decimal185158162
Binary101110011001111010100010
Octal271236242

Shades and tints

Shades of #B99EA2

#B99EA2
(185,158,162)
#A99094
(169,144,148)
#998286
(153,130,134)
#897478
(137,116,120)
#79666A
(121,102,106)
#69585C
(105,88,92)
#594A4E
(89,74,78)
#493C40
(73,60,64)
#392E32
(57,46,50)
#292024
(41,32,36)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #B99EA2

#B99EA2
(185,158,162)
#BFA6AA
(191,166,170)
#C5AEB2
(197,174,178)
#CBB6BA
(203,182,186)
#D1BEC2
(209,190,194)
#D7C6CA
(215,198,202)
#DDCED2
(221,206,210)
#E3D6DA
(227,214,218)
#E9DEE2
(233,222,226)
#EFE6EA
(239,230,234)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99EA2; }

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

This text font color is #B99EA2.


Background Color

.myBgColor { background-color: #B99EA2; }

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

This div background color is #B99EA2.


Border color

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

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

This div border color is #B99EA2.


Opacity

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

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

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

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

This text has shadow with #B99EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99EA2 on black background.


Color preview on white background

This text has color #B99EA2 on white background.



Black color preview on #B99EA2 background

This text has black color on #B99EA2 background.


White color preview on #B99EA2 background

This text has white color on #B99EA2 background.