COLOR #9D8AF7

HEX: #9D8AF7
RGB: (157,138,247)

Color info

#9D8AF7 contains mainly blue color. Web safe color of #9D8AF7 is #9999FF (or #99F).

RGB color model

#9D8AF7 color RGB value is (157,138,247).

  • red value is 157;
  • green value is 138;
  • blue value is 247.
RGB:
(157,138,247)
(62%,54%,97%)

RGB channels and saturation

R 157 of 255 = 62%
G 138 of 255 = 54%
B 247 of 255 = 97%

157
138
247

R + G + B ~ 71%. #9D8AF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 138 + 247 = 542 (100%)
R 157 of 542 ~ 28.97%
G 138 of 542 ~ 25.46%
B 247 of 542 ~ 45.57%

%28.97
%25.46
%45.57

CMYK color model

#9D8AF7 color CMYK value is (36,44,0,3).

  • cyan value is 36.44%
  • magenta value is 44.13%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(36,44,0,3)
C36M44Y0K3 
(36%,44%,0%,3%)
(0.36/0.44/0.00/0.03)	

CMYK percentages

%36.44
%44.13
%0
%3.14

Codes

Color #9D8AF7 in popluar color models

9D8AF7
RGB157138247
HSL250°87.20%75.49%
HSB/HSV250°44.13%96.86%
CMYK36.44%44.13%0.00%
3.14%

Color #9D8AF7 in popluar number systems.

HEX9D8AF7
Decimal157138247
Binary100111011000101011110111
Octal235212367

Shades and tints

Shades of #9D8AF7

#9D8AF7
(157,138,247)
#8F7EE1
(143,126,225)
#8172CB
(129,114,203)
#7366B5
(115,102,181)
#655A9F
(101,90,159)
#574E89
(87,78,137)
#494273
(73,66,115)
#3B365D
(59,54,93)
#2D2A47
(45,42,71)
#1F1E31
(31,30,49)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #9D8AF7

#9D8AF7
(157,138,247)
#A594F7
(165,148,247)
#AD9EF7
(173,158,247)
#B5A8F7
(181,168,247)
#BDB2F7
(189,178,247)
#C5BCF7
(197,188,247)
#CDC6F7
(205,198,247)
#D5D0F7
(213,208,247)
#DDDAF7
(221,218,247)
#E5E4F7
(229,228,247)
#EDEEF7
(237,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8AF7 color. Also use rgb(157,138,247) instead hex code.

Text Font Color

.myTextColor { color: #9D8AF7; }

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

This text font color is #9D8AF7.


Background Color

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

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

This div background color is #9D8AF7.


Border color

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

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

This div border color is #9D8AF7.


Opacity

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

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

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

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

This text has shadow with #9D8AF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8AF7 on black background.


Color preview on white background

This text has color #9D8AF7 on white background.



Black color preview on #9D8AF7 background

This text has black color on #9D8AF7 background.


White color preview on #9D8AF7 background

This text has white color on #9D8AF7 background.