COLOR #99A2BD

HEX: #99A2BD RGB: (153,162,189)

Color info

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

RGB color model

#99A2BD color RGB value is (153,162,189).

RGB: (153,162,189) (60%, 64%, 74%)

RGB channels and saturation

R 153 of 255 = 60%
G 162 of 255 = 64%
B 189 of 255 = 74%

153
162
189

R + G + B ~ 66%. #99A2BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 162 + 189 = 504 (100%)
R 153 of 504 ~ 30.36%
G 162 of 504 ~ 32.14%
B 189 of 504 ~ 37.5'%

%30.36
%32.14
%37.5

CMYK color model

#99A2BD color CMYK value is (19,14,0,26).

  • cyan value is 19.05%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (19,14,0,26)
C19M14Y0K26 (19%, 14%, 0%, 26%)
(0.19 / 0.14 / 0.00 / 0.26)

CMYK percentages

%19.05
%14.29
%0
%25.88

Codes

Color #99A2BD in popluar color models

99 A2 BD
RGB 153 162 189
HSL 225° 21.43% 67.06%
HSB/HSV 225° 19.05% 74.12%
CMYK 19.05% 14.29% 0.00%
25.88%

Color #99A2BD in popluar number systems.

HEX 99 A2 BD
Decimal 153 162 189
Binary 10011001 10100010 10111101
Octal 231 242 275

Shades and tints

Shades of #99A2BD

#99A2BD
(153,162,189)
#8C94AC
(140,148,172)
#7F869B
(127,134,155)
#72788A
(114,120,138)
#656A79
(101,106,121)
#585C68
(88,92,104)
#4B4E57
(75,78,87)
#3E4046
(62,64,70)
#313235
(49,50,53)
#242424
(36,36,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #99A2BD

#99A2BD
(153,162,189)
#A2AAC3
(162,170,195)
#ABB2C9
(171,178,201)
#B4BACF
(180,186,207)
#BDC2D5
(189,194,213)
#C6CADB
(198,202,219)
#CFD2E1
(207,210,225)
#D8DAE7
(216,218,231)
#E1E2ED
(225,226,237)
#EAEAF3
(234,234,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A2BD color. Also use rgb(153,162,189) instead hex code.

Text Font Color

.myTextColor { color: #99A2BD; }

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

This text font color is #99A2BD.

Background Color

.myBgColor { background-color: #99A2BD; }

<div style="background-color:#99A2BD">Inner text</div>

This div background color is #99A2BD.

Border color

.myBorderColor { border: 1px solid #99A2BD; }

<div style="border:3px solid #99A2BD">Div</div>

This div border color is #99A2BD.

Opacity

.myOpacity80 { color: #99A2BD; opacity: 0.8; }

<p style="color:#99A2BD;opacity:0.8;">80%</p>

Text with #99A2BD 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 #99A2BD;}

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

This text has shadow with #99A2BD color.


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

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

This text has shadow with #99A2BD primary color and red secondary color.


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

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

This text has shadow with #99A2BD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99A2BD.

Preview

Color preview on black background

This text has color #99A2BD on black background.


Color preview on white background

This text has color #99A2BD on white background.


Black color preview on #99A2BD background

This text has black color on #99A2BD background.


White color preview on #99A2BD background

This text has white color on #99A2BD background.


Related colors

Complementary color

Complementary color for #hex is #665D42.


I love getcolorcode.com

Triadic colors

1 #BD99A2 and #A2BD99 with #99A2BD are triadic colors.

2 #BDA299 and #A299BD with #99A2BD are triadic colors.