COLOR #9D9AE3

HEX: #9D9AE3
RGB: (157,154,227)

Color info

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

RGB color model

#9D9AE3 color RGB value is (157,154,227).

  • red value is 157;
  • green value is 154;
  • blue value is 227.
RGB:
(157,154,227)
(62%,60%,89%)

RGB channels and saturation

R 157 of 255 = 62%
G 154 of 255 = 60%
B 227 of 255 = 89%

157
154
227

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

Portions of RGB colors in percentages

R + G + B =
157 + 154 + 227 = 538 (100%)
R 157 of 538 ~ 29.18%
G 154 of 538 ~ 28.62%
B 227 of 538 ~ 42.19%

%29.18
%28.62
%42.19

CMYK color model

#9D9AE3 color CMYK value is (31,32,0,11).

  • cyan value is 30.84%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(31,32,0,11)
C31M32Y0K11 
(31%,32%,0%,11%)
(0.31/0.32/0.00/0.11)	

CMYK percentages

%30.84
%32.16
%0
%10.98

Codes

Color #9D9AE3 in popluar color models

9D9AE3
RGB157154227
HSL242°56.59%74.71%
HSB/HSV242°32.16%89.02%
CMYK30.84%32.16%0.00%
10.98%

Color #9D9AE3 in popluar number systems.

HEX9D9AE3
Decimal157154227
Binary100111011001101011100011
Octal235232343

Shades and tints

Shades of #9D9AE3

#9D9AE3
(157,154,227)
#8F8CCF
(143,140,207)
#817EBB
(129,126,187)
#7370A7
(115,112,167)
#656293
(101,98,147)
#57547F
(87,84,127)
#49466B
(73,70,107)
#3B3857
(59,56,87)
#2D2A43
(45,42,67)
#1F1C2F
(31,28,47)
#110E1B
(17,14,27)
#000000
(0,0,0)

Tints of #9D9AE3

#9D9AE3
(157,154,227)
#A5A3E5
(165,163,229)
#ADACE7
(173,172,231)
#B5B5E9
(181,181,233)
#BDBEEB
(189,190,235)
#C5C7ED
(197,199,237)
#CDD0EF
(205,208,239)
#D5D9F1
(213,217,241)
#DDE2F3
(221,226,243)
#E5EBF5
(229,235,245)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9AE3 color. Also use rgb(157,154,227) instead hex code.

Text Font Color

.myTextColor { color: #9D9AE3; }

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

This text font color is #9D9AE3.


Background Color

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

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

This div background color is #9D9AE3.


Border color

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

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

This div border color is #9D9AE3.


Opacity

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

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

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

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

This text has shadow with #9D9AE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9AE3 on black background.


Color preview on white background

This text has color #9D9AE3 on white background.



Black color preview on #9D9AE3 background

This text has black color on #9D9AE3 background.


White color preview on #9D9AE3 background

This text has white color on #9D9AE3 background.