COLOR #B389AE

HEX: #B389AE
RGB: (179,137,174)

Color info

#B389AE contains red, green and blue colors in about the same proportion. Web safe color of #B389AE is #999999 (or #999).

RGB color model

#B389AE color RGB value is (179,137,174).

  • red value is 179;
  • green value is 137;
  • blue value is 174.
RGB:
(179,137,174)
(70%,54%,68%)

RGB channels and saturation

R 179 of 255 = 70%
G 137 of 255 = 54%
B 174 of 255 = 68%

179
137
174

R + G + B ~ 64%. #B389AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 137 + 174 = 490 (100%)
R 179 of 490 ~ 36.53%
G 137 of 490 ~ 27.96%
B 174 of 490 ~ 35.51%

%36.53
%27.96
%35.51

CMYK color model

#B389AE color CMYK value is (0,23,3,30).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(0,23,3,30)
C0M23Y3K30 
(0%,23%,3%,30%)
(0.00/0.23/0.03/0.30)	

CMYK percentages

%0
%23.46
%2.79
%29.8

Codes

Color #B389AE in popluar color models

B389AE
RGB179137174
HSL307°21.65%61.96%
HSB/HSV307°23.46%70.20%
CMYK0.00%23.46%2.79%
29.80%

Color #B389AE in popluar number systems.

HEXB389AE
Decimal179137174
Binary101100111000100110101110
Octal263211256

Shades and tints

Shades of #B389AE

#B389AE
(179,137,174)
#A37D9F
(163,125,159)
#937190
(147,113,144)
#836581
(131,101,129)
#735972
(115,89,114)
#634D63
(99,77,99)
#534154
(83,65,84)
#433545
(67,53,69)
#332936
(51,41,54)
#231D27
(35,29,39)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #B389AE

#B389AE
(179,137,174)
#B993B5
(185,147,181)
#BF9DBC
(191,157,188)
#C5A7C3
(197,167,195)
#CBB1CA
(203,177,202)
#D1BBD1
(209,187,209)
#D7C5D8
(215,197,216)
#DDCFDF
(221,207,223)
#E3D9E6
(227,217,230)
#E9E3ED
(233,227,237)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B389AE color. Also use rgb(179,137,174) instead hex code.

Text Font Color

.myTextColor { color: #B389AE; }

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

This text font color is #B389AE.


Background Color

.myBgColor { background-color: #B389AE; }

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

This div background color is #B389AE.


Border color

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

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

This div border color is #B389AE.


Opacity

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

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

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

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

This text has shadow with #B389AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B389AE on black background.


Color preview on white background

This text has color #B389AE on white background.



Black color preview on #B389AE background

This text has black color on #B389AE background.


White color preview on #B389AE background

This text has white color on #B389AE background.