COLOR #9D9CE3

HEX: #9D9CE3
RGB: (157,156,227)

Color info

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

RGB color model

#9D9CE3 color RGB value is (157,156,227).

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

RGB channels and saturation

R 157 of 255 = 62%
G 156 of 255 = 61%
B 227 of 255 = 89%

157
156
227

R + G + B ~ 71%. #9D9CE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 156 + 227 = 540 (100%)
R 157 of 540 ~ 29.07%
G 156 of 540 ~ 28.89%
B 227 of 540 ~ 42.04%

%29.07
%28.89
%42.04

CMYK color model

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

  • cyan value is 30.84%
  • magenta value is 31.28%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(31,31,0,11)
C31M31Y0K11 
(31%,31%,0%,11%)
(0.31/0.31/0.00/0.11)	

CMYK percentages

%30.84
%31.28
%0
%10.98

Codes

Color #9D9CE3 in popluar color models

9D9CE3
RGB157156227
HSL241°55.91%75.10%
HSB/HSV241°31.28%89.02%
CMYK30.84%31.28%0.00%
10.98%

Color #9D9CE3 in popluar number systems.

HEX9D9CE3
Decimal157156227
Binary100111011001110011100011
Octal235234343

Shades and tints

Shades of #9D9CE3

#9D9CE3
(157,156,227)
#8F8ECF
(143,142,207)
#8180BB
(129,128,187)
#7372A7
(115,114,167)
#656493
(101,100,147)
#57567F
(87,86,127)
#49486B
(73,72,107)
#3B3A57
(59,58,87)
#2D2C43
(45,44,67)
#1F1E2F
(31,30,47)
#11101B
(17,16,27)
#000000
(0,0,0)

Tints of #9D9CE3

#9D9CE3
(157,156,227)
#A5A5E5
(165,165,229)
#ADAEE7
(173,174,231)
#B5B7E9
(181,183,233)
#BDC0EB
(189,192,235)
#C5C9ED
(197,201,237)
#CDD2EF
(205,210,239)
#D5DBF1
(213,219,241)
#DDE4F3
(221,228,243)
#E5EDF5
(229,237,245)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9CE3; }

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

This text font color is #9D9CE3.


Background Color

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

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

This div background color is #9D9CE3.


Border color

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

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

This div border color is #9D9CE3.


Opacity

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

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

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

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

This text has shadow with #9D9CE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9CE3 on black background.


Color preview on white background

This text has color #9D9CE3 on white background.



Black color preview on #9D9CE3 background

This text has black color on #9D9CE3 background.


White color preview on #9D9CE3 background

This text has white color on #9D9CE3 background.