COLOR #B99DB3

HEX: #B99DB3
RGB: (185,157,179)

Color info

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

RGB color model

#B99DB3 color RGB value is (185,157,179).

  • red value is 185;
  • green value is 157;
  • blue value is 179.
RGB:
(185,157,179)
(73%,62%,70%)

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 179 of 255 = 70%

185
157
179

R + G + B ~ 68%. #B99DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 179 = 521 (100%)
R 185 of 521 ~ 35.51%
G 157 of 521 ~ 30.13%
B 179 of 521 ~ 34.36%

%35.51
%30.13
%34.36

CMYK color model

#B99DB3 color CMYK value is (0,15,3,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 3.24%
  • key color value is 27.45%
CMYK:
(0,15,3,27)
C0M15Y3K27 
(0%,15%,3%,27%)
(0.00/0.15/0.03/0.27)	

CMYK percentages

%0
%15.14
%3.24
%27.45

Codes

Color #B99DB3 in popluar color models

B99DB3
RGB185157179
HSL313°16.67%67.06%
HSB/HSV313°15.14%72.55%
CMYK0.00%15.14%3.24%
27.45%

Color #B99DB3 in popluar number systems.

HEXB99DB3
Decimal185157179
Binary101110011001110110110011
Octal271235263

Shades and tints

Shades of #B99DB3

#B99DB3
(185,157,179)
#A98FA3
(169,143,163)
#998193
(153,129,147)
#897383
(137,115,131)
#796573
(121,101,115)
#695763
(105,87,99)
#594953
(89,73,83)
#493B43
(73,59,67)
#392D33
(57,45,51)
#291F23
(41,31,35)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #B99DB3

#B99DB3
(185,157,179)
#BFA5B9
(191,165,185)
#C5ADBF
(197,173,191)
#CBB5C5
(203,181,197)
#D1BDCB
(209,189,203)
#D7C5D1
(215,197,209)
#DDCDD7
(221,205,215)
#E3D5DD
(227,213,221)
#E9DDE3
(233,221,227)
#EFE5E9
(239,229,233)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99DB3 color. Also use rgb(185,157,179) instead hex code.

Text Font Color

.myTextColor { color: #B99DB3; }

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

This text font color is #B99DB3.


Background Color

.myBgColor { background-color: #B99DB3; }

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

This div background color is #B99DB3.


Border color

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

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

This div border color is #B99DB3.


Opacity

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

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

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

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

This text has shadow with #B99DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99DB3 on black background.


Color preview on white background

This text has color #B99DB3 on white background.



Black color preview on #B99DB3 background

This text has black color on #B99DB3 background.


White color preview on #B99DB3 background

This text has white color on #B99DB3 background.