COLOR #9D80A9

HEX: #9D80A9
RGB: (157,128,169)

Color info

#9D80A9 contains red, green and blue colors in about the same proportion. Web safe color of #9D80A9 is #996699 (or #969).

RGB color model

#9D80A9 color RGB value is (157,128,169).

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

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 169 of 255 = 66%

157
128
169

R + G + B ~ 59%. #9D80A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 128 + 169 = 454 (100%)
R 157 of 454 ~ 34.58%
G 128 of 454 ~ 28.19%
B 169 of 454 ~ 37.22%

%34.58
%28.19
%37.22

CMYK color model

#9D80A9 color CMYK value is (7,24,0,34).

  • cyan value is 7.10%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(7,24,0,34)
C7M24Y0K34 
(7%,24%,0%,34%)
(0.07/0.24/0.00/0.34)	

CMYK percentages

%7.1
%24.26
%0
%33.73

Codes

Color #9D80A9 in popluar color models

9D80A9
RGB157128169
HSL282°19.25%58.24%
HSB/HSV282°24.26%66.27%
CMYK7.10%24.26%0.00%
33.73%

Color #9D80A9 in popluar number systems.

HEX9D80A9
Decimal157128169
Binary100111011000000010101001
Octal235200251

Shades and tints

Shades of #9D80A9

#9D80A9
(157,128,169)
#8F759A
(143,117,154)
#816A8B
(129,106,139)
#735F7C
(115,95,124)
#65546D
(101,84,109)
#57495E
(87,73,94)
#493E4F
(73,62,79)
#3B3340
(59,51,64)
#2D2831
(45,40,49)
#1F1D22
(31,29,34)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #9D80A9

#9D80A9
(157,128,169)
#A58BB0
(165,139,176)
#AD96B7
(173,150,183)
#B5A1BE
(181,161,190)
#BDACC5
(189,172,197)
#C5B7CC
(197,183,204)
#CDC2D3
(205,194,211)
#D5CDDA
(213,205,218)
#DDD8E1
(221,216,225)
#E5E3E8
(229,227,232)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D80A9; }

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

This text font color is #9D80A9.


Background Color

.myBgColor { background-color: #9D80A9; }

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

This div background color is #9D80A9.


Border color

.myBorderColor { border: 1px solid #9D80A9; }

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

This div border color is #9D80A9.


Opacity

.myOpacity80 { color: #9D80A9; opacity: 0.8; }

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

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

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

This text has shadow with #9D80A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D80A9 on black background.


Color preview on white background

This text has color #9D80A9 on white background.



Black color preview on #9D80A9 background

This text has black color on #9D80A9 background.


White color preview on #9D80A9 background

This text has white color on #9D80A9 background.