COLOR #9D9ECA

HEX: #9D9ECA
RGB: (157,158,202)

Color info

#9D9ECA contains red, green and blue colors in about the same proportion. Web safe color of #9D9ECA is #9999CC (or #99C).

RGB color model

#9D9ECA color RGB value is (157,158,202).

  • red value is 157;
  • green value is 158;
  • blue value is 202.
RGB:
(157,158,202)
(62%,62%,79%)

RGB channels and saturation

R 157 of 255 = 62%
G 158 of 255 = 62%
B 202 of 255 = 79%

157
158
202

R + G + B ~ 68%. #9D9ECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 158 + 202 = 517 (100%)
R 157 of 517 ~ 30.37%
G 158 of 517 ~ 30.56%
B 202 of 517 ~ 39.07%

%30.37
%30.56
%39.07

CMYK color model

#9D9ECA color CMYK value is (22,22,0,21).

  • cyan value is 22.28%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(22,22,0,21)
C22M22Y0K21 
(22%,22%,0%,21%)
(0.22/0.22/0.00/0.21)	

CMYK percentages

%22.28
%21.78
%0
%20.78

Codes

Color #9D9ECA in popluar color models

9D9ECA
RGB157158202
HSL239°29.80%70.39%
HSB/HSV239°22.28%79.22%
CMYK22.28%21.78%0.00%
20.78%

Color #9D9ECA in popluar number systems.

HEX9D9ECA
Decimal157158202
Binary100111011001111011001010
Octal235236312

Shades and tints

Shades of #9D9ECA

#9D9ECA
(157,158,202)
#8F90B8
(143,144,184)
#8182A6
(129,130,166)
#737494
(115,116,148)
#656682
(101,102,130)
#575870
(87,88,112)
#494A5E
(73,74,94)
#3B3C4C
(59,60,76)
#2D2E3A
(45,46,58)
#1F2028
(31,32,40)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #9D9ECA

#9D9ECA
(157,158,202)
#A5A6CE
(165,166,206)
#ADAED2
(173,174,210)
#B5B6D6
(181,182,214)
#BDBEDA
(189,190,218)
#C5C6DE
(197,198,222)
#CDCEE2
(205,206,226)
#D5D6E6
(213,214,230)
#DDDEEA
(221,222,234)
#E5E6EE
(229,230,238)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9ECA; }

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

This text font color is #9D9ECA.


Background Color

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

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

This div background color is #9D9ECA.


Border color

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

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

This div border color is #9D9ECA.


Opacity

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

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

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

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

This text has shadow with #9D9ECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9ECA on black background.


Color preview on white background

This text has color #9D9ECA on white background.



Black color preview on #9D9ECA background

This text has black color on #9D9ECA background.


White color preview on #9D9ECA background

This text has white color on #9D9ECA background.