COLOR #9D94E7

HEX: #9D94E7 RGB: (157,148,231)

Color info

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

RGB color model

#9D94E7 color RGB value is (157,148,231).

RGB: (157,148,231) (62%, 58%, 91%)

RGB channels and saturation

R 157 of 255 = 62%
G 148 of 255 = 58%
B 231 of 255 = 91%

157
148
231

R + G + B ~ 70%. #9D94E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 148 + 231 = 536 (100%)
R 157 of 536 ~ 29.29%
G 148 of 536 ~ 27.61%
B 231 of 536 ~ 43.1'%

%29.29
%27.61
%43.1

CMYK color model

#9D94E7 color CMYK value is (32,36,0,9).

  • cyan value is 32.03%
  • magenta value is 35.93%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (32,36,0,9)
C32M36Y0K9 (32%, 36%, 0%, 9%)
(0.32 / 0.36 / 0.00 / 0.09)

CMYK percentages

%32.03
%35.93
%0
%9.41

Codes

Color #9D94E7 in popluar color models

9D 94 E7
RGB 157 148 231
HSL 247° 63.36% 74.31%
HSB/HSV 247° 35.93% 90.59%
CMYK 32.03% 35.93% 0.00%
9.41%

Color #9D94E7 in popluar number systems.

HEX 9D 94 E7
Decimal 157 148 231
Binary 10011101 10010100 11100111
Octal 235 224 347

Shades and tints

Shades of #9D94E7

#9D94E7
(157,148,231)
#8F87D2
(143,135,210)
#817ABD
(129,122,189)
#736DA8
(115,109,168)
#656093
(101,96,147)
#57537E
(87,83,126)
#494669
(73,70,105)
#3B3954
(59,57,84)
#2D2C3F
(45,44,63)
#1F1F2A
(31,31,42)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #9D94E7

#9D94E7
(157,148,231)
#A59DE9
(165,157,233)
#ADA6EB
(173,166,235)
#B5AFED
(181,175,237)
#BDB8EF
(189,184,239)
#C5C1F1
(197,193,241)
#CDCAF3
(205,202,243)
#D5D3F5
(213,211,245)
#DDDCF7
(221,220,247)
#E5E5F9
(229,229,249)
#EDEEFB
(237,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D94E7 color. Also use rgb(157,148,231) instead hex code.

Text Font Color

.myTextColor { color: #9D94E7; }

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

This text font color is #9D94E7.

Background Color

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

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

This div background color is #9D94E7.

Border color

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

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

This div border color is #9D94E7.

Opacity

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

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

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

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

This text has shadow with #9D94E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D94E7.

Preview

Color preview on black background

This text has color #9D94E7 on black background.


Color preview on white background

This text has color #9D94E7 on white background.


Black color preview on #9D94E7 background

This text has black color on #9D94E7 background.


White color preview on #9D94E7 background

This text has white color on #9D94E7 background.


Related colors

Complementary color

Complementary color for #hex is #626B18.


I love getcolorcode.com

Triadic colors

1 #E79D94 and #94E79D with #9D94E7 are triadic colors.

2 #E7949D and #949DE7 with #9D94E7 are triadic colors.