COLOR #B89FAA

HEX: #B89FAA
RGB: (184,159,170)

Color info

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

RGB color model

#B89FAA color RGB value is (184,159,170).

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

RGB channels and saturation

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

184
159
170

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

Portions of RGB colors in percentages

R + G + B =
184 + 159 + 170 = 513 (100%)
R 184 of 513 ~ 35.87%
G 159 of 513 ~ 30.99%
B 170 of 513 ~ 33.14%

%35.87
%30.99
%33.14

CMYK color model

#B89FAA color CMYK value is (0,14,8,28).

  • cyan value is 0.00%
  • magenta value is 13.59%
  • yellow value is 7.61%
  • key color value is 27.84%
CMYK:
(0,14,8,28)
C0M14Y8K28 
(0%,14%,8%,28%)
(0.00/0.14/0.08/0.28)	

CMYK percentages

%0
%13.59
%7.61
%27.84

Codes

Color #B89FAA in popluar color models

B89FAA
RGB184159170
HSL334°14.97%67.25%
HSB/HSV334°13.59%72.16%
CMYK0.00%13.59%7.61%
27.84%

Color #B89FAA in popluar number systems.

HEXB89FAA
Decimal184159170
Binary101110001001111110101010
Octal270237252

Shades and tints

Shades of #B89FAA

#B89FAA
(184,159,170)
#A8919B
(168,145,155)
#98838C
(152,131,140)
#88757D
(136,117,125)
#78676E
(120,103,110)
#68595F
(104,89,95)
#584B50
(88,75,80)
#483D41
(72,61,65)
#382F32
(56,47,50)
#282123
(40,33,35)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #B89FAA

#B89FAA
(184,159,170)
#BEA7B1
(190,167,177)
#C4AFB8
(196,175,184)
#CAB7BF
(202,183,191)
#D0BFC6
(208,191,198)
#D6C7CD
(214,199,205)
#DCCFD4
(220,207,212)
#E2D7DB
(226,215,219)
#E8DFE2
(232,223,226)
#EEE7E9
(238,231,233)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89FAA; }

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

This text font color is #B89FAA.


Background Color

.myBgColor { background-color: #B89FAA; }

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

This div background color is #B89FAA.


Border color

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

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

This div border color is #B89FAA.


Opacity

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

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

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

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

This text has shadow with #B89FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89FAA on black background.


Color preview on white background

This text has color #B89FAA on white background.



Black color preview on #B89FAA background

This text has black color on #B89FAA background.


White color preview on #B89FAA background

This text has white color on #B89FAA background.