COLOR #8D95AE

HEX: #8D95AE RGB: (141,149,174)

Color info

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

RGB color model

#8D95AE color RGB value is (141,149,174).

RGB: (141,149,174) (55%, 58%, 68%)

RGB channels and saturation

R 141 of 255 = 55%
G 149 of 255 = 58%
B 174 of 255 = 68%

141
149
174

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

Portions of RGB colors in percentages

R + G + B = 141 + 149 + 174 = 464 (100%)
R 141 of 464 ~ 30.39%
G 149 of 464 ~ 32.11%
B 174 of 464 ~ 37.5'%

%30.39
%32.11
%37.5

CMYK color model

#8D95AE color CMYK value is (19,14,0,32).

  • cyan value is 18.97%
  • magenta value is 14.37%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (19,14,0,32)
C19M14Y0K32 (19%, 14%, 0%, 32%)
(0.19 / 0.14 / 0.00 / 0.32)

CMYK percentages

%18.97
%14.37
%0
%31.76

Codes

Color #8D95AE in popluar color models

8D 95 AE
RGB 141 149 174
HSL 225° 16.92% 61.76%
HSB/HSV 225° 18.97% 68.24%
CMYK 18.97% 14.37% 0.00%
31.76%

Color #8D95AE in popluar number systems.

HEX 8D 95 AE
Decimal 141 149 174
Binary 10001101 10010101 10101110
Octal 215 225 256

Shades and tints

Shades of #8D95AE

#8D95AE
(141,149,174)
#81889F
(129,136,159)
#757B90
(117,123,144)
#696E81
(105,110,129)
#5D6172
(93,97,114)
#515463
(81,84,99)
#454754
(69,71,84)
#393A45
(57,58,69)
#2D2D36
(45,45,54)
#212027
(33,32,39)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #8D95AE

#8D95AE
(141,149,174)
#979EB5
(151,158,181)
#A1A7BC
(161,167,188)
#ABB0C3
(171,176,195)
#B5B9CA
(181,185,202)
#BFC2D1
(191,194,209)
#C9CBD8
(201,203,216)
#D3D4DF
(211,212,223)
#DDDDE6
(221,221,230)
#E7E6ED
(231,230,237)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D95AE; }

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

This text font color is #8D95AE.

Background Color

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

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

This div background color is #8D95AE.

Border color

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

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

This div border color is #8D95AE.

Opacity

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

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

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

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

This text has shadow with #8D95AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D95AE.

Preview

Color preview on black background

This text has color #8D95AE on black background.


Color preview on white background

This text has color #8D95AE on white background.


Black color preview on #8D95AE background

This text has black color on #8D95AE background.


White color preview on #8D95AE background

This text has white color on #8D95AE background.


Related colors

Complementary color

Complementary color for #hex is #726A51.


I love getcolorcode.com

Triadic colors

1 #AE8D95 and #95AE8D with #8D95AE are triadic colors.

2 #AE958D and #958DAE with #8D95AE are triadic colors.