COLOR #B89FAB

HEX: #B89FAB
RGB: (184,159,171)

Color info

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

RGB color model

#B89FAB color RGB value is (184,159,171).

  • red value is 184;
  • green value is 159;
  • blue value is 171.
RGB:
(184,159,171)
(72%,62%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 159 of 255 = 62%
B 171 of 255 = 67%

184
159
171

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

Portions of RGB colors in percentages

R + G + B =
184 + 159 + 171 = 514 (100%)
R 184 of 514 ~ 35.8%
G 159 of 514 ~ 30.93%
B 171 of 514 ~ 33.27%

%35.8
%30.93
%33.27

CMYK color model

#B89FAB color CMYK value is (0,14,7,28).

  • cyan value is 0.00%
  • magenta value is 13.59%
  • yellow value is 7.07%
  • key color value is 27.84%
CMYK:
(0,14,7,28)
C0M14Y7K28 
(0%,14%,7%,28%)
(0.00/0.14/0.07/0.28)	

CMYK percentages

%0
%13.59
%7.07
%27.84

Codes

Color #B89FAB in popluar color models

B89FAB
RGB184159171
HSL331°14.97%67.25%
HSB/HSV331°13.59%72.16%
CMYK0.00%13.59%7.07%
27.84%

Color #B89FAB in popluar number systems.

HEXB89FAB
Decimal184159171
Binary101110001001111110101011
Octal270237253

Shades and tints

Shades of #B89FAB

#B89FAB
(184,159,171)
#A8919C
(168,145,156)
#98838D
(152,131,141)
#88757E
(136,117,126)
#78676F
(120,103,111)
#685960
(104,89,96)
#584B51
(88,75,81)
#483D42
(72,61,66)
#382F33
(56,47,51)
#282124
(40,33,36)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #B89FAB

#B89FAB
(184,159,171)
#BEA7B2
(190,167,178)
#C4AFB9
(196,175,185)
#CAB7C0
(202,183,192)
#D0BFC7
(208,191,199)
#D6C7CE
(214,199,206)
#DCCFD5
(220,207,213)
#E2D7DC
(226,215,220)
#E8DFE3
(232,223,227)
#EEE7EA
(238,231,234)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89FAB color. Also use rgb(184,159,171) instead hex code.

Text Font Color

.myTextColor { color: #B89FAB; }

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

This text font color is #B89FAB.


Background Color

.myBgColor { background-color: #B89FAB; }

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

This div background color is #B89FAB.


Border color

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

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

This div border color is #B89FAB.


Opacity

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

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

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

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

This text has shadow with #B89FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89FAB on black background.


Color preview on white background

This text has color #B89FAB on white background.



Black color preview on #B89FAB background

This text has black color on #B89FAB background.


White color preview on #B89FAB background

This text has white color on #B89FAB background.