COLOR #9D81AB

HEX: #9D81AB
RGB: (157,129,171)

Color info

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

RGB color model

#9D81AB color RGB value is (157,129,171).

  • red value is 157;
  • green value is 129;
  • blue value is 171.
RGB:
(157,129,171)
(62%,51%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 129 of 255 = 51%
B 171 of 255 = 67%

157
129
171

R + G + B ~ 60%. #9D81AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 129 + 171 = 457 (100%)
R 157 of 457 ~ 34.35%
G 129 of 457 ~ 28.23%
B 171 of 457 ~ 37.42%

%34.35
%28.23
%37.42

CMYK color model

#9D81AB color CMYK value is (8,25,0,33).

  • cyan value is 8.19%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(8,25,0,33)
C8M25Y0K33 
(8%,25%,0%,33%)
(0.08/0.25/0.00/0.33)	

CMYK percentages

%8.19
%24.56
%0
%32.94

Codes

Color #9D81AB in popluar color models

9D81AB
RGB157129171
HSL280°20.00%58.82%
HSB/HSV280°24.56%67.06%
CMYK8.19%24.56%0.00%
32.94%

Color #9D81AB in popluar number systems.

HEX9D81AB
Decimal157129171
Binary100111011000000110101011
Octal235201253

Shades and tints

Shades of #9D81AB

#9D81AB
(157,129,171)
#8F769C
(143,118,156)
#816B8D
(129,107,141)
#73607E
(115,96,126)
#65556F
(101,85,111)
#574A60
(87,74,96)
#493F51
(73,63,81)
#3B3442
(59,52,66)
#2D2933
(45,41,51)
#1F1E24
(31,30,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #9D81AB

#9D81AB
(157,129,171)
#A58CB2
(165,140,178)
#AD97B9
(173,151,185)
#B5A2C0
(181,162,192)
#BDADC7
(189,173,199)
#C5B8CE
(197,184,206)
#CDC3D5
(205,195,213)
#D5CEDC
(213,206,220)
#DDD9E3
(221,217,227)
#E5E4EA
(229,228,234)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D81AB color. Also use rgb(157,129,171) instead hex code.

Text Font Color

.myTextColor { color: #9D81AB; }

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

This text font color is #9D81AB.


Background Color

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

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

This div background color is #9D81AB.


Border color

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

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

This div border color is #9D81AB.


Opacity

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

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

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

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

This text has shadow with #9D81AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D81AB on black background.


Color preview on white background

This text has color #9D81AB on white background.



Black color preview on #9D81AB background

This text has black color on #9D81AB background.


White color preview on #9D81AB background

This text has white color on #9D81AB background.