COLOR #9D83AB

HEX: #9D83AB
RGB: (157,131,171)

Color info

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

RGB color model

#9D83AB color RGB value is (157,131,171).

  • red value is 157;
  • green value is 131;
  • blue value is 171.
RGB:
(157,131,171)
(62%,51%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 131 of 255 = 51%
B 171 of 255 = 67%

157
131
171

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

Portions of RGB colors in percentages

R + G + B =
157 + 131 + 171 = 459 (100%)
R 157 of 459 ~ 34.2%
G 131 of 459 ~ 28.54%
B 171 of 459 ~ 37.25%

%34.2
%28.54
%37.25

CMYK color model

#9D83AB color CMYK value is (8,23,0,33).

  • cyan value is 8.19%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(8,23,0,33)
C8M23Y0K33 
(8%,23%,0%,33%)
(0.08/0.23/0.00/0.33)	

CMYK percentages

%8.19
%23.39
%0
%32.94

Codes

Color #9D83AB in popluar color models

9D83AB
RGB157131171
HSL279°19.23%59.22%
HSB/HSV279°23.39%67.06%
CMYK8.19%23.39%0.00%
32.94%

Color #9D83AB in popluar number systems.

HEX9D83AB
Decimal157131171
Binary100111011000001110101011
Octal235203253

Shades and tints

Shades of #9D83AB

#9D83AB
(157,131,171)
#8F789C
(143,120,156)
#816D8D
(129,109,141)
#73627E
(115,98,126)
#65576F
(101,87,111)
#574C60
(87,76,96)
#494151
(73,65,81)
#3B3642
(59,54,66)
#2D2B33
(45,43,51)
#1F2024
(31,32,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #9D83AB

#9D83AB
(157,131,171)
#A58EB2
(165,142,178)
#AD99B9
(173,153,185)
#B5A4C0
(181,164,192)
#BDAFC7
(189,175,199)
#C5BACE
(197,186,206)
#CDC5D5
(205,197,213)
#D5D0DC
(213,208,220)
#DDDBE3
(221,219,227)
#E5E6EA
(229,230,234)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D83AB color. Also use rgb(157,131,171) instead hex code.

Text Font Color

.myTextColor { color: #9D83AB; }

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

This text font color is #9D83AB.


Background Color

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

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

This div background color is #9D83AB.


Border color

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

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

This div border color is #9D83AB.


Opacity

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

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

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

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

This text has shadow with #9D83AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D83AB on black background.


Color preview on white background

This text has color #9D83AB on white background.



Black color preview on #9D83AB background

This text has black color on #9D83AB background.


White color preview on #9D83AB background

This text has white color on #9D83AB background.