COLOR #B99EBE

HEX: #B99EBE RGB: (185,158,190)

Color info

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

RGB color model

#B99EBE color RGB value is (185,158,190).

RGB: (185,158,190) (73%, 62%, 75%)

RGB channels and saturation

R 185 of 255 = 73%
G 158 of 255 = 62%
B 190 of 255 = 75%

185
158
190

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

Portions of RGB colors in percentages

R + G + B = 185 + 158 + 190 = 533 (100%)
R 185 of 533 ~ 34.71%
G 158 of 533 ~ 29.64%
B 190 of 533 ~ 35.65'%

%34.71
%29.64
%35.65

CMYK color model

#B99EBE color CMYK value is (3,17,0,25).

  • cyan value is 2.63%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (3,17,0,25)
C3M17Y0K25 (3%, 17%, 0%, 25%)
(0.03 / 0.17 / 0.00 / 0.25)

CMYK percentages

%2.63
%16.84
%0
%25.49

Codes

Color #B99EBE in popluar color models

B9 9E BE
RGB 185 158 190
HSL 291° 19.75% 68.24%
HSB/HSV 291° 16.84% 74.51%
CMYK 2.63% 16.84% 0.00%
25.49%

Color #B99EBE in popluar number systems.

HEX B9 9E BE
Decimal 185 158 190
Binary 10111001 10011110 10111110
Octal 271 236 276

Shades and tints

Shades of #B99EBE

#B99EBE
(185,158,190)
#A990AD
(169,144,173)
#99829C
(153,130,156)
#89748B
(137,116,139)
#79667A
(121,102,122)
#695869
(105,88,105)
#594A58
(89,74,88)
#493C47
(73,60,71)
#392E36
(57,46,54)
#292025
(41,32,37)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #B99EBE

#B99EBE
(185,158,190)
#BFA6C3
(191,166,195)
#C5AEC8
(197,174,200)
#CBB6CD
(203,182,205)
#D1BED2
(209,190,210)
#D7C6D7
(215,198,215)
#DDCEDC
(221,206,220)
#E3D6E1
(227,214,225)
#E9DEE6
(233,222,230)
#EFE6EB
(239,230,235)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99EBE; }

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

This text font color is #B99EBE.

Background Color

.myBgColor { background-color: #B99EBE; }

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

This div background color is #B99EBE.

Border color

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

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

This div border color is #B99EBE.

Opacity

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

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

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

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

This text has shadow with #B99EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99EBE.

Preview

Color preview on black background

This text has color #B99EBE on black background.


Color preview on white background

This text has color #B99EBE on white background.


Black color preview on #B99EBE background

This text has black color on #B99EBE background.


White color preview on #B99EBE background

This text has white color on #B99EBE background.


Related colors

Complementary color

Complementary color for #hex is #466141.


I love getcolorcode.com

Triadic colors

1 #BEB99E and #9EBEB9 with #B99EBE are triadic colors.

2 #BE9EB9 and #9EB9BE with #B99EBE are triadic colors.