COLOR #8D83AF

HEX: #8D83AF RGB: (141,131,175)

Color info

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

RGB color model

#8D83AF color RGB value is (141,131,175).

RGB: (141,131,175) (55%, 51%, 69%)

RGB channels and saturation

R 141 of 255 = 55%
G 131 of 255 = 51%
B 175 of 255 = 69%

141
131
175

R + G + B ~ 58%. #8D83AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 131 + 175 = 447 (100%)
R 141 of 447 ~ 31.54%
G 131 of 447 ~ 29.31%
B 175 of 447 ~ 39.15'%

%31.54
%29.31
%39.15

CMYK color model

#8D83AF color CMYK value is (19,25,0,31).

  • cyan value is 19.43%
  • magenta value is 25.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (19,25,0,31)
C19M25Y0K31 (19%, 25%, 0%, 31%)
(0.19 / 0.25 / 0.00 / 0.31)

CMYK percentages

%19.43
%25.14
%0
%31.37

Codes

Color #8D83AF in popluar color models

8D 83 AF
RGB 141 131 175
HSL 254° 21.57% 60.00%
HSB/HSV 254° 25.14% 68.63%
CMYK 19.43% 25.14% 0.00%
31.37%

Color #8D83AF in popluar number systems.

HEX 8D 83 AF
Decimal 141 131 175
Binary 10001101 10000011 10101111
Octal 215 203 257

Shades and tints

Shades of #8D83AF

#8D83AF
(141,131,175)
#8178A0
(129,120,160)
#756D91
(117,109,145)
#696282
(105,98,130)
#5D5773
(93,87,115)
#514C64
(81,76,100)
#454155
(69,65,85)
#393646
(57,54,70)
#2D2B37
(45,43,55)
#212028
(33,32,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #8D83AF

#8D83AF
(141,131,175)
#978EB6
(151,142,182)
#A199BD
(161,153,189)
#ABA4C4
(171,164,196)
#B5AFCB
(181,175,203)
#BFBAD2
(191,186,210)
#C9C5D9
(201,197,217)
#D3D0E0
(211,208,224)
#DDDBE7
(221,219,231)
#E7E6EE
(231,230,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D83AF color. Also use rgb(141,131,175) instead hex code.

Text Font Color

.myTextColor { color: #8D83AF; }

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

This text font color is #8D83AF.

Background Color

.myBgColor { background-color: #8D83AF; }

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

This div background color is #8D83AF.

Border color

.myBorderColor { border: 1px solid #8D83AF; }

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

This div border color is #8D83AF.

Opacity

.myOpacity80 { color: #8D83AF; opacity: 0.8; }

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

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

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

This text has shadow with #8D83AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D83AF.

Preview

Color preview on black background

This text has color #8D83AF on black background.


Color preview on white background

This text has color #8D83AF on white background.


Black color preview on #8D83AF background

This text has black color on #8D83AF background.


White color preview on #8D83AF background

This text has white color on #8D83AF background.


Related colors

Complementary color

Complementary color for #hex is #727C50.


I love getcolorcode.com

Triadic colors

1 #AF8D83 and #83AF8D with #8D83AF are triadic colors.

2 #AF838D and #838DAF with #8D83AF are triadic colors.