COLOR #9D94DB

HEX: #9D94DB RGB: (157,148,219)

Color info

#9D94DB contains mainly blue color. Web safe color of #9D94DB is #9999CC (or #99C).

RGB color model

#9D94DB color RGB value is (157,148,219).

RGB: (157,148,219) (62%, 58%, 86%)

RGB channels and saturation

R 157 of 255 = 62%
G 148 of 255 = 58%
B 219 of 255 = 86%

157
148
219

R + G + B ~ 69%. #9D94DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 148 + 219 = 524 (100%)
R 157 of 524 ~ 29.96%
G 148 of 524 ~ 28.24%
B 219 of 524 ~ 41.79'%

%29.96
%28.24
%41.79

CMYK color model

#9D94DB color CMYK value is (28,32,0,14).

  • cyan value is 28.31%
  • magenta value is 32.42%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (28,32,0,14) C28M32Y0K14 (28%,32%,0%,14%) (0.28/0.32/0.00/0.14) 

CMYK percentages

%28.31
%32.42
%0
%14.12

Codes

Color #9D94DB in popluar color models

9D 94 DB
RGB 157 148 219
HSL 248° 49.65% 71.96%
HSB/HSV 248° 32.42% 85.88%
CMYK 28.31% 32.42% 0.00%
14.12%

Color #9D94DB in popluar number systems.

HEX 9D 94 DB
Decimal 157 148 219
Binary 10011101 10010100 11011011
Octal 235 224 333

Shades and tints

Shades of #9D94DB

#9D94DB
(157,148,219)
#8F87C8
(143,135,200)
#817AB5
(129,122,181)
#736DA2
(115,109,162)
#65608F
(101,96,143)
#57537C
(87,83,124)
#494669
(73,70,105)
#3B3956
(59,57,86)
#2D2C43
(45,44,67)
#1F1F30
(31,31,48)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #9D94DB

#9D94DB
(157,148,219)
#A59DDE
(165,157,222)
#ADA6E1
(173,166,225)
#B5AFE4
(181,175,228)
#BDB8E7
(189,184,231)
#C5C1EA
(197,193,234)
#CDCAED
(205,202,237)
#D5D3F0
(213,211,240)
#DDDCF3
(221,220,243)
#E5E5F6
(229,229,246)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D94DB; }

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

This text font color is #9D94DB.

Background Color

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

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

This div background color is #9D94DB.

Border color

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

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

This div border color is #9D94DB.

Opacity

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

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

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

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

This text has shadow with #9D94DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D94DB.

Preview

Color preview on black background

This text has color #9D94DB on black background.


Color preview on white background

This text has color #9D94DB on white background.


Black color preview on #9D94DB background

This text has black color on #9D94DB background.


White color preview on #9D94DB background

This text has white color on #9D94DB background.


Related colors

Complementary color

Complementary color for #hex is #626B24.


I love getcolorcode.com

Triadic colors

1 #DB9D94 and #94DB9D with #9D94DB are triadic colors.

2 #DB949D and #949DDB with #9D94DB are triadic colors.