COLOR #9D8FD7

HEX: #9D8FD7
RGB: (157,143,215)

Color info

#9D8FD7 contains mainly red and blue colors. Web safe color of #9D8FD7 is #9999CC (or #99C).

RGB color model

#9D8FD7 color RGB value is (157,143,215).

  • red value is 157;
  • green value is 143;
  • blue value is 215.
RGB:
(157,143,215)
(62%,56%,84%)

RGB channels and saturation

R 157 of 255 = 62%
G 143 of 255 = 56%
B 215 of 255 = 84%

157
143
215

R + G + B ~ 67%. #9D8FD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 143 + 215 = 515 (100%)
R 157 of 515 ~ 30.49%
G 143 of 515 ~ 27.77%
B 215 of 515 ~ 41.75%

%30.49
%27.77
%41.75

CMYK color model

#9D8FD7 color CMYK value is (27,33,0,16).

  • cyan value is 26.98%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(27,33,0,16)
C27M33Y0K16 
(27%,33%,0%,16%)
(0.27/0.33/0.00/0.16)	

CMYK percentages

%26.98
%33.49
%0
%15.69

Codes

Color #9D8FD7 in popluar color models

9D8FD7
RGB157143215
HSL252°47.37%70.20%
HSB/HSV252°33.49%84.31%
CMYK26.98%33.49%0.00%
15.69%

Color #9D8FD7 in popluar number systems.

HEX9D8FD7
Decimal157143215
Binary100111011000111111010111
Octal235217327

Shades and tints

Shades of #9D8FD7

#9D8FD7
(157,143,215)
#8F82C4
(143,130,196)
#8175B1
(129,117,177)
#73689E
(115,104,158)
#655B8B
(101,91,139)
#574E78
(87,78,120)
#494165
(73,65,101)
#3B3452
(59,52,82)
#2D273F
(45,39,63)
#1F1A2C
(31,26,44)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #9D8FD7

#9D8FD7
(157,143,215)
#A599DA
(165,153,218)
#ADA3DD
(173,163,221)
#B5ADE0
(181,173,224)
#BDB7E3
(189,183,227)
#C5C1E6
(197,193,230)
#CDCBE9
(205,203,233)
#D5D5EC
(213,213,236)
#DDDFEF
(221,223,239)
#E5E9F2
(229,233,242)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8FD7 color. Also use rgb(157,143,215) instead hex code.

Text Font Color

.myTextColor { color: #9D8FD7; }

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

This text font color is #9D8FD7.


Background Color

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

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

This div background color is #9D8FD7.


Border color

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

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

This div border color is #9D8FD7.


Opacity

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

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

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

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

This text has shadow with #9D8FD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8FD7 on black background.


Color preview on white background

This text has color #9D8FD7 on white background.



Black color preview on #9D8FD7 background

This text has black color on #9D8FD7 background.


White color preview on #9D8FD7 background

This text has white color on #9D8FD7 background.