COLOR #B99DA8

HEX: #B99DA8
RGB: (185,157,168)

Color info

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

RGB color model

#B99DA8 color RGB value is (185,157,168).

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

RGB channels and saturation

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

185
157
168

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

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 168 = 510 (100%)
R 185 of 510 ~ 36.27%
G 157 of 510 ~ 30.78%
B 168 of 510 ~ 32.94%

%36.27
%30.78
%32.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 9.19%
  • 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
%9.19
%27.45

Codes

Color #B99DA8 in popluar color models

B99DA8
RGB185157168
HSL336°16.67%67.06%
HSB/HSV336°15.14%72.55%
CMYK0.00%15.14%9.19%
27.45%

Color #B99DA8 in popluar number systems.

HEXB99DA8
Decimal185157168
Binary101110011001110110101000
Octal271235250

Shades and tints

Shades of #B99DA8

#B99DA8
(185,157,168)
#A98F99
(169,143,153)
#99818A
(153,129,138)
#89737B
(137,115,123)
#79656C
(121,101,108)
#69575D
(105,87,93)
#59494E
(89,73,78)
#493B3F
(73,59,63)
#392D30
(57,45,48)
#291F21
(41,31,33)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #B99DA8

#B99DA8
(185,157,168)
#BFA5AF
(191,165,175)
#C5ADB6
(197,173,182)
#CBB5BD
(203,181,189)
#D1BDC4
(209,189,196)
#D7C5CB
(215,197,203)
#DDCDD2
(221,205,210)
#E3D5D9
(227,213,217)
#E9DDE0
(233,221,224)
#EFE5E7
(239,229,231)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99DA8; }

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

This text font color is #B99DA8.


Background Color

.myBgColor { background-color: #B99DA8; }

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

This div background color is #B99DA8.


Border color

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

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

This div border color is #B99DA8.


Opacity

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

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

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

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

This text has shadow with #B99DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99DA8 on black background.


Color preview on white background

This text has color #B99DA8 on white background.



Black color preview on #B99DA8 background

This text has black color on #B99DA8 background.


White color preview on #B99DA8 background

This text has white color on #B99DA8 background.