COLOR #8D83AE

HEX: #8D83AE
RGB: (141,131,174)

Color info

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

RGB color model

#8D83AE color RGB value is (141,131,174).

  • red value is 141;
  • green value is 131;
  • blue value is 174.
RGB:
(141,131,174)
(55%,51%,68%)

RGB channels and saturation

R 141 of 255 = 55%
G 131 of 255 = 51%
B 174 of 255 = 68%

141
131
174

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

Portions of RGB colors in percentages

R + G + B =
141 + 131 + 174 = 446 (100%)
R 141 of 446 ~ 31.61%
G 131 of 446 ~ 29.37%
B 174 of 446 ~ 39.01%

%31.61
%29.37
%39.01

CMYK color model

#8D83AE color CMYK value is (19,25,0,32).

  • cyan value is 18.97%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(19,25,0,32)
C19M25Y0K32 
(19%,25%,0%,32%)
(0.19/0.25/0.00/0.32)	

CMYK percentages

%18.97
%24.71
%0
%31.76

Codes

Color #8D83AE in popluar color models

8D83AE
RGB141131174
HSL254°20.98%59.80%
HSB/HSV254°24.71%68.24%
CMYK18.97%24.71%0.00%
31.76%

Color #8D83AE in popluar number systems.

HEX8D83AE
Decimal141131174
Binary100011011000001110101110
Octal215203256

Shades and tints

Shades of #8D83AE

#8D83AE
(141,131,174)
#81789F
(129,120,159)
#756D90
(117,109,144)
#696281
(105,98,129)
#5D5772
(93,87,114)
#514C63
(81,76,99)
#454154
(69,65,84)
#393645
(57,54,69)
#2D2B36
(45,43,54)
#212027
(33,32,39)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #8D83AE

#8D83AE
(141,131,174)
#978EB5
(151,142,181)
#A199BC
(161,153,188)
#ABA4C3
(171,164,195)
#B5AFCA
(181,175,202)
#BFBAD1
(191,186,209)
#C9C5D8
(201,197,216)
#D3D0DF
(211,208,223)
#DDDBE6
(221,219,230)
#E7E6ED
(231,230,237)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D83AE; }

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

This text font color is #8D83AE.


Background Color

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

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

This div background color is #8D83AE.


Border color

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

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

This div border color is #8D83AE.


Opacity

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

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

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

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

This text has shadow with #8D83AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D83AE on black background.


Color preview on white background

This text has color #8D83AE on white background.



Black color preview on #8D83AE background

This text has black color on #8D83AE background.


White color preview on #8D83AE background

This text has white color on #8D83AE background.