COLOR #9D95AF

HEX: #9D95AF
RGB: (157,149,175)

Color info

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

RGB color model

#9D95AF color RGB value is (157,149,175).

  • red value is 157;
  • green value is 149;
  • blue value is 175.
RGB:
(157,149,175)
(62%,58%,69%)

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 175 of 255 = 69%

157
149
175

R + G + B ~ 63%. #9D95AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 175 = 481 (100%)
R 157 of 481 ~ 32.64%
G 149 of 481 ~ 30.98%
B 175 of 481 ~ 36.38%

%32.64
%30.98
%36.38

CMYK color model

#9D95AF color CMYK value is (10,15,0,31).

  • cyan value is 10.29%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(10,15,0,31)
C10M15Y0K31 
(10%,15%,0%,31%)
(0.10/0.15/0.00/0.31)	

CMYK percentages

%10.29
%14.86
%0
%31.37

Codes

Color #9D95AF in popluar color models

9D95AF
RGB157149175
HSL258°13.98%63.53%
HSB/HSV258°14.86%68.63%
CMYK10.29%14.86%0.00%
31.37%

Color #9D95AF in popluar number systems.

HEX9D95AF
Decimal157149175
Binary100111011001010110101111
Octal235225257

Shades and tints

Shades of #9D95AF

#9D95AF
(157,149,175)
#8F88A0
(143,136,160)
#817B91
(129,123,145)
#736E82
(115,110,130)
#656173
(101,97,115)
#575464
(87,84,100)
#494755
(73,71,85)
#3B3A46
(59,58,70)
#2D2D37
(45,45,55)
#1F2028
(31,32,40)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #9D95AF

#9D95AF
(157,149,175)
#A59EB6
(165,158,182)
#ADA7BD
(173,167,189)
#B5B0C4
(181,176,196)
#BDB9CB
(189,185,203)
#C5C2D2
(197,194,210)
#CDCBD9
(205,203,217)
#D5D4E0
(213,212,224)
#DDDDE7
(221,221,231)
#E5E6EE
(229,230,238)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D95AF color. Also use rgb(157,149,175) instead hex code.

Text Font Color

.myTextColor { color: #9D95AF; }

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

This text font color is #9D95AF.


Background Color

.myBgColor { background-color: #9D95AF; }

<div style="background-color:#9D95AF">Inner text</div>

This div background color is #9D95AF.


Border color

.myBorderColor { border: 1px solid #9D95AF; }

<div style="border:3px solid #9D95AF">Div</div>

This div border color is #9D95AF.


Opacity

.myOpacity80 { color: #9D95AF; opacity: 0.8; }

<p style="color:#9D95AF;opacity:0.8;">80%</p>

Text with #9D95AF 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 #9D95AF;}

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

This text has shadow with #9D95AF color.

.textShadow {text-shadow: 3px 3px 1px #9D95AF, 3px 3px 1px red;}

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

This text has shadow with #9D95AF primary color and red secondary color.


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

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

This text has shadow with #9D95AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D95AF on black background.


Color preview on white background

This text has color #9D95AF on white background.



Black color preview on #9D95AF background

This text has black color on #9D95AF background.


White color preview on #9D95AF background

This text has white color on #9D95AF background.