COLOR #A980B5

HEX: #A980B5
RGB: (169,128,181)

Color info

#A980B5 contains red, green and blue colors in about the same proportion. Web safe color of #A980B5 is #9966CC (or #96C).

RGB color model

#A980B5 color RGB value is (169,128,181).

  • red value is 169;
  • green value is 128;
  • blue value is 181.
RGB:
(169,128,181)
(66%,50%,71%)

RGB channels and saturation

R 169 of 255 = 66%
G 128 of 255 = 50%
B 181 of 255 = 71%

169
128
181

R + G + B ~ 62%. #A980B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 128 + 181 = 478 (100%)
R 169 of 478 ~ 35.36%
G 128 of 478 ~ 26.78%
B 181 of 478 ~ 37.87%

%35.36
%26.78
%37.87

CMYK color model

#A980B5 color CMYK value is (7,29,0,29).

  • cyan value is 6.63%
  • magenta value is 29.28%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(7,29,0,29)
C7M29Y0K29 
(7%,29%,0%,29%)
(0.07/0.29/0.00/0.29)	

CMYK percentages

%6.63
%29.28
%0
%29.02

Codes

Color #A980B5 in popluar color models

A980B5
RGB169128181
HSL286°26.37%60.59%
HSB/HSV286°29.28%70.98%
CMYK6.63%29.28%0.00%
29.02%

Color #A980B5 in popluar number systems.

HEXA980B5
Decimal169128181
Binary101010011000000010110101
Octal251200265

Shades and tints

Shades of #A980B5

#A980B5
(169,128,181)
#9A75A5
(154,117,165)
#8B6A95
(139,106,149)
#7C5F85
(124,95,133)
#6D5475
(109,84,117)
#5E4965
(94,73,101)
#4F3E55
(79,62,85)
#403345
(64,51,69)
#312835
(49,40,53)
#221D25
(34,29,37)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A980B5

#A980B5
(169,128,181)
#B08BBB
(176,139,187)
#B796C1
(183,150,193)
#BEA1C7
(190,161,199)
#C5ACCD
(197,172,205)
#CCB7D3
(204,183,211)
#D3C2D9
(211,194,217)
#DACDDF
(218,205,223)
#E1D8E5
(225,216,229)
#E8E3EB
(232,227,235)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A980B5 color. Also use rgb(169,128,181) instead hex code.

Text Font Color

.myTextColor { color: #A980B5; }

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

This text font color is #A980B5.


Background Color

.myBgColor { background-color: #A980B5; }

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

This div background color is #A980B5.


Border color

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

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

This div border color is #A980B5.


Opacity

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

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

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

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

This text has shadow with #A980B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A980B5 on black background.


Color preview on white background

This text has color #A980B5 on white background.



Black color preview on #A980B5 background

This text has black color on #A980B5 background.


White color preview on #A980B5 background

This text has white color on #A980B5 background.