COLOR #8D9AD2

HEX: #8D9AD2
RGB: (141,154,210)

Color info

#8D9AD2 contains mainly green and blue colors. Web safe color of #8D9AD2 is #9999CC (or #99C).

RGB color model

#8D9AD2 color RGB value is (141,154,210).

  • red value is 141;
  • green value is 154;
  • blue value is 210.
RGB:
(141,154,210)
(55%,60%,82%)

RGB channels and saturation

R 141 of 255 = 55%
G 154 of 255 = 60%
B 210 of 255 = 82%

141
154
210

R + G + B ~ 66%. #8D9AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 154 + 210 = 505 (100%)
R 141 of 505 ~ 27.92%
G 154 of 505 ~ 30.5%
B 210 of 505 ~ 41.58%

%27.92
%30.5
%41.58

CMYK color model

#8D9AD2 color CMYK value is (33,27,0,18).

  • cyan value is 32.86%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(33,27,0,18)
C33M27Y0K18 
(33%,27%,0%,18%)
(0.33/0.27/0.00/0.18)	

CMYK percentages

%32.86
%26.67
%0
%17.65

Codes

Color #8D9AD2 in popluar color models

8D9AD2
RGB141154210
HSL229°43.40%68.82%
HSB/HSV229°32.86%82.35%
CMYK32.86%26.67%0.00%
17.65%

Color #8D9AD2 in popluar number systems.

HEX8D9AD2
Decimal141154210
Binary100011011001101011010010
Octal215232322

Shades and tints

Shades of #8D9AD2

#8D9AD2
(141,154,210)
#818CBF
(129,140,191)
#757EAC
(117,126,172)
#697099
(105,112,153)
#5D6286
(93,98,134)
#515473
(81,84,115)
#454660
(69,70,96)
#39384D
(57,56,77)
#2D2A3A
(45,42,58)
#211C27
(33,28,39)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #8D9AD2

#8D9AD2
(141,154,210)
#97A3D6
(151,163,214)
#A1ACDA
(161,172,218)
#ABB5DE
(171,181,222)
#B5BEE2
(181,190,226)
#BFC7E6
(191,199,230)
#C9D0EA
(201,208,234)
#D3D9EE
(211,217,238)
#DDE2F2
(221,226,242)
#E7EBF6
(231,235,246)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9AD2 color. Also use rgb(141,154,210) instead hex code.

Text Font Color

.myTextColor { color: #8D9AD2; }

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

This text font color is #8D9AD2.


Background Color

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

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

This div background color is #8D9AD2.


Border color

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

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

This div border color is #8D9AD2.


Opacity

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

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

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

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

This text has shadow with #8D9AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9AD2 on black background.


Color preview on white background

This text has color #8D9AD2 on white background.



Black color preview on #8D9AD2 background

This text has black color on #8D9AD2 background.


White color preview on #8D9AD2 background

This text has white color on #8D9AD2 background.