COLOR #9D8CAF

HEX: #9D8CAF RGB: (157,140,175)

Color info

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

RGB color model

#9D8CAF color RGB value is (157,140,175).

RGB: (157,140,175) (62%, 55%, 69%)

RGB channels and saturation

R 157 of 255 = 62%
G 140 of 255 = 55%
B 175 of 255 = 69%

157
140
175

R + G + B ~ 62%. #9D8CAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 140 + 175 = 472 (100%)
R 157 of 472 ~ 33.26%
G 140 of 472 ~ 29.66%
B 175 of 472 ~ 37.08'%

%33.26
%29.66
%37.08

CMYK color model

#9D8CAF color CMYK value is (10,20,0,31).

  • cyan value is 10.29%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (10,20,0,31)
C10M20Y0K31 (10%, 20%, 0%, 31%)
(0.10 / 0.20 / 0.00 / 0.31)

CMYK percentages

%10.29
%20
%0
%31.37

Codes

Color #9D8CAF in popluar color models

9D 8C AF
RGB 157 140 175
HSL 269° 17.95% 61.76%
HSB/HSV 269° 20.00% 68.63%
CMYK 10.29% 20.00% 0.00%
31.37%

Color #9D8CAF in popluar number systems.

HEX 9D 8C AF
Decimal 157 140 175
Binary 10011101 10001100 10101111
Octal 235 214 257

Shades and tints

Shades of #9D8CAF

#9D8CAF
(157,140,175)
#8F80A0
(143,128,160)
#817491
(129,116,145)
#736882
(115,104,130)
#655C73
(101,92,115)
#575064
(87,80,100)
#494455
(73,68,85)
#3B3846
(59,56,70)
#2D2C37
(45,44,55)
#1F2028
(31,32,40)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #9D8CAF

#9D8CAF
(157,140,175)
#A596B6
(165,150,182)
#ADA0BD
(173,160,189)
#B5AAC4
(181,170,196)
#BDB4CB
(189,180,203)
#C5BED2
(197,190,210)
#CDC8D9
(205,200,217)
#D5D2E0
(213,210,224)
#DDDCE7
(221,220,231)
#E5E6EE
(229,230,238)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8CAF; }

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

This text font color is #9D8CAF.

Background Color

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

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

This div background color is #9D8CAF.

Border color

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

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

This div border color is #9D8CAF.

Opacity

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

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

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

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

This text has shadow with #9D8CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8CAF.

Preview

Color preview on black background

This text has color #9D8CAF on black background.


Color preview on white background

This text has color #9D8CAF on white background.


Black color preview on #9D8CAF background

This text has black color on #9D8CAF background.


White color preview on #9D8CAF background

This text has white color on #9D8CAF background.


Related colors

Complementary color

Complementary color for #hex is #627350.


I love getcolorcode.com

Triadic colors

1 #AF9D8C and #8CAF9D with #9D8CAF are triadic colors.

2 #AF8C9D and #8C9DAF with #9D8CAF are triadic colors.