COLOR #B482AF

HEX: #B482AF
RGB: (180,130,175)

Color info

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

RGB color model

#B482AF color RGB value is (180,130,175).

  • red value is 180;
  • green value is 130;
  • blue value is 175.
RGB:
(180,130,175)
(71%,51%,69%)

RGB channels and saturation

R 180 of 255 = 71%
G 130 of 255 = 51%
B 175 of 255 = 69%

180
130
175

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

Portions of RGB colors in percentages

R + G + B =
180 + 130 + 175 = 485 (100%)
R 180 of 485 ~ 37.11%
G 130 of 485 ~ 26.8%
B 175 of 485 ~ 36.08%

%37.11
%26.8
%36.08

CMYK color model

#B482AF color CMYK value is (0,28,3,29).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 2.78%
  • key color value is 29.41%
CMYK:
(0,28,3,29)
C0M28Y3K29 
(0%,28%,3%,29%)
(0.00/0.28/0.03/0.29)	

CMYK percentages

%0
%27.78
%2.78
%29.41

Codes

Color #B482AF in popluar color models

B482AF
RGB180130175
HSL306°25.00%60.78%
HSB/HSV306°27.78%70.59%
CMYK0.00%27.78%2.78%
29.41%

Color #B482AF in popluar number systems.

HEXB482AF
Decimal180130175
Binary101101001000001010101111
Octal264202257

Shades and tints

Shades of #B482AF

#B482AF
(180,130,175)
#A477A0
(164,119,160)
#946C91
(148,108,145)
#846182
(132,97,130)
#745673
(116,86,115)
#644B64
(100,75,100)
#544055
(84,64,85)
#443546
(68,53,70)
#342A37
(52,42,55)
#241F28
(36,31,40)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #B482AF

#B482AF
(180,130,175)
#BA8DB6
(186,141,182)
#C098BD
(192,152,189)
#C6A3C4
(198,163,196)
#CCAECB
(204,174,203)
#D2B9D2
(210,185,210)
#D8C4D9
(216,196,217)
#DECFE0
(222,207,224)
#E4DAE7
(228,218,231)
#EAE5EE
(234,229,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B482AF color. Also use rgb(180,130,175) instead hex code.

Text Font Color

.myTextColor { color: #B482AF; }

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

This text font color is #B482AF.


Background Color

.myBgColor { background-color: #B482AF; }

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

This div background color is #B482AF.


Border color

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

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

This div border color is #B482AF.


Opacity

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

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

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

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

This text has shadow with #B482AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B482AF on black background.


Color preview on white background

This text has color #B482AF on white background.



Black color preview on #B482AF background

This text has black color on #B482AF background.


White color preview on #B482AF background

This text has white color on #B482AF background.