COLOR #999DDD

HEX: #999DDD RGB: (153,157,221)

Color info

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

RGB color model

#999DDD color RGB value is (153,157,221).

RGB: (153,157,221) (60%, 62%, 87%)

RGB channels and saturation

R 153 of 255 = 60%
G 157 of 255 = 62%
B 221 of 255 = 87%

153
157
221

R + G + B ~ 70%. #999DDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 157 + 221 = 531 (100%)
R 153 of 531 ~ 28.81%
G 157 of 531 ~ 29.57%
B 221 of 531 ~ 41.62'%

%28.81
%29.57
%41.62

CMYK color model

#999DDD color CMYK value is (31,29,0,13).

  • cyan value is 30.77%
  • magenta value is 28.96%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (31,29,0,13)
C31M29Y0K13 (31%, 29%, 0%, 13%)
(0.31 / 0.29 / 0.00 / 0.13)

CMYK percentages

%30.77
%28.96
%0
%13.33

Codes

Color #999DDD in popluar color models

99 9D DD
RGB 153 157 221
HSL 236° 50.00% 73.33%
HSB/HSV 236° 30.77% 86.67%
CMYK 30.77% 28.96% 0.00%
13.33%

Color #999DDD in popluar number systems.

HEX 99 9D DD
Decimal 153 157 221
Binary 10011001 10011101 11011101
Octal 231 235 335

Shades and tints

Shades of #999DDD

#999DDD
(153,157,221)
#8C8FC9
(140,143,201)
#7F81B5
(127,129,181)
#7273A1
(114,115,161)
#65658D
(101,101,141)
#585779
(88,87,121)
#4B4965
(75,73,101)
#3E3B51
(62,59,81)
#312D3D
(49,45,61)
#241F29
(36,31,41)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #999DDD

#999DDD
(153,157,221)
#A2A5E0
(162,165,224)
#ABADE3
(171,173,227)
#B4B5E6
(180,181,230)
#BDBDE9
(189,189,233)
#C6C5EC
(198,197,236)
#CFCDEF
(207,205,239)
#D8D5F2
(216,213,242)
#E1DDF5
(225,221,245)
#EAE5F8
(234,229,248)
#F3EDFB
(243,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999DDD; }

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

This text font color is #999DDD.

Background Color

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

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

This div background color is #999DDD.

Border color

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

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

This div border color is #999DDD.

Opacity

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

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

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

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

This text has shadow with #999DDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999DDD.

Preview

Color preview on black background

This text has color #999DDD on black background.


Color preview on white background

This text has color #999DDD on white background.


Black color preview on #999DDD background

This text has black color on #999DDD background.


White color preview on #999DDD background

This text has white color on #999DDD background.


Related colors

Complementary color

Complementary color for #hex is #666222.


I love getcolorcode.com

Triadic colors

1 #DD999D and #9DDD99 with #999DDD are triadic colors.

2 #DD9D99 and #9D99DD with #999DDD are triadic colors.