COLOR #8D9ABD

HEX: #8D9ABD RGB: (141,154,189)

Color info

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

RGB color model

#8D9ABD color RGB value is (141,154,189).

RGB: (141,154,189) (55%, 60%, 74%)

RGB channels and saturation

R 141 of 255 = 55%
G 154 of 255 = 60%
B 189 of 255 = 74%

141
154
189

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

Portions of RGB colors in percentages

R + G + B = 141 + 154 + 189 = 484 (100%)
R 141 of 484 ~ 29.13%
G 154 of 484 ~ 31.82%
B 189 of 484 ~ 39.05'%

%29.13
%31.82
%39.05

CMYK color model

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

  • cyan value is 25.40%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 25.88%

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

CMYK percentages

%25.4
%18.52
%0
%25.88

Codes

Color #8D9ABD in popluar color models

8D 9A BD
RGB 141 154 189
HSL 224° 26.67% 64.71%
HSB/HSV 224° 25.40% 74.12%
CMYK 25.40% 18.52% 0.00%
25.88%

Color #8D9ABD in popluar number systems.

HEX 8D 9A BD
Decimal 141 154 189
Binary 10001101 10011010 10111101
Octal 215 232 275

Shades and tints

Shades of #8D9ABD

#8D9ABD
(141,154,189)
#818CAC
(129,140,172)
#757E9B
(117,126,155)
#69708A
(105,112,138)
#5D6279
(93,98,121)
#515468
(81,84,104)
#454657
(69,70,87)
#393846
(57,56,70)
#2D2A35
(45,42,53)
#211C24
(33,28,36)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #8D9ABD

#8D9ABD
(141,154,189)
#97A3C3
(151,163,195)
#A1ACC9
(161,172,201)
#ABB5CF
(171,181,207)
#B5BED5
(181,190,213)
#BFC7DB
(191,199,219)
#C9D0E1
(201,208,225)
#D3D9E7
(211,217,231)
#DDE2ED
(221,226,237)
#E7EBF3
(231,235,243)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9ABD; }

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

This text font color is #8D9ABD.

Background Color

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

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

This div background color is #8D9ABD.

Border color

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

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

This div border color is #8D9ABD.

Opacity

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

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

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

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

This text has shadow with #8D9ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9ABD.

Preview

Color preview on black background

This text has color #8D9ABD on black background.


Color preview on white background

This text has color #8D9ABD on white background.


Black color preview on #8D9ABD background

This text has black color on #8D9ABD background.


White color preview on #8D9ABD background

This text has white color on #8D9ABD background.


Related colors

Complementary color

Complementary color for #hex is #726542.


I love getcolorcode.com

Triadic colors

1 #BD8D9A and #9ABD8D with #8D9ABD are triadic colors.

2 #BD9A8D and #9A8DBD with #8D9ABD are triadic colors.