COLOR #B99DA9

HEX: #B99DA9
RGB: (185,157,169)

Color info

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

RGB color model

#B99DA9 color RGB value is (185,157,169).

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

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 169 of 255 = 66%

185
157
169

R + G + B ~ 67%. #B99DA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 169 = 511 (100%)
R 185 of 511 ~ 36.2%
G 157 of 511 ~ 30.72%
B 169 of 511 ~ 33.07%

%36.2
%30.72
%33.07

CMYK color model

#B99DA9 color CMYK value is (0,15,9,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 8.65%
  • key color value is 27.45%
CMYK:
(0,15,9,27)
C0M15Y9K27 
(0%,15%,9%,27%)
(0.00/0.15/0.09/0.27)	

CMYK percentages

%0
%15.14
%8.65
%27.45

Codes

Color #B99DA9 in popluar color models

B99DA9
RGB185157169
HSL334°16.67%67.06%
HSB/HSV334°15.14%72.55%
CMYK0.00%15.14%8.65%
27.45%

Color #B99DA9 in popluar number systems.

HEXB99DA9
Decimal185157169
Binary101110011001110110101001
Octal271235251

Shades and tints

Shades of #B99DA9

#B99DA9
(185,157,169)
#A98F9A
(169,143,154)
#99818B
(153,129,139)
#89737C
(137,115,124)
#79656D
(121,101,109)
#69575E
(105,87,94)
#59494F
(89,73,79)
#493B40
(73,59,64)
#392D31
(57,45,49)
#291F22
(41,31,34)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #B99DA9

#B99DA9
(185,157,169)
#BFA5B0
(191,165,176)
#C5ADB7
(197,173,183)
#CBB5BE
(203,181,190)
#D1BDC5
(209,189,197)
#D7C5CC
(215,197,204)
#DDCDD3
(221,205,211)
#E3D5DA
(227,213,218)
#E9DDE1
(233,221,225)
#EFE5E8
(239,229,232)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99DA9; }

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

This text font color is #B99DA9.


Background Color

.myBgColor { background-color: #B99DA9; }

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

This div background color is #B99DA9.


Border color

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

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

This div border color is #B99DA9.


Opacity

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

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

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

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

This text has shadow with #B99DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99DA9 on black background.


Color preview on white background

This text has color #B99DA9 on white background.



Black color preview on #B99DA9 background

This text has black color on #B99DA9 background.


White color preview on #B99DA9 background

This text has white color on #B99DA9 background.