COLOR #999AD2

HEX: #999AD2 RGB: (153,154,210)

Color info

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

RGB color model

#999AD2 color RGB value is (153,154,210).

RGB: (153,154,210) (60%, 60%, 82%)

RGB channels and saturation

R 153 of 255 = 60%
G 154 of 255 = 60%
B 210 of 255 = 82%

153
154
210

R + G + B ~ 67%. #999AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 154 + 210 = 517 (100%)
R 153 of 517 ~ 29.59%
G 154 of 517 ~ 29.79%
B 210 of 517 ~ 40.62'%

%29.59
%29.79
%40.62

CMYK color model

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

  • cyan value is 27.14%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (27,27,0,18)
C27M27Y0K18 (27%, 27%, 0%, 18%)
(0.27 / 0.27 / 0.00 / 0.18)

CMYK percentages

%27.14
%26.67
%0
%17.65

Codes

Color #999AD2 in popluar color models

99 9A D2
RGB 153 154 210
HSL 239° 38.78% 71.18%
HSB/HSV 239° 27.14% 82.35%
CMYK 27.14% 26.67% 0.00%
17.65%

Color #999AD2 in popluar number systems.

HEX 99 9A D2
Decimal 153 154 210
Binary 10011001 10011010 11010010
Octal 231 232 322

Shades and tints

Shades of #999AD2

#999AD2
(153,154,210)
#8C8CBF
(140,140,191)
#7F7EAC
(127,126,172)
#727099
(114,112,153)
#656286
(101,98,134)
#585473
(88,84,115)
#4B4660
(75,70,96)
#3E384D
(62,56,77)
#312A3A
(49,42,58)
#241C27
(36,28,39)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #999AD2

#999AD2
(153,154,210)
#A2A3D6
(162,163,214)
#ABACDA
(171,172,218)
#B4B5DE
(180,181,222)
#BDBEE2
(189,190,226)
#C6C7E6
(198,199,230)
#CFD0EA
(207,208,234)
#D8D9EE
(216,217,238)
#E1E2F2
(225,226,242)
#EAEBF6
(234,235,246)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999AD2 color. Also use rgb(153,154,210) instead hex code.

Text Font Color

.myTextColor { color: #999AD2; }

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

This text font color is #999AD2.

Background Color

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

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

This div background color is #999AD2.

Border color

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

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

This div border color is #999AD2.

Opacity

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

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

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

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

This text has shadow with #999AD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999AD2.

Preview

Color preview on black background

This text has color #999AD2 on black background.


Color preview on white background

This text has color #999AD2 on white background.


Black color preview on #999AD2 background

This text has black color on #999AD2 background.


White color preview on #999AD2 background

This text has white color on #999AD2 background.


Related colors

Complementary color

Complementary color for #hex is #66652D.


I love getcolorcode.com

Triadic colors

1 #D2999A and #9AD299 with #999AD2 are triadic colors.

2 #D29A99 and #9A99D2 with #999AD2 are triadic colors.