COLOR #B89DA8

HEX: #B89DA8
RGB: (184,157,168)

Color info

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

RGB color model

#B89DA8 color RGB value is (184,157,168).

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

RGB channels and saturation

R 184 of 255 = 72%
G 157 of 255 = 62%
B 168 of 255 = 66%

184
157
168

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

Portions of RGB colors in percentages

R + G + B =
184 + 157 + 168 = 509 (100%)
R 184 of 509 ~ 36.15%
G 157 of 509 ~ 30.84%
B 168 of 509 ~ 33.01%

%36.15
%30.84
%33.01

CMYK color model

#B89DA8 color CMYK value is (0,15,9,28).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 8.70%
  • key color value is 27.84%
CMYK:
(0,15,9,28)
C0M15Y9K28 
(0%,15%,9%,28%)
(0.00/0.15/0.09/0.28)	

CMYK percentages

%0
%14.67
%8.7
%27.84

Codes

Color #B89DA8 in popluar color models

B89DA8
RGB184157168
HSL336°15.98%66.86%
HSB/HSV336°14.67%72.16%
CMYK0.00%14.67%8.70%
27.84%

Color #B89DA8 in popluar number systems.

HEXB89DA8
Decimal184157168
Binary101110001001110110101000
Octal270235250

Shades and tints

Shades of #B89DA8

#B89DA8
(184,157,168)
#A88F99
(168,143,153)
#98818A
(152,129,138)
#88737B
(136,115,123)
#78656C
(120,101,108)
#68575D
(104,87,93)
#58494E
(88,73,78)
#483B3F
(72,59,63)
#382D30
(56,45,48)
#281F21
(40,31,33)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #B89DA8

#B89DA8
(184,157,168)
#BEA5AF
(190,165,175)
#C4ADB6
(196,173,182)
#CAB5BD
(202,181,189)
#D0BDC4
(208,189,196)
#D6C5CB
(214,197,203)
#DCCDD2
(220,205,210)
#E2D5D9
(226,213,217)
#E8DDE0
(232,221,224)
#EEE5E7
(238,229,231)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89DA8; }

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

This text font color is #B89DA8.


Background Color

.myBgColor { background-color: #B89DA8; }

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

This div background color is #B89DA8.


Border color

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

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

This div border color is #B89DA8.


Opacity

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

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

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

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

This text has shadow with #B89DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89DA8 on black background.


Color preview on white background

This text has color #B89DA8 on white background.



Black color preview on #B89DA8 background

This text has black color on #B89DA8 background.


White color preview on #B89DA8 background

This text has white color on #B89DA8 background.