COLOR #8D9ABE

HEX: #8D9ABE RGB: (141,154,190)

Color info

#8D9ABE contains red, green and blue colors in about the same proportion. Web safe color of #8D9ABE is #9999CC (or #99C).

RGB color model

#8D9ABE color RGB value is (141,154,190).

RGB: (141,154,190) (55%, 60%, 75%)

RGB channels and saturation

R 141 of 255 = 55%
G 154 of 255 = 60%
B 190 of 255 = 75%

141
154
190

R + G + B ~ 63%. #8D9ABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 154 + 190 = 485 (100%)
R 141 of 485 ~ 29.07%
G 154 of 485 ~ 31.75%
B 190 of 485 ~ 39.18'%

%29.07
%31.75
%39.18

CMYK color model

#8D9ABE color CMYK value is (26,19,0,25).

  • cyan value is 25.79%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (26,19,0,25)
C26M19Y0K25 (26%, 19%, 0%, 25%)
(0.26 / 0.19 / 0.00 / 0.25)

CMYK percentages

%25.79
%18.95
%0
%25.49

Codes

Color #8D9ABE in popluar color models

8D 9A BE
RGB 141 154 190
HSL 224° 27.37% 64.90%
HSB/HSV 224° 25.79% 74.51%
CMYK 25.79% 18.95% 0.00%
25.49%

Color #8D9ABE in popluar number systems.

HEX 8D 9A BE
Decimal 141 154 190
Binary 10001101 10011010 10111110
Octal 215 232 276

Shades and tints

Shades of #8D9ABE

#8D9ABE
(141,154,190)
#818CAD
(129,140,173)
#757E9C
(117,126,156)
#69708B
(105,112,139)
#5D627A
(93,98,122)
#515469
(81,84,105)
#454658
(69,70,88)
#393847
(57,56,71)
#2D2A36
(45,42,54)
#211C25
(33,28,37)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #8D9ABE

#8D9ABE
(141,154,190)
#97A3C3
(151,163,195)
#A1ACC8
(161,172,200)
#ABB5CD
(171,181,205)
#B5BED2
(181,190,210)
#BFC7D7
(191,199,215)
#C9D0DC
(201,208,220)
#D3D9E1
(211,217,225)
#DDE2E6
(221,226,230)
#E7EBEB
(231,235,235)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9ABE; }

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

This text font color is #8D9ABE.

Background Color

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

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

This div background color is #8D9ABE.

Border color

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

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

This div border color is #8D9ABE.

Opacity

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

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

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

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

This text has shadow with #8D9ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9ABE.

Preview

Color preview on black background

This text has color #8D9ABE on black background.


Color preview on white background

This text has color #8D9ABE on white background.


Black color preview on #8D9ABE background

This text has black color on #8D9ABE background.


White color preview on #8D9ABE background

This text has white color on #8D9ABE background.


Related colors

Complementary color

Complementary color for #hex is #726541.


I love getcolorcode.com

Triadic colors

1 #BE8D9A and #9ABE8D with #8D9ABE are triadic colors.

2 #BE9A8D and #9A8DBE with #8D9ABE are triadic colors.