COLOR #9D9EDA

HEX: #9D9EDA RGB: (157,158,218)

Color info

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

RGB color model

#9D9EDA color RGB value is (157,158,218).

RGB: (157,158,218) (62%, 62%, 85%)

RGB channels and saturation

R 157 of 255 = 62%
G 158 of 255 = 62%
B 218 of 255 = 85%

157
158
218

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

Portions of RGB colors in percentages

R + G + B = 157 + 158 + 218 = 533 (100%)
R 157 of 533 ~ 29.46%
G 158 of 533 ~ 29.64%
B 218 of 533 ~ 40.9'%

%29.46
%29.64
%40.9

CMYK color model

#9D9EDA color CMYK value is (28,28,0,15).

  • cyan value is 27.98%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (28,28,0,15)
C28M28Y0K15 (28%, 28%, 0%, 15%)
(0.28 / 0.28 / 0.00 / 0.15)

CMYK percentages

%27.98
%27.52
%0
%14.51

Codes

Color #9D9EDA in popluar color models

9D 9E DA
RGB 157 158 218
HSL 239° 45.19% 73.53%
HSB/HSV 239° 27.98% 85.49%
CMYK 27.98% 27.52% 0.00%
14.51%

Color #9D9EDA in popluar number systems.

HEX 9D 9E DA
Decimal 157 158 218
Binary 10011101 10011110 11011010
Octal 235 236 332

Shades and tints

Shades of #9D9EDA

#9D9EDA
(157,158,218)
#8F90C7
(143,144,199)
#8182B4
(129,130,180)
#7374A1
(115,116,161)
#65668E
(101,102,142)
#57587B
(87,88,123)
#494A68
(73,74,104)
#3B3C55
(59,60,85)
#2D2E42
(45,46,66)
#1F202F
(31,32,47)
#11121C
(17,18,28)
#000000
(0,0,0)

Tints of #9D9EDA

#9D9EDA
(157,158,218)
#A5A6DD
(165,166,221)
#ADAEE0
(173,174,224)
#B5B6E3
(181,182,227)
#BDBEE6
(189,190,230)
#C5C6E9
(197,198,233)
#CDCEEC
(205,206,236)
#D5D6EF
(213,214,239)
#DDDEF2
(221,222,242)
#E5E6F5
(229,230,245)
#EDEEF8
(237,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9EDA color. Also use rgb(157,158,218) instead hex code.

Text Font Color

.myTextColor { color: #9D9EDA; }

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

This text font color is #9D9EDA.

Background Color

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

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

This div background color is #9D9EDA.

Border color

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

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

This div border color is #9D9EDA.

Opacity

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

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

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

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

This text has shadow with #9D9EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9EDA.

Preview

Color preview on black background

This text has color #9D9EDA on black background.


Color preview on white background

This text has color #9D9EDA on white background.


Black color preview on #9D9EDA background

This text has black color on #9D9EDA background.


White color preview on #9D9EDA background

This text has white color on #9D9EDA background.


Related colors

Complementary color

Complementary color for #hex is #626125.


I love getcolorcode.com

Triadic colors

1 #DA9D9E and #9EDA9D with #9D9EDA are triadic colors.

2 #DA9E9D and #9E9DDA with #9D9EDA are triadic colors.