COLOR #B382AE

HEX: #B382AE
RGB: (179,130,174)

Color info

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

RGB color model

#B382AE color RGB value is (179,130,174).

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

RGB channels and saturation

R 179 of 255 = 70%
G 130 of 255 = 51%
B 174 of 255 = 68%

179
130
174

R + G + B ~ 63%. #B382AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 130 + 174 = 483 (100%)
R 179 of 483 ~ 37.06%
G 130 of 483 ~ 26.92%
B 174 of 483 ~ 36.02%

%37.06
%26.92
%36.02

CMYK color model

#B382AE color CMYK value is (0,27,3,30).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(0,27,3,30)
C0M27Y3K30 
(0%,27%,3%,30%)
(0.00/0.27/0.03/0.30)	

CMYK percentages

%0
%27.37
%2.79
%29.8

Codes

Color #B382AE in popluar color models

B382AE
RGB179130174
HSL306°24.38%60.59%
HSB/HSV306°27.37%70.20%
CMYK0.00%27.37%2.79%
29.80%

Color #B382AE in popluar number systems.

HEXB382AE
Decimal179130174
Binary101100111000001010101110
Octal263202256

Shades and tints

Shades of #B382AE

#B382AE
(179,130,174)
#A3779F
(163,119,159)
#936C90
(147,108,144)
#836181
(131,97,129)
#735672
(115,86,114)
#634B63
(99,75,99)
#534054
(83,64,84)
#433545
(67,53,69)
#332A36
(51,42,54)
#231F27
(35,31,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #B382AE

#B382AE
(179,130,174)
#B98DB5
(185,141,181)
#BF98BC
(191,152,188)
#C5A3C3
(197,163,195)
#CBAECA
(203,174,202)
#D1B9D1
(209,185,209)
#D7C4D8
(215,196,216)
#DDCFDF
(221,207,223)
#E3DAE6
(227,218,230)
#E9E5ED
(233,229,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B382AE; }

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

This text font color is #B382AE.


Background Color

.myBgColor { background-color: #B382AE; }

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

This div background color is #B382AE.


Border color

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

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

This div border color is #B382AE.


Opacity

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

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

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

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

This text has shadow with #B382AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B382AE on black background.


Color preview on white background

This text has color #B382AE on white background.



Black color preview on #B382AE background

This text has black color on #B382AE background.


White color preview on #B382AE background

This text has white color on #B382AE background.