COLOR #8D9EB7

HEX: #8D9EB7 RGB: (141,158,183)

Color info

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

RGB color model

#8D9EB7 color RGB value is (141,158,183).

RGB: (141,158,183) (55%, 62%, 72%)

RGB channels and saturation

R 141 of 255 = 55%
G 158 of 255 = 62%
B 183 of 255 = 72%

141
158
183

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

Portions of RGB colors in percentages

R + G + B = 141 + 158 + 183 = 482 (100%)
R 141 of 482 ~ 29.25%
G 158 of 482 ~ 32.78%
B 183 of 482 ~ 37.97'%

%29.25
%32.78
%37.97

CMYK color model

#8D9EB7 color CMYK value is (23,14,0,28).

  • cyan value is 22.95%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (23,14,0,28)
C23M14Y0K28 (23%, 14%, 0%, 28%)
(0.23 / 0.14 / 0.00 / 0.28)

CMYK percentages

%22.95
%13.66
%0
%28.24

Codes

Color #8D9EB7 in popluar color models

8D 9E B7
RGB 141 158 183
HSL 216° 22.58% 63.53%
HSB/HSV 216° 22.95% 71.76%
CMYK 22.95% 13.66% 0.00%
28.24%

Color #8D9EB7 in popluar number systems.

HEX 8D 9E B7
Decimal 141 158 183
Binary 10001101 10011110 10110111
Octal 215 236 267

Shades and tints

Shades of #8D9EB7

#8D9EB7
(141,158,183)
#8190A7
(129,144,167)
#758297
(117,130,151)
#697487
(105,116,135)
#5D6677
(93,102,119)
#515867
(81,88,103)
#454A57
(69,74,87)
#393C47
(57,60,71)
#2D2E37
(45,46,55)
#212027
(33,32,39)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #8D9EB7

#8D9EB7
(141,158,183)
#97A6BD
(151,166,189)
#A1AEC3
(161,174,195)
#ABB6C9
(171,182,201)
#B5BECF
(181,190,207)
#BFC6D5
(191,198,213)
#C9CEDB
(201,206,219)
#D3D6E1
(211,214,225)
#DDDEE7
(221,222,231)
#E7E6ED
(231,230,237)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9EB7 color. Also use rgb(141,158,183) instead hex code.

Text Font Color

.myTextColor { color: #8D9EB7; }

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

This text font color is #8D9EB7.

Background Color

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

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

This div background color is #8D9EB7.

Border color

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

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

This div border color is #8D9EB7.

Opacity

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

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

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

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

This text has shadow with #8D9EB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9EB7.

Preview

Color preview on black background

This text has color #8D9EB7 on black background.


Color preview on white background

This text has color #8D9EB7 on white background.


Black color preview on #8D9EB7 background

This text has black color on #8D9EB7 background.


White color preview on #8D9EB7 background

This text has white color on #8D9EB7 background.


Related colors

Complementary color

Complementary color for #hex is #726148.


I love getcolorcode.com

Triadic colors

1 #B78D9E and #9EB78D with #8D9EB7 are triadic colors.

2 #B79E8D and #9E8DB7 with #8D9EB7 are triadic colors.