COLOR #8D97AE

HEX: #8D97AE
RGB: (141,151,174)

Color info

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

RGB color model

#8D97AE color RGB value is (141,151,174).

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

RGB channels and saturation

R 141 of 255 = 55%
G 151 of 255 = 59%
B 174 of 255 = 68%

141
151
174

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

Portions of RGB colors in percentages

R + G + B =
141 + 151 + 174 = 466 (100%)
R 141 of 466 ~ 30.26%
G 151 of 466 ~ 32.4%
B 174 of 466 ~ 37.34%

%30.26
%32.4
%37.34

CMYK color model

#8D97AE color CMYK value is (19,13,0,32).

  • cyan value is 18.97%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(19,13,0,32)
C19M13Y0K32 
(19%,13%,0%,32%)
(0.19/0.13/0.00/0.32)	

CMYK percentages

%18.97
%13.22
%0
%31.76

Codes

Color #8D97AE in popluar color models

8D97AE
RGB141151174
HSL222°16.92%61.76%
HSB/HSV222°18.97%68.24%
CMYK18.97%13.22%0.00%
31.76%

Color #8D97AE in popluar number systems.

HEX8D97AE
Decimal141151174
Binary100011011001011110101110
Octal215227256

Shades and tints

Shades of #8D97AE

#8D97AE
(141,151,174)
#818A9F
(129,138,159)
#757D90
(117,125,144)
#697081
(105,112,129)
#5D6372
(93,99,114)
#515663
(81,86,99)
#454954
(69,73,84)
#393C45
(57,60,69)
#2D2F36
(45,47,54)
#212227
(33,34,39)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #8D97AE

#8D97AE
(141,151,174)
#97A0B5
(151,160,181)
#A1A9BC
(161,169,188)
#ABB2C3
(171,178,195)
#B5BBCA
(181,187,202)
#BFC4D1
(191,196,209)
#C9CDD8
(201,205,216)
#D3D6DF
(211,214,223)
#DDDFE6
(221,223,230)
#E7E8ED
(231,232,237)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D97AE color. Also use rgb(141,151,174) instead hex code.

Text Font Color

.myTextColor { color: #8D97AE; }

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

This text font color is #8D97AE.


Background Color

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

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

This div background color is #8D97AE.


Border color

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

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

This div border color is #8D97AE.


Opacity

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

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

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

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

This text has shadow with #8D97AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D97AE on black background.


Color preview on white background

This text has color #8D97AE on white background.



Black color preview on #8D97AE background

This text has black color on #8D97AE background.


White color preview on #8D97AE background

This text has white color on #8D97AE background.