COLOR #B99DA7

HEX: #B99DA7
RGB: (185,157,167)

Color info

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

RGB color model

#B99DA7 color RGB value is (185,157,167).

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

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 167 of 255 = 65%

185
157
167

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

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 167 = 509 (100%)
R 185 of 509 ~ 36.35%
G 157 of 509 ~ 30.84%
B 167 of 509 ~ 32.81%

%36.35
%30.84
%32.81

CMYK color model

#B99DA7 color CMYK value is (0,15,10,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 9.73%
  • key color value is 27.45%
CMYK:
(0,15,10,27)
C0M15Y10K27 
(0%,15%,10%,27%)
(0.00/0.15/0.10/0.27)	

CMYK percentages

%0
%15.14
%9.73
%27.45

Codes

Color #B99DA7 in popluar color models

B99DA7
RGB185157167
HSL339°16.67%67.06%
HSB/HSV339°15.14%72.55%
CMYK0.00%15.14%9.73%
27.45%

Color #B99DA7 in popluar number systems.

HEXB99DA7
Decimal185157167
Binary101110011001110110100111
Octal271235247

Shades and tints

Shades of #B99DA7

#B99DA7
(185,157,167)
#A98F98
(169,143,152)
#998189
(153,129,137)
#89737A
(137,115,122)
#79656B
(121,101,107)
#69575C
(105,87,92)
#59494D
(89,73,77)
#493B3E
(73,59,62)
#392D2F
(57,45,47)
#291F20
(41,31,32)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #B99DA7

#B99DA7
(185,157,167)
#BFA5AF
(191,165,175)
#C5ADB7
(197,173,183)
#CBB5BF
(203,181,191)
#D1BDC7
(209,189,199)
#D7C5CF
(215,197,207)
#DDCDD7
(221,205,215)
#E3D5DF
(227,213,223)
#E9DDE7
(233,221,231)
#EFE5EF
(239,229,239)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99DA7; }

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

This text font color is #B99DA7.


Background Color

.myBgColor { background-color: #B99DA7; }

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

This div background color is #B99DA7.


Border color

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

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

This div border color is #B99DA7.


Opacity

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

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

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

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

This text has shadow with #B99DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99DA7 on black background.


Color preview on white background

This text has color #B99DA7 on white background.



Black color preview on #B99DA7 background

This text has black color on #B99DA7 background.


White color preview on #B99DA7 background

This text has white color on #B99DA7 background.