COLOR #9995AB

HEX: #9995AB RGB: (153,149,171)

Color info

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

RGB color model

#9995AB color RGB value is (153,149,171).

RGB: (153,149,171) (60%, 58%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 171 of 255 = 67%

153
149
171

R + G + B ~ 62%. #9995AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 149 + 171 = 473 (100%)
R 153 of 473 ~ 32.35%
G 149 of 473 ~ 31.5%
B 171 of 473 ~ 36.15'%

%32.35
%31.5
%36.15

CMYK color model

#9995AB color CMYK value is (11,13,0,33).

  • cyan value is 10.53%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (11,13,0,33)
C11M13Y0K33 (11%, 13%, 0%, 33%)
(0.11 / 0.13 / 0.00 / 0.33)

CMYK percentages

%10.53
%12.87
%0
%32.94

Codes

Color #9995AB in popluar color models

99 95 AB
RGB 153 149 171
HSL 251° 11.58% 62.75%
HSB/HSV 251° 12.87% 67.06%
CMYK 10.53% 12.87% 0.00%
32.94%

Color #9995AB in popluar number systems.

HEX 99 95 AB
Decimal 153 149 171
Binary 10011001 10010101 10101011
Octal 231 225 253

Shades and tints

Shades of #9995AB

#9995AB
(153,149,171)
#8C889C
(140,136,156)
#7F7B8D
(127,123,141)
#726E7E
(114,110,126)
#65616F
(101,97,111)
#585460
(88,84,96)
#4B4751
(75,71,81)
#3E3A42
(62,58,66)
#312D33
(49,45,51)
#242024
(36,32,36)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #9995AB

#9995AB
(153,149,171)
#A29EB2
(162,158,178)
#ABA7B9
(171,167,185)
#B4B0C0
(180,176,192)
#BDB9C7
(189,185,199)
#C6C2CE
(198,194,206)
#CFCBD5
(207,203,213)
#D8D4DC
(216,212,220)
#E1DDE3
(225,221,227)
#EAE6EA
(234,230,234)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9995AB color. Also use rgb(153,149,171) instead hex code.

Text Font Color

.myTextColor { color: #9995AB; }

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

This text font color is #9995AB.

Background Color

.myBgColor { background-color: #9995AB; }

<div style="background-color:#9995AB">Inner text</div>

This div background color is #9995AB.

Border color

.myBorderColor { border: 1px solid #9995AB; }

<div style="border:3px solid #9995AB">Div</div>

This div border color is #9995AB.

Opacity

.myOpacity80 { color: #9995AB; opacity: 0.8; }

<p style="color:#9995AB;opacity:0.8;">80%</p>

Text with #9995AB 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 #9995AB;}

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

This text has shadow with #9995AB color.


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

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

This text has shadow with #9995AB primary color and red secondary color.


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

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

This text has shadow with #9995AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9995AB.

Preview

Color preview on black background

This text has color #9995AB on black background.


Color preview on white background

This text has color #9995AB on white background.


Black color preview on #9995AB background

This text has black color on #9995AB background.


White color preview on #9995AB background

This text has white color on #9995AB background.


Related colors

Complementary color

Complementary color for #hex is #666A54.


I love getcolorcode.com

Triadic colors

1 #AB9995 and #95AB99 with #9995AB are triadic colors.

2 #AB9599 and #9599AB with #9995AB are triadic colors.