COLOR #B89BAE

HEX: #B89BAE
RGB: (184,155,174)

Color info

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

RGB color model

#B89BAE color RGB value is (184,155,174).

  • red value is 184;
  • green value is 155;
  • blue value is 174.
RGB:
(184,155,174)
(72%,61%,68%)

RGB channels and saturation

R 184 of 255 = 72%
G 155 of 255 = 61%
B 174 of 255 = 68%

184
155
174

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

Portions of RGB colors in percentages

R + G + B =
184 + 155 + 174 = 513 (100%)
R 184 of 513 ~ 35.87%
G 155 of 513 ~ 30.21%
B 174 of 513 ~ 33.92%

%35.87
%30.21
%33.92

CMYK color model

#B89BAE color CMYK value is (0,16,5,28).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 5.43%
  • key color value is 27.84%
CMYK:
(0,16,5,28)
C0M16Y5K28 
(0%,16%,5%,28%)
(0.00/0.16/0.05/0.28)	

CMYK percentages

%0
%15.76
%5.43
%27.84

Codes

Color #B89BAE in popluar color models

B89BAE
RGB184155174
HSL321°16.96%66.47%
HSB/HSV321°15.76%72.16%
CMYK0.00%15.76%5.43%
27.84%

Color #B89BAE in popluar number systems.

HEXB89BAE
Decimal184155174
Binary101110001001101110101110
Octal270233256

Shades and tints

Shades of #B89BAE

#B89BAE
(184,155,174)
#A88D9F
(168,141,159)
#987F90
(152,127,144)
#887181
(136,113,129)
#786372
(120,99,114)
#685563
(104,85,99)
#584754
(88,71,84)
#483945
(72,57,69)
#382B36
(56,43,54)
#281D27
(40,29,39)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #B89BAE

#B89BAE
(184,155,174)
#BEA4B5
(190,164,181)
#C4ADBC
(196,173,188)
#CAB6C3
(202,182,195)
#D0BFCA
(208,191,202)
#D6C8D1
(214,200,209)
#DCD1D8
(220,209,216)
#E2DADF
(226,218,223)
#E8E3E6
(232,227,230)
#EEECED
(238,236,237)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89BAE color. Also use rgb(184,155,174) instead hex code.

Text Font Color

.myTextColor { color: #B89BAE; }

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

This text font color is #B89BAE.


Background Color

.myBgColor { background-color: #B89BAE; }

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

This div background color is #B89BAE.


Border color

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

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

This div border color is #B89BAE.


Opacity

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

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

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

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

This text has shadow with #B89BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89BAE on black background.


Color preview on white background

This text has color #B89BAE on white background.



Black color preview on #B89BAE background

This text has black color on #B89BAE background.


White color preview on #B89BAE background

This text has white color on #B89BAE background.