COLOR #9999DB

HEX: #9999DB RGB: (153,153,219)

Color info

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

RGB color model

#9999DB color RGB value is (153,153,219).

RGB: (153,153,219) (60%, 60%, 86%)

RGB channels and saturation

R 153 of 255 = 60%
G 153 of 255 = 60%
B 219 of 255 = 86%

153
153
219

R + G + B ~ 69%. #9999DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 153 + 219 = 525 (100%)
R 153 of 525 ~ 29.14%
G 153 of 525 ~ 29.14%
B 219 of 525 ~ 41.71'%

%29.14
%29.14
%41.71

CMYK color model

#9999DB color CMYK value is (30,30,0,14).

  • cyan value is 30.14%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (30,30,0,14)
C30M30Y0K14 (30%, 30%, 0%, 14%)
(0.30 / 0.30 / 0.00 / 0.14)

CMYK percentages

%30.14
%30.14
%0
%14.12

Codes

Color #9999DB in popluar color models

99 99 DB
RGB 153 153 219
HSL 240° 47.83% 72.94%
HSB/HSV 240° 30.14% 85.88%
CMYK 30.14% 30.14% 0.00%
14.12%

Color #9999DB in popluar number systems.

HEX 99 99 DB
Decimal 153 153 219
Binary 10011001 10011001 11011011
Octal 231 231 333

Shades and tints

Shades of #9999DB

#9999DB
(153,153,219)
#8C8CC8
(140,140,200)
#7F7FB5
(127,127,181)
#7272A2
(114,114,162)
#65658F
(101,101,143)
#58587C
(88,88,124)
#4B4B69
(75,75,105)
#3E3E56
(62,62,86)
#313143
(49,49,67)
#242430
(36,36,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #9999DB

#9999DB
(153,153,219)
#A2A2DE
(162,162,222)
#ABABE1
(171,171,225)
#B4B4E4
(180,180,228)
#BDBDE7
(189,189,231)
#C6C6EA
(198,198,234)
#CFCFED
(207,207,237)
#D8D8F0
(216,216,240)
#E1E1F3
(225,225,243)
#EAEAF6
(234,234,246)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9999DB color. Also use rgb(153,153,219) instead hex code.

Text Font Color

.myTextColor { color: #9999DB; }

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

This text font color is #9999DB.

Background Color

.myBgColor { background-color: #9999DB; }

<div style="background-color:#9999DB">Inner text</div>

This div background color is #9999DB.

Border color

.myBorderColor { border: 1px solid #9999DB; }

<div style="border:3px solid #9999DB">Div</div>

This div border color is #9999DB.

Opacity

.myOpacity80 { color: #9999DB; opacity: 0.8; }

<p style="color:#9999DB;opacity:0.8;">80%</p>

Text with #9999DB 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 #9999DB;}

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

This text has shadow with #9999DB color.


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

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

This text has shadow with #9999DB primary color and red secondary color.


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

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

This text has shadow with #9999DB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9999DB.

Preview

Color preview on black background

This text has color #9999DB on black background.


Color preview on white background

This text has color #9999DB on white background.


Black color preview on #9999DB background

This text has black color on #9999DB background.


White color preview on #9999DB background

This text has white color on #9999DB background.


Related colors

Complementary color

Complementary color for #hex is #666624.


I love getcolorcode.com