COLOR #8C95AC

HEX: #8C95AC
RGB: (140,149,172)

Color info

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

RGB color model

#8C95AC color RGB value is (140,149,172).

  • red value is 140;
  • green value is 149;
  • blue value is 172.
RGB:
(140,149,172)
(55%,58%,67%)

RGB channels and saturation

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

140
149
172

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

Portions of RGB colors in percentages

R + G + B =
140 + 149 + 172 = 461 (100%)
R 140 of 461 ~ 30.37%
G 149 of 461 ~ 32.32%
B 172 of 461 ~ 37.31%

%30.37
%32.32
%37.31

CMYK color model

#8C95AC color CMYK value is (19,13,0,33).

  • cyan value is 18.60%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(19,13,0,33)
C19M13Y0K33 
(19%,13%,0%,33%)
(0.19/0.13/0.00/0.33)	

CMYK percentages

%18.6
%13.37
%0
%32.55

Codes

Color #8C95AC in popluar color models

8C95AC
RGB140149172
HSL223°16.16%61.18%
HSB/HSV223°18.60%67.45%
CMYK18.60%13.37%0.00%
32.55%

Color #8C95AC in popluar number systems.

HEX8C95AC
Decimal140149172
Binary100011001001010110101100
Octal214225254

Shades and tints

Shades of #8C95AC

#8C95AC
(140,149,172)
#80889D
(128,136,157)
#747B8E
(116,123,142)
#686E7F
(104,110,127)
#5C6170
(92,97,112)
#505461
(80,84,97)
#444752
(68,71,82)
#383A43
(56,58,67)
#2C2D34
(44,45,52)
#202025
(32,32,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #8C95AC

#8C95AC
(140,149,172)
#969EB3
(150,158,179)
#A0A7BA
(160,167,186)
#AAB0C1
(170,176,193)
#B4B9C8
(180,185,200)
#BEC2CF
(190,194,207)
#C8CBD6
(200,203,214)
#D2D4DD
(210,212,221)
#DCDDE4
(220,221,228)
#E6E6EB
(230,230,235)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C95AC; }

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

This text font color is #8C95AC.


Background Color

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

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

This div background color is #8C95AC.


Border color

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

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

This div border color is #8C95AC.


Opacity

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

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

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

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

This text has shadow with #8C95AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C95AC on black background.


Color preview on white background

This text has color #8C95AC on white background.



Black color preview on #8C95AC background

This text has black color on #8C95AC background.


White color preview on #8C95AC background

This text has white color on #8C95AC background.