COLOR #9E8FD2

HEX: #9E8FD2 RGB: (158,143,210)

Color info

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

RGB color model

#9E8FD2 color RGB value is (158,143,210).

RGB: (158,143,210) (62%, 56%, 82%)

RGB channels and saturation

R 158 of 255 = 62%
G 143 of 255 = 56%
B 210 of 255 = 82%

158
143
210

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

Portions of RGB colors in percentages

R + G + B = 158 + 143 + 210 = 511 (100%)
R 158 of 511 ~ 30.92%
G 143 of 511 ~ 27.98%
B 210 of 511 ~ 41.1'%

%30.92
%27.98
%41.1

CMYK color model

#9E8FD2 color CMYK value is (25,32,0,18).

  • cyan value is 24.76%
  • magenta value is 31.90%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (25,32,0,18)
C25M32Y0K18 (25%, 32%, 0%, 18%)
(0.25 / 0.32 / 0.00 / 0.18)

CMYK percentages

%24.76
%31.9
%0
%17.65

Codes

Color #9E8FD2 in popluar color models

9E 8F D2
RGB 158 143 210
HSL 253° 42.68% 69.22%
HSB/HSV 253° 31.90% 82.35%
CMYK 24.76% 31.90% 0.00%
17.65%

Color #9E8FD2 in popluar number systems.

HEX 9E 8F D2
Decimal 158 143 210
Binary 10011110 10001111 11010010
Octal 236 217 322

Shades and tints

Shades of #9E8FD2

#9E8FD2
(158,143,210)
#9082BF
(144,130,191)
#8275AC
(130,117,172)
#746899
(116,104,153)
#665B86
(102,91,134)
#584E73
(88,78,115)
#4A4160
(74,65,96)
#3C344D
(60,52,77)
#2E273A
(46,39,58)
#201A27
(32,26,39)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #9E8FD2

#9E8FD2
(158,143,210)
#A699D6
(166,153,214)
#AEA3DA
(174,163,218)
#B6ADDE
(182,173,222)
#BEB7E2
(190,183,226)
#C6C1E6
(198,193,230)
#CECBEA
(206,203,234)
#D6D5EE
(214,213,238)
#DEDFF2
(222,223,242)
#E6E9F6
(230,233,246)
#EEF3FA
(238,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8FD2 color. Also use rgb(158,143,210) instead hex code.

Text Font Color

.myTextColor { color: #9E8FD2; }

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

This text font color is #9E8FD2.

Background Color

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

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

This div background color is #9E8FD2.

Border color

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

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

This div border color is #9E8FD2.

Opacity

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

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

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

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

This text has shadow with #9E8FD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8FD2.

Preview

Color preview on black background

This text has color #9E8FD2 on black background.


Color preview on white background

This text has color #9E8FD2 on white background.


Black color preview on #9E8FD2 background

This text has black color on #9E8FD2 background.


White color preview on #9E8FD2 background

This text has white color on #9E8FD2 background.


Related colors

Complementary color

Complementary color for #hex is #61702D.


I love getcolorcode.com

Triadic colors

1 #D29E8F and #8FD29E with #9E8FD2 are triadic colors.

2 #D28F9E and #8F9ED2 with #9E8FD2 are triadic colors.