COLOR #8D96AD

HEX: #8D96AD
RGB: (141,150,173)

Color info

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

RGB color model

#8D96AD color RGB value is (141,150,173).

  • red value is 141;
  • green value is 150;
  • blue value is 173.
RGB:
(141,150,173)
(55%,59%,68%)

RGB channels and saturation

R 141 of 255 = 55%
G 150 of 255 = 59%
B 173 of 255 = 68%

141
150
173

R + G + B ~ 61%. #8D96AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 150 + 173 = 464 (100%)
R 141 of 464 ~ 30.39%
G 150 of 464 ~ 32.33%
B 173 of 464 ~ 37.28%

%30.39
%32.33
%37.28

CMYK color model

#8D96AD color CMYK value is (18,13,0,32).

  • cyan value is 18.50%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(18,13,0,32)
C18M13Y0K32 
(18%,13%,0%,32%)
(0.18/0.13/0.00/0.32)	

CMYK percentages

%18.5
%13.29
%0
%32.16

Codes

Color #8D96AD in popluar color models

8D96AD
RGB141150173
HSL223°16.33%61.57%
HSB/HSV223°18.50%67.84%
CMYK18.50%13.29%0.00%
32.16%

Color #8D96AD in popluar number systems.

HEX8D96AD
Decimal141150173
Binary100011011001011010101101
Octal215226255

Shades and tints

Shades of #8D96AD

#8D96AD
(141,150,173)
#81899E
(129,137,158)
#757C8F
(117,124,143)
#696F80
(105,111,128)
#5D6271
(93,98,113)
#515562
(81,85,98)
#454853
(69,72,83)
#393B44
(57,59,68)
#2D2E35
(45,46,53)
#212126
(33,33,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #8D96AD

#8D96AD
(141,150,173)
#979FB4
(151,159,180)
#A1A8BB
(161,168,187)
#ABB1C2
(171,177,194)
#B5BAC9
(181,186,201)
#BFC3D0
(191,195,208)
#C9CCD7
(201,204,215)
#D3D5DE
(211,213,222)
#DDDEE5
(221,222,229)
#E7E7EC
(231,231,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D96AD color. Also use rgb(141,150,173) instead hex code.

Text Font Color

.myTextColor { color: #8D96AD; }

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

This text font color is #8D96AD.


Background Color

.myBgColor { background-color: #8D96AD; }

<div style="background-color:#8D96AD">Inner text</div>

This div background color is #8D96AD.


Border color

.myBorderColor { border: 1px solid #8D96AD; }

<div style="border:3px solid #8D96AD">Div</div>

This div border color is #8D96AD.


Opacity

.myOpacity80 { color: #8D96AD; opacity: 0.8; }

<p style="color:#8D96AD;opacity:0.8;">80%</p>

Text with #8D96AD 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 #8D96AD;}

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

This text has shadow with #8D96AD color.

.textShadow {text-shadow: 3px 3px 1px #8D96AD, 3px 3px 1px red;}

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

This text has shadow with #8D96AD primary color and red secondary color.


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

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

This text has shadow with #8D96AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D96AD on black background.


Color preview on white background

This text has color #8D96AD on white background.



Black color preview on #8D96AD background

This text has black color on #8D96AD background.


White color preview on #8D96AD background

This text has white color on #8D96AD background.