COLOR #8D90AE

HEX: #8D90AE
RGB: (141,144,174)

Color info

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

RGB color model

#8D90AE color RGB value is (141,144,174).

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

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 174 of 255 = 68%

141
144
174

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

Portions of RGB colors in percentages

R + G + B =
141 + 144 + 174 = 459 (100%)
R 141 of 459 ~ 30.72%
G 144 of 459 ~ 31.37%
B 174 of 459 ~ 37.91%

%30.72
%31.37
%37.91

CMYK color model

#8D90AE color CMYK value is (19,17,0,32).

  • cyan value is 18.97%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(19,17,0,32)
C19M17Y0K32 
(19%,17%,0%,32%)
(0.19/0.17/0.00/0.32)	

CMYK percentages

%18.97
%17.24
%0
%31.76

Codes

Color #8D90AE in popluar color models

8D90AE
RGB141144174
HSL235°16.92%61.76%
HSB/HSV235°18.97%68.24%
CMYK18.97%17.24%0.00%
31.76%

Color #8D90AE in popluar number systems.

HEX8D90AE
Decimal141144174
Binary100011011001000010101110
Octal215220256

Shades and tints

Shades of #8D90AE

#8D90AE
(141,144,174)
#81839F
(129,131,159)
#757690
(117,118,144)
#696981
(105,105,129)
#5D5C72
(93,92,114)
#514F63
(81,79,99)
#454254
(69,66,84)
#393545
(57,53,69)
#2D2836
(45,40,54)
#211B27
(33,27,39)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #8D90AE

#8D90AE
(141,144,174)
#979AB5
(151,154,181)
#A1A4BC
(161,164,188)
#ABAEC3
(171,174,195)
#B5B8CA
(181,184,202)
#BFC2D1
(191,194,209)
#C9CCD8
(201,204,216)
#D3D6DF
(211,214,223)
#DDE0E6
(221,224,230)
#E7EAED
(231,234,237)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D90AE; }

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

This text font color is #8D90AE.


Background Color

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

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

This div background color is #8D90AE.


Border color

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

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

This div border color is #8D90AE.


Opacity

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

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

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

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

This text has shadow with #8D90AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D90AE on black background.


Color preview on white background

This text has color #8D90AE on white background.



Black color preview on #8D90AE background

This text has black color on #8D90AE background.


White color preview on #8D90AE background

This text has white color on #8D90AE background.