COLOR #9995AF

HEX: #9995AF RGB: (153,149,175)

Color info

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

RGB color model

#9995AF color RGB value is (153,149,175).

RGB: (153,149,175) (60%, 58%, 69%)

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 175 of 255 = 69%

153
149
175

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

Portions of RGB colors in percentages

R + G + B = 153 + 149 + 175 = 477 (100%)
R 153 of 477 ~ 32.08%
G 149 of 477 ~ 31.24%
B 175 of 477 ~ 36.69'%

%32.08
%31.24
%36.69

CMYK color model

#9995AF color CMYK value is (13,15,0,31).

  • cyan value is 12.57%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (13,15,0,31)
C13M15Y0K31 (13%, 15%, 0%, 31%)
(0.13 / 0.15 / 0.00 / 0.31)

CMYK percentages

%12.57
%14.86
%0
%31.37

Codes

Color #9995AF in popluar color models

99 95 AF
RGB 153 149 175
HSL 249° 13.98% 63.53%
HSB/HSV 249° 14.86% 68.63%
CMYK 12.57% 14.86% 0.00%
31.37%

Color #9995AF in popluar number systems.

HEX 99 95 AF
Decimal 153 149 175
Binary 10011001 10010101 10101111
Octal 231 225 257

Shades and tints

Shades of #9995AF

#9995AF
(153,149,175)
#8C88A0
(140,136,160)
#7F7B91
(127,123,145)
#726E82
(114,110,130)
#656173
(101,97,115)
#585464
(88,84,100)
#4B4755
(75,71,85)
#3E3A46
(62,58,70)
#312D37
(49,45,55)
#242028
(36,32,40)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #9995AF

#9995AF
(153,149,175)
#A29EB6
(162,158,182)
#ABA7BD
(171,167,189)
#B4B0C4
(180,176,196)
#BDB9CB
(189,185,203)
#C6C2D2
(198,194,210)
#CFCBD9
(207,203,217)
#D8D4E0
(216,212,224)
#E1DDE7
(225,221,231)
#EAE6EE
(234,230,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9995AF; }

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

This text font color is #9995AF.

Background Color

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

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

This div background color is #9995AF.

Border color

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

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

This div border color is #9995AF.

Opacity

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

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

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

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

This text has shadow with #9995AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9995AF.

Preview

Color preview on black background

This text has color #9995AF on black background.


Color preview on white background

This text has color #9995AF on white background.


Black color preview on #9995AF background

This text has black color on #9995AF background.


White color preview on #9995AF background

This text has white color on #9995AF background.


Related colors

Complementary color

Complementary color for #hex is #666A50.


I love getcolorcode.com

Triadic colors

1 #AF9995 and #95AF99 with #9995AF are triadic colors.

2 #AF9599 and #9599AF with #9995AF are triadic colors.