COLOR #8C95AA

HEX: #8C95AA RGB: (140,149,170)

Color info

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

RGB color model

#8C95AA color RGB value is (140,149,170).

RGB: (140,149,170) (55%, 58%, 67%)

RGB channels and saturation

R 140 of 255 = 55%
G 149 of 255 = 58%
B 170 of 255 = 67%

140
149
170

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

Portions of RGB colors in percentages

R + G + B = 140 + 149 + 170 = 459 (100%)
R 140 of 459 ~ 30.5%
G 149 of 459 ~ 32.46%
B 170 of 459 ~ 37.04'%

%30.5
%32.46
%37.04

CMYK color model

#8C95AA color CMYK value is (18,12,0,33).

  • cyan value is 17.65%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (18,12,0,33)
C18M12Y0K33 (18%, 12%, 0%, 33%)
(0.18 / 0.12 / 0.00 / 0.33)

CMYK percentages

%17.65
%12.35
%0
%33.33

Codes

Color #8C95AA in popluar color models

8C 95 AA
RGB 140 149 170
HSL 222° 15.00% 60.78%
HSB/HSV 222° 17.65% 66.67%
CMYK 17.65% 12.35% 0.00%
33.33%

Color #8C95AA in popluar number systems.

HEX 8C 95 AA
Decimal 140 149 170
Binary 10001100 10010101 10101010
Octal 214 225 252

Shades and tints

Shades of #8C95AA

#8C95AA
(140,149,170)
#80889B
(128,136,155)
#747B8C
(116,123,140)
#686E7D
(104,110,125)
#5C616E
(92,97,110)
#50545F
(80,84,95)
#444750
(68,71,80)
#383A41
(56,58,65)
#2C2D32
(44,45,50)
#202023
(32,32,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #8C95AA

#8C95AA
(140,149,170)
#969EB1
(150,158,177)
#A0A7B8
(160,167,184)
#AAB0BF
(170,176,191)
#B4B9C6
(180,185,198)
#BEC2CD
(190,194,205)
#C8CBD4
(200,203,212)
#D2D4DB
(210,212,219)
#DCDDE2
(220,221,226)
#E6E6E9
(230,230,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C95AA color. Also use rgb(140,149,170) instead hex code.

Text Font Color

.myTextColor { color: #8C95AA; }

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

This text font color is #8C95AA.

Background Color

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

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

This div background color is #8C95AA.

Border color

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

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

This div border color is #8C95AA.

Opacity

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

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

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

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

This text has shadow with #8C95AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C95AA.

Preview

Color preview on black background

This text has color #8C95AA on black background.


Color preview on white background

This text has color #8C95AA on white background.


Black color preview on #8C95AA background

This text has black color on #8C95AA background.


White color preview on #8C95AA background

This text has white color on #8C95AA background.


Related colors

Complementary color

Complementary color for #hex is #736A55.


I love getcolorcode.com

Triadic colors

1 #AA8C95 and #95AA8C with #8C95AA are triadic colors.

2 #AA958C and #958CAA with #8C95AA are triadic colors.