COLOR #B084AD

HEX: #B084AD RGB: (176,132,173)

Color info

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

RGB color model

#B084AD color RGB value is (176,132,173).

RGB: (176,132,173) (69%, 52%, 68%)

RGB channels and saturation

R 176 of 255 = 69%
G 132 of 255 = 52%
B 173 of 255 = 68%

176
132
173

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

Portions of RGB colors in percentages

R + G + B = 176 + 132 + 173 = 481 (100%)
R 176 of 481 ~ 36.59%
G 132 of 481 ~ 27.44%
B 173 of 481 ~ 35.97'%

%36.59
%27.44
%35.97

CMYK color model

#B084AD color CMYK value is (0,25,2,31).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 1.70%
  • key color value is 30.98%

CMYK: (0,25,2,31)
C0M25Y2K31 (0%, 25%, 2%, 31%)
(0.00 / 0.25 / 0.02 / 0.31)

CMYK percentages

%0
%25
%1.7
%30.98

Codes

Color #B084AD in popluar color models

B0 84 AD
RGB 176 132 173
HSL 304° 21.78% 60.39%
HSB/HSV 304° 25.00% 69.02%
CMYK 0.00% 25.00% 1.70%
30.98%

Color #B084AD in popluar number systems.

HEX B0 84 AD
Decimal 176 132 173
Binary 10110000 10000100 10101101
Octal 260 204 255

Shades and tints

Shades of #B084AD

#B084AD
(176,132,173)
#A0789E
(160,120,158)
#906C8F
(144,108,143)
#806080
(128,96,128)
#705471
(112,84,113)
#604862
(96,72,98)
#503C53
(80,60,83)
#403044
(64,48,68)
#302435
(48,36,53)
#201826
(32,24,38)
#100C17
(16,12,23)
#000000
(0,0,0)

Tints of #B084AD

#B084AD
(176,132,173)
#B78FB4
(183,143,180)
#BE9ABB
(190,154,187)
#C5A5C2
(197,165,194)
#CCB0C9
(204,176,201)
#D3BBD0
(211,187,208)
#DAC6D7
(218,198,215)
#E1D1DE
(225,209,222)
#E8DCE5
(232,220,229)
#EFE7EC
(239,231,236)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B084AD color. Also use rgb(176,132,173) instead hex code.

Text Font Color

.myTextColor { color: #B084AD; }

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

This text font color is #B084AD.

Background Color

.myBgColor { background-color: #B084AD; }

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

This div background color is #B084AD.

Border color

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

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

This div border color is #B084AD.

Opacity

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

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

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

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

This text has shadow with #B084AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B084AD.

Preview

Color preview on black background

This text has color #B084AD on black background.


Color preview on white background

This text has color #B084AD on white background.


Black color preview on #B084AD background

This text has black color on #B084AD background.


White color preview on #B084AD background

This text has white color on #B084AD background.


Related colors

Complementary color

Complementary color for #hex is #4F7B52.


I love getcolorcode.com

Triadic colors

1 #ADB084 and #84ADB0 with #B084AD are triadic colors.

2 #AD84B0 and #84B0AD with #B084AD are triadic colors.