COLOR #999AAD

HEX: #999AAD
RGB: (153,154,173)

Color info

#999AAD contains red, green and blue colors in about the same proportion. Web safe color of #999AAD is #999999 (or #999).

RGB color model

#999AAD color RGB value is (153,154,173).

  • red value is 153;
  • green value is 154;
  • blue value is 173.
RGB:
(153,154,173)
(60%,60%,68%)

RGB channels and saturation

R 153 of 255 = 60%
G 154 of 255 = 60%
B 173 of 255 = 68%

153
154
173

R + G + B ~ 63%. #999AAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 154 + 173 = 480 (100%)
R 153 of 480 ~ 31.88%
G 154 of 480 ~ 32.08%
B 173 of 480 ~ 36.04%

%31.88
%32.08
%36.04

CMYK color model

#999AAD color CMYK value is (12,11,0,32).

  • cyan value is 11.56%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(12,11,0,32)
C12M11Y0K32 
(12%,11%,0%,32%)
(0.12/0.11/0.00/0.32)	

CMYK percentages

%11.56
%10.98
%0
%32.16

Codes

Color #999AAD in popluar color models

999AAD
RGB153154173
HSL237°10.87%63.92%
HSB/HSV237°11.56%67.84%
CMYK11.56%10.98%0.00%
32.16%

Color #999AAD in popluar number systems.

HEX999AAD
Decimal153154173
Binary100110011001101010101101
Octal231232255

Shades and tints

Shades of #999AAD

#999AAD
(153,154,173)
#8C8C9E
(140,140,158)
#7F7E8F
(127,126,143)
#727080
(114,112,128)
#656271
(101,98,113)
#585462
(88,84,98)
#4B4653
(75,70,83)
#3E3844
(62,56,68)
#312A35
(49,42,53)
#241C26
(36,28,38)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #999AAD

#999AAD
(153,154,173)
#A2A3B4
(162,163,180)
#ABACBB
(171,172,187)
#B4B5C2
(180,181,194)
#BDBEC9
(189,190,201)
#C6C7D0
(198,199,208)
#CFD0D7
(207,208,215)
#D8D9DE
(216,217,222)
#E1E2E5
(225,226,229)
#EAEBEC
(234,235,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999AAD; }

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

This text font color is #999AAD.


Background Color

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

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

This div background color is #999AAD.


Border color

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

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

This div border color is #999AAD.


Opacity

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

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

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

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

This text has shadow with #999AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999AAD on black background.


Color preview on white background

This text has color #999AAD on white background.



Black color preview on #999AAD background

This text has black color on #999AAD background.


White color preview on #999AAD background

This text has white color on #999AAD background.