COLOR #999DD1

HEX: #999DD1
RGB: (153,157,209)

Color info

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

RGB color model

#999DD1 color RGB value is (153,157,209).

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

RGB channels and saturation

R 153 of 255 = 60%
G 157 of 255 = 62%
B 209 of 255 = 82%

153
157
209

R + G + B ~ 68%. #999DD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 157 + 209 = 519 (100%)
R 153 of 519 ~ 29.48%
G 157 of 519 ~ 30.25%
B 209 of 519 ~ 40.27%

%29.48
%30.25
%40.27

CMYK color model

#999DD1 color CMYK value is (27,25,0,18).

  • cyan value is 26.79%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(27,25,0,18)
C27M25Y0K18 
(27%,25%,0%,18%)
(0.27/0.25/0.00/0.18)	

CMYK percentages

%26.79
%24.88
%0
%18.04

Codes

Color #999DD1 in popluar color models

999DD1
RGB153157209
HSL236°37.84%70.98%
HSB/HSV236°26.79%81.96%
CMYK26.79%24.88%0.00%
18.04%

Color #999DD1 in popluar number systems.

HEX999DD1
Decimal153157209
Binary100110011001110111010001
Octal231235321

Shades and tints

Shades of #999DD1

#999DD1
(153,157,209)
#8C8FBE
(140,143,190)
#7F81AB
(127,129,171)
#727398
(114,115,152)
#656585
(101,101,133)
#585772
(88,87,114)
#4B495F
(75,73,95)
#3E3B4C
(62,59,76)
#312D39
(49,45,57)
#241F26
(36,31,38)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #999DD1

#999DD1
(153,157,209)
#A2A5D5
(162,165,213)
#ABADD9
(171,173,217)
#B4B5DD
(180,181,221)
#BDBDE1
(189,189,225)
#C6C5E5
(198,197,229)
#CFCDE9
(207,205,233)
#D8D5ED
(216,213,237)
#E1DDF1
(225,221,241)
#EAE5F5
(234,229,245)
#F3EDF9
(243,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999DD1 color. Also use rgb(153,157,209) instead hex code.

Text Font Color

.myTextColor { color: #999DD1; }

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

This text font color is #999DD1.


Background Color

.myBgColor { background-color: #999DD1; }

<div style="background-color:#999DD1">Inner text</div>

This div background color is #999DD1.


Border color

.myBorderColor { border: 1px solid #999DD1; }

<div style="border:3px solid #999DD1">Div</div>

This div border color is #999DD1.


Opacity

.myOpacity80 { color: #999DD1; opacity: 0.8; }

<p style="color:#999DD1;opacity:0.8;">80%</p>

Text with #999DD1 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 #999DD1;}

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

This text has shadow with #999DD1 color.

.textShadow {text-shadow: 3px 3px 1px #999DD1, 3px 3px 1px red;}

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

This text has shadow with #999DD1 primary color and red secondary color.


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

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

This text has shadow with #999DD1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999DD1 on black background.


Color preview on white background

This text has color #999DD1 on white background.



Black color preview on #999DD1 background

This text has black color on #999DD1 background.


White color preview on #999DD1 background

This text has white color on #999DD1 background.