COLOR #99A1BD

HEX: #99A1BD RGB: (153,161,189)

Color info

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

RGB color model

#99A1BD color RGB value is (153,161,189).

RGB: (153,161,189) (60%, 63%, 74%)

RGB channels and saturation

R 153 of 255 = 60%
G 161 of 255 = 63%
B 189 of 255 = 74%

153
161
189

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

Portions of RGB colors in percentages

R + G + B = 153 + 161 + 189 = 503 (100%)
R 153 of 503 ~ 30.42%
G 161 of 503 ~ 32.01%
B 189 of 503 ~ 37.57'%

%30.42
%32.01
%37.57

CMYK color model

#99A1BD color CMYK value is (19,15,0,26).

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

CMYK: (19,15,0,26)
C19M15Y0K26 (19%, 15%, 0%, 26%)
(0.19 / 0.15 / 0.00 / 0.26)

CMYK percentages

%19.05
%14.81
%0
%25.88

Codes

Color #99A1BD in popluar color models

99 A1 BD
RGB 153 161 189
HSL 227° 21.43% 67.06%
HSB/HSV 227° 19.05% 74.12%
CMYK 19.05% 14.81% 0.00%
25.88%

Color #99A1BD in popluar number systems.

HEX 99 A1 BD
Decimal 153 161 189
Binary 10011001 10100001 10111101
Octal 231 241 275

Shades and tints

Shades of #99A1BD

#99A1BD
(153,161,189)
#8C93AC
(140,147,172)
#7F859B
(127,133,155)
#72778A
(114,119,138)
#656979
(101,105,121)
#585B68
(88,91,104)
#4B4D57
(75,77,87)
#3E3F46
(62,63,70)
#313135
(49,49,53)
#242324
(36,35,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #99A1BD

#99A1BD
(153,161,189)
#A2A9C3
(162,169,195)
#ABB1C9
(171,177,201)
#B4B9CF
(180,185,207)
#BDC1D5
(189,193,213)
#C6C9DB
(198,201,219)
#CFD1E1
(207,209,225)
#D8D9E7
(216,217,231)
#E1E1ED
(225,225,237)
#EAE9F3
(234,233,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A1BD; }

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

This text font color is #99A1BD.

Background Color

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

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

This div background color is #99A1BD.

Border color

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

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

This div border color is #99A1BD.

Opacity

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

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

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

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

This text has shadow with #99A1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A1BD.

Preview

Color preview on black background

This text has color #99A1BD on black background.


Color preview on white background

This text has color #99A1BD on white background.


Black color preview on #99A1BD background

This text has black color on #99A1BD background.


White color preview on #99A1BD background

This text has white color on #99A1BD background.


Related colors

Complementary color

Complementary color for #hex is #665E42.


I love getcolorcode.com

Triadic colors

1 #BD99A1 and #A1BD99 with #99A1BD are triadic colors.

2 #BDA199 and #A199BD with #99A1BD are triadic colors.