COLOR #B999AB

HEX: #B999AB
RGB: (185,153,171)

Color info

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

RGB color model

#B999AB color RGB value is (185,153,171).

  • red value is 185;
  • green value is 153;
  • blue value is 171.
RGB:
(185,153,171)
(73%,60%,67%)

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 171 of 255 = 67%

185
153
171

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

Portions of RGB colors in percentages

R + G + B =
185 + 153 + 171 = 509 (100%)
R 185 of 509 ~ 36.35%
G 153 of 509 ~ 30.06%
B 171 of 509 ~ 33.6%

%36.35
%30.06
%33.6

CMYK color model

#B999AB color CMYK value is (0,17,8,27).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(0,17,8,27)
C0M17Y8K27 
(0%,17%,8%,27%)
(0.00/0.17/0.08/0.27)	

CMYK percentages

%0
%17.3
%7.57
%27.45

Codes

Color #B999AB in popluar color models

B999AB
RGB185153171
HSL326°18.60%66.27%
HSB/HSV326°17.30%72.55%
CMYK0.00%17.30%7.57%
27.45%

Color #B999AB in popluar number systems.

HEXB999AB
Decimal185153171
Binary101110011001100110101011
Octal271231253

Shades and tints

Shades of #B999AB

#B999AB
(185,153,171)
#A98C9C
(169,140,156)
#997F8D
(153,127,141)
#89727E
(137,114,126)
#79656F
(121,101,111)
#695860
(105,88,96)
#594B51
(89,75,81)
#493E42
(73,62,66)
#393133
(57,49,51)
#292424
(41,36,36)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #B999AB

#B999AB
(185,153,171)
#BFA2B2
(191,162,178)
#C5ABB9
(197,171,185)
#CBB4C0
(203,180,192)
#D1BDC7
(209,189,199)
#D7C6CE
(215,198,206)
#DDCFD5
(221,207,213)
#E3D8DC
(227,216,220)
#E9E1E3
(233,225,227)
#EFEAEA
(239,234,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B999AB color. Also use rgb(185,153,171) instead hex code.

Text Font Color

.myTextColor { color: #B999AB; }

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

This text font color is #B999AB.


Background Color

.myBgColor { background-color: #B999AB; }

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

This div background color is #B999AB.


Border color

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

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

This div border color is #B999AB.


Opacity

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

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

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

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

This text has shadow with #B999AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B999AB on black background.


Color preview on white background

This text has color #B999AB on white background.



Black color preview on #B999AB background

This text has black color on #B999AB background.


White color preview on #B999AB background

This text has white color on #B999AB background.