COLOR #9D99E5

HEX: #9D99E5
RGB: (157,153,229)

Color info

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

RGB color model

#9D99E5 color RGB value is (157,153,229).

  • red value is 157;
  • green value is 153;
  • blue value is 229.
RGB:
(157,153,229)
(62%,60%,90%)

RGB channels and saturation

R 157 of 255 = 62%
G 153 of 255 = 60%
B 229 of 255 = 90%

157
153
229

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

Portions of RGB colors in percentages

R + G + B =
157 + 153 + 229 = 539 (100%)
R 157 of 539 ~ 29.13%
G 153 of 539 ~ 28.39%
B 229 of 539 ~ 42.49%

%29.13
%28.39
%42.49

CMYK color model

#9D99E5 color CMYK value is (31,33,0,10).

  • cyan value is 31.44%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(31,33,0,10)
C31M33Y0K10 
(31%,33%,0%,10%)
(0.31/0.33/0.00/0.10)	

CMYK percentages

%31.44
%33.19
%0
%10.2

Codes

Color #9D99E5 in popluar color models

9D99E5
RGB157153229
HSL243°59.38%74.90%
HSB/HSV243°33.19%89.80%
CMYK31.44%33.19%0.00%
10.20%

Color #9D99E5 in popluar number systems.

HEX9D99E5
Decimal157153229
Binary100111011001100111100101
Octal235231345

Shades and tints

Shades of #9D99E5

#9D99E5
(157,153,229)
#8F8CD1
(143,140,209)
#817FBD
(129,127,189)
#7372A9
(115,114,169)
#656595
(101,101,149)
#575881
(87,88,129)
#494B6D
(73,75,109)
#3B3E59
(59,62,89)
#2D3145
(45,49,69)
#1F2431
(31,36,49)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #9D99E5

#9D99E5
(157,153,229)
#A5A2E7
(165,162,231)
#ADABE9
(173,171,233)
#B5B4EB
(181,180,235)
#BDBDED
(189,189,237)
#C5C6EF
(197,198,239)
#CDCFF1
(205,207,241)
#D5D8F3
(213,216,243)
#DDE1F5
(221,225,245)
#E5EAF7
(229,234,247)
#EDF3F9
(237,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D99E5 color. Also use rgb(157,153,229) instead hex code.

Text Font Color

.myTextColor { color: #9D99E5; }

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

This text font color is #9D99E5.


Background Color

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

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

This div background color is #9D99E5.


Border color

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

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

This div border color is #9D99E5.


Opacity

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

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

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

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

This text has shadow with #9D99E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D99E5 on black background.


Color preview on white background

This text has color #9D99E5 on white background.



Black color preview on #9D99E5 background

This text has black color on #9D99E5 background.


White color preview on #9D99E5 background

This text has white color on #9D99E5 background.