COLOR #8D90AA

HEX: #8D90AA
RGB: (141,144,170)

Color info

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

RGB color model

#8D90AA color RGB value is (141,144,170).

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

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 170 of 255 = 67%

141
144
170

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

Portions of RGB colors in percentages

R + G + B =
141 + 144 + 170 = 455 (100%)
R 141 of 455 ~ 30.99%
G 144 of 455 ~ 31.65%
B 170 of 455 ~ 37.36%

%30.99
%31.65
%37.36

CMYK color model

#8D90AA color CMYK value is (17,15,0,33).

  • cyan value is 17.06%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(17,15,0,33)
C17M15Y0K33 
(17%,15%,0%,33%)
(0.17/0.15/0.00/0.33)	

CMYK percentages

%17.06
%15.29
%0
%33.33

Codes

Color #8D90AA in popluar color models

8D90AA
RGB141144170
HSL234°14.57%60.98%
HSB/HSV234°17.06%66.67%
CMYK17.06%15.29%0.00%
33.33%

Color #8D90AA in popluar number systems.

HEX8D90AA
Decimal141144170
Binary100011011001000010101010
Octal215220252

Shades and tints

Shades of #8D90AA

#8D90AA
(141,144,170)
#81839B
(129,131,155)
#75768C
(117,118,140)
#69697D
(105,105,125)
#5D5C6E
(93,92,110)
#514F5F
(81,79,95)
#454250
(69,66,80)
#393541
(57,53,65)
#2D2832
(45,40,50)
#211B23
(33,27,35)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #8D90AA

#8D90AA
(141,144,170)
#979AB1
(151,154,177)
#A1A4B8
(161,164,184)
#ABAEBF
(171,174,191)
#B5B8C6
(181,184,198)
#BFC2CD
(191,194,205)
#C9CCD4
(201,204,212)
#D3D6DB
(211,214,219)
#DDE0E2
(221,224,226)
#E7EAE9
(231,234,233)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D90AA; }

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

This text font color is #8D90AA.


Background Color

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

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

This div background color is #8D90AA.


Border color

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

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

This div border color is #8D90AA.


Opacity

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

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

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

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

This text has shadow with #8D90AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D90AA on black background.


Color preview on white background

This text has color #8D90AA on white background.



Black color preview on #8D90AA background

This text has black color on #8D90AA background.


White color preview on #8D90AA background

This text has white color on #8D90AA background.