COLOR #9D83B3

HEX: #9D83B3
RGB: (157,131,179)

Color info

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

RGB color model

#9D83B3 color RGB value is (157,131,179).

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

RGB channels and saturation

R 157 of 255 = 62%
G 131 of 255 = 51%
B 179 of 255 = 70%

157
131
179

R + G + B ~ 61%. #9D83B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 131 + 179 = 467 (100%)
R 157 of 467 ~ 33.62%
G 131 of 467 ~ 28.05%
B 179 of 467 ~ 38.33%

%33.62
%28.05
%38.33

CMYK color model

#9D83B3 color CMYK value is (12,27,0,30).

  • cyan value is 12.29%
  • magenta value is 26.82%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(12,27,0,30)
C12M27Y0K30 
(12%,27%,0%,30%)
(0.12/0.27/0.00/0.30)	

CMYK percentages

%12.29
%26.82
%0
%29.8

Codes

Color #9D83B3 in popluar color models

9D83B3
RGB157131179
HSL273°24.00%60.78%
HSB/HSV273°26.82%70.20%
CMYK12.29%26.82%0.00%
29.80%

Color #9D83B3 in popluar number systems.

HEX9D83B3
Decimal157131179
Binary100111011000001110110011
Octal235203263

Shades and tints

Shades of #9D83B3

#9D83B3
(157,131,179)
#8F78A3
(143,120,163)
#816D93
(129,109,147)
#736283
(115,98,131)
#655773
(101,87,115)
#574C63
(87,76,99)
#494153
(73,65,83)
#3B3643
(59,54,67)
#2D2B33
(45,43,51)
#1F2023
(31,32,35)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #9D83B3

#9D83B3
(157,131,179)
#A58EB9
(165,142,185)
#AD99BF
(173,153,191)
#B5A4C5
(181,164,197)
#BDAFCB
(189,175,203)
#C5BAD1
(197,186,209)
#CDC5D7
(205,197,215)
#D5D0DD
(213,208,221)
#DDDBE3
(221,219,227)
#E5E6E9
(229,230,233)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D83B3; }

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

This text font color is #9D83B3.


Background Color

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

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

This div background color is #9D83B3.


Border color

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

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

This div border color is #9D83B3.


Opacity

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

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

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

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

This text has shadow with #9D83B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D83B3 on black background.


Color preview on white background

This text has color #9D83B3 on white background.



Black color preview on #9D83B3 background

This text has black color on #9D83B3 background.


White color preview on #9D83B3 background

This text has white color on #9D83B3 background.