COLOR #B99EBD

HEX: #B99EBD
RGB: (185,158,189)

Color info

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

RGB color model

#B99EBD color RGB value is (185,158,189).

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

RGB channels and saturation

R 185 of 255 = 73%
G 158 of 255 = 62%
B 189 of 255 = 74%

185
158
189

R + G + B ~ 70%. #B99EBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 158 + 189 = 532 (100%)
R 185 of 532 ~ 34.77%
G 158 of 532 ~ 29.7%
B 189 of 532 ~ 35.53%

%34.77
%29.7
%35.53

CMYK color model

#B99EBD color CMYK value is (2,16,0,26).

  • cyan value is 2.12%
  • magenta value is 16.40%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,16,0,26)
C2M16Y0K26 
(2%,16%,0%,26%)
(0.02/0.16/0.00/0.26)	

CMYK percentages

%2.12
%16.4
%0
%25.88

Codes

Color #B99EBD in popluar color models

B99EBD
RGB185158189
HSL292°19.02%68.04%
HSB/HSV292°16.40%74.12%
CMYK2.12%16.40%0.00%
25.88%

Color #B99EBD in popluar number systems.

HEXB99EBD
Decimal185158189
Binary101110011001111010111101
Octal271236275

Shades and tints

Shades of #B99EBD

#B99EBD
(185,158,189)
#A990AC
(169,144,172)
#99829B
(153,130,155)
#89748A
(137,116,138)
#796679
(121,102,121)
#695868
(105,88,104)
#594A57
(89,74,87)
#493C46
(73,60,70)
#392E35
(57,46,53)
#292024
(41,32,36)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #B99EBD

#B99EBD
(185,158,189)
#BFA6C3
(191,166,195)
#C5AEC9
(197,174,201)
#CBB6CF
(203,182,207)
#D1BED5
(209,190,213)
#D7C6DB
(215,198,219)
#DDCEE1
(221,206,225)
#E3D6E7
(227,214,231)
#E9DEED
(233,222,237)
#EFE6F3
(239,230,243)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99EBD; }

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

This text font color is #B99EBD.


Background Color

.myBgColor { background-color: #B99EBD; }

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

This div background color is #B99EBD.


Border color

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

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

This div border color is #B99EBD.


Opacity

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

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

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

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

This text has shadow with #B99EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99EBD on black background.


Color preview on white background

This text has color #B99EBD on white background.



Black color preview on #B99EBD background

This text has black color on #B99EBD background.


White color preview on #B99EBD background

This text has white color on #B99EBD background.