COLOR #B387AE

HEX: #B387AE
RGB: (179,135,174)

Color info

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

RGB color model

#B387AE color RGB value is (179,135,174).

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

RGB channels and saturation

R 179 of 255 = 70%
G 135 of 255 = 53%
B 174 of 255 = 68%

179
135
174

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

Portions of RGB colors in percentages

R + G + B =
179 + 135 + 174 = 488 (100%)
R 179 of 488 ~ 36.68%
G 135 of 488 ~ 27.66%
B 174 of 488 ~ 35.66%

%36.68
%27.66
%35.66

CMYK color model

#B387AE color CMYK value is (0,25,3,30).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(0,25,3,30)
C0M25Y3K30 
(0%,25%,3%,30%)
(0.00/0.25/0.03/0.30)	

CMYK percentages

%0
%24.58
%2.79
%29.8

Codes

Color #B387AE in popluar color models

B387AE
RGB179135174
HSL307°22.45%61.57%
HSB/HSV307°24.58%70.20%
CMYK0.00%24.58%2.79%
29.80%

Color #B387AE in popluar number systems.

HEXB387AE
Decimal179135174
Binary101100111000011110101110
Octal263207256

Shades and tints

Shades of #B387AE

#B387AE
(179,135,174)
#A37B9F
(163,123,159)
#936F90
(147,111,144)
#836381
(131,99,129)
#735772
(115,87,114)
#634B63
(99,75,99)
#533F54
(83,63,84)
#433345
(67,51,69)
#332736
(51,39,54)
#231B27
(35,27,39)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #B387AE

#B387AE
(179,135,174)
#B991B5
(185,145,181)
#BF9BBC
(191,155,188)
#C5A5C3
(197,165,195)
#CBAFCA
(203,175,202)
#D1B9D1
(209,185,209)
#D7C3D8
(215,195,216)
#DDCDDF
(221,205,223)
#E3D7E6
(227,215,230)
#E9E1ED
(233,225,237)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B387AE; }

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

This text font color is #B387AE.


Background Color

.myBgColor { background-color: #B387AE; }

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

This div background color is #B387AE.


Border color

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

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

This div border color is #B387AE.


Opacity

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

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

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

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

This text has shadow with #B387AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B387AE on black background.


Color preview on white background

This text has color #B387AE on white background.



Black color preview on #B387AE background

This text has black color on #B387AE background.


White color preview on #B387AE background

This text has white color on #B387AE background.