COLOR #B99EB8

HEX: #B99EB8
RGB: (185,158,184)

Color info

#B99EB8 contains red, green and blue colors in about the same proportion. Web safe color of #B99EB8 is #CC99CC (or #C9C).

RGB color model

#B99EB8 color RGB value is (185,158,184).

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

RGB channels and saturation

R 185 of 255 = 73%
G 158 of 255 = 62%
B 184 of 255 = 72%

185
158
184

R + G + B ~ 69%. #B99EB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 158 + 184 = 527 (100%)
R 185 of 527 ~ 35.1%
G 158 of 527 ~ 29.98%
B 184 of 527 ~ 34.91%

%35.1
%29.98
%34.91

CMYK color model

#B99EB8 color CMYK value is (0,15,1,27).

  • cyan value is 0.00%
  • magenta value is 14.59%
  • yellow value is 0.54%
  • key color value is 27.45%
CMYK: (0,15,1,27) C0M15Y1K27 (0%,15%,1%,27%) (0.00/0.15/0.01/0.27)

CMYK percentages

%0
%14.59
%0.54
%27.45

Codes

Color #B99EB8 in popluar color models

B99EB8
RGB185158184
HSL302°16.17%67.25%
HSB/HSV302°14.59%72.55%
CMYK0.00%14.59%0.54%
27.45%

Color #B99EB8 in popluar number systems.

HEXB99EB8
Decimal185158184
Binary101110011001111010111000
Octal271236270

Shades and tints

Shades of #B99EB8

#B99EB8
(185,158,184)
#A990A8
(169,144,168)
#998298
(153,130,152)
#897488
(137,116,136)
#796678
(121,102,120)
#695868
(105,88,104)
#594A58
(89,74,88)
#493C48
(73,60,72)
#392E38
(57,46,56)
#292028
(41,32,40)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #B99EB8

#B99EB8
(185,158,184)
#BFA6BE
(191,166,190)
#C5AEC4
(197,174,196)
#CBB6CA
(203,182,202)
#D1BED0
(209,190,208)
#D7C6D6
(215,198,214)
#DDCEDC
(221,206,220)
#E3D6E2
(227,214,226)
#E9DEE8
(233,222,232)
#EFE6EE
(239,230,238)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99EB8; }

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

This text font color is #B99EB8.


Background Color

.myBgColor { background-color: #B99EB8; }

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

This div background color is #B99EB8.


Border color

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

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

This div border color is #B99EB8.


Opacity

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

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

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

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

This text has shadow with #B99EB8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B99EB8 on black background.


Color preview on white background

This text has color #B99EB8 on white background.



Black color preview on #B99EB8 background

This text has black color on #B99EB8 background.


White color preview on #B99EB8 background

This text has white color on #B99EB8 background.