COLOR #9D8EBD

HEX: #9D8EBD
RGB: (157,142,189)

Color info

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

RGB color model

#9D8EBD color RGB value is (157,142,189).

  • red value is 157;
  • green value is 142;
  • blue value is 189.
RGB: (157,142,189) (62%,56%,74%)

RGB channels and saturation

R 157 of 255 = 62%
G 142 of 255 = 56%
B 189 of 255 = 74%

157
142
189

R + G + B ~ 64%. #9D8EBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 142 + 189 = 488 (100%)
R 157 of 488 ~ 32.17%
G 142 of 488 ~ 29.1%
B 189 of 488 ~ 38.73%

%32.17
%29.1
%38.73

CMYK color model

#9D8EBD color CMYK value is (17,25,0,26).

  • cyan value is 16.93%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (17,25,0,26) C17M25Y0K26 (17%,25%,0%,26%) (0.17/0.25/0.00/0.26)

CMYK percentages

%16.93
%24.87
%0
%25.88

Codes

Color #9D8EBD in popluar color models

9D8EBD
RGB157142189
HSL259°26.26%64.90%
HSB/HSV259°24.87%74.12%
CMYK16.93%24.87%0.00%
25.88%

Color #9D8EBD in popluar number systems.

HEX9D8EBD
Decimal157142189
Binary100111011000111010111101
Octal235216275

Shades and tints

Shades of #9D8EBD

#9D8EBD
(157,142,189)
#8F82AC
(143,130,172)
#81769B
(129,118,155)
#736A8A
(115,106,138)
#655E79
(101,94,121)
#575268
(87,82,104)
#494657
(73,70,87)
#3B3A46
(59,58,70)
#2D2E35
(45,46,53)
#1F2224
(31,34,36)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #9D8EBD

#9D8EBD
(157,142,189)
#A598C3
(165,152,195)
#ADA2C9
(173,162,201)
#B5ACCF
(181,172,207)
#BDB6D5
(189,182,213)
#C5C0DB
(197,192,219)
#CDCAE1
(205,202,225)
#D5D4E7
(213,212,231)
#DDDEED
(221,222,237)
#E5E8F3
(229,232,243)
#EDF2F9
(237,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8EBD color. Also use rgb(157,142,189) instead hex code.

Text Font Color

.myTextColor { color: #9D8EBD; }

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

This text font color is #9D8EBD.


Background Color

.myBgColor { background-color: #9D8EBD; }

<div style="background-color:#9D8EBD">Inner text</div>

This div background color is #9D8EBD.


Border color

.myBorderColor { border: 1px solid #9D8EBD; }

<div style="border:3px solid #9D8EBD">Div</div>

This div border color is #9D8EBD.


Opacity

.myOpacity80 { color: #9D8EBD; opacity: 0.8; }

<p style="color:#9D8EBD;opacity:0.8;">80%</p>

Text with #9D8EBD 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 #9D8EBD;}

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

This text has shadow with #9D8EBD color.

.textShadow {text-shadow: 3px 3px 1px #9D8EBD, 3px 3px 1px red;}

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

This text has shadow with #9D8EBD primary color and red secondary color.


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

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

This text has shadow with #9D8EBD and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #9D8EBD; -webkit-box-shadow:	1px 1px 3px 2px #9D8EBD; box-shadow:	1px 1px 3px 2px #9D8EBD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9D8EBD; -webkit-box-shadow: 1px 1px 3px 2px #9D8EBD; box-shadow:1px 1px 3px 2px #9D8EBD;">
Div content here</div>
This div box has shadow with color #9D8EBD.

Preview

Color preview on black background

This text has color #9D8EBD on black background.


Color preview on white background

This text has color #9D8EBD on white background.



Black color preview on #9D8EBD background

This text has black color on #9D8EBD background.


White color preview on #9D8EBD background

This text has white color on #9D8EBD background.