COLOR #8C93AD

HEX: #8C93AD RGB: (140,147,173)

Color info

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

RGB color model

#8C93AD color RGB value is (140,147,173).

RGB: (140,147,173) (55%, 58%, 68%)

RGB channels and saturation

R 140 of 255 = 55%
G 147 of 255 = 58%
B 173 of 255 = 68%

140
147
173

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

Portions of RGB colors in percentages

R + G + B = 140 + 147 + 173 = 460 (100%)
R 140 of 460 ~ 30.43%
G 147 of 460 ~ 31.96%
B 173 of 460 ~ 37.61'%

%30.43
%31.96
%37.61

CMYK color model

#8C93AD color CMYK value is (19,15,0,32).

  • cyan value is 19.08%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (19,15,0,32) C19M15Y0K32 (19%,15%,0%,32%) (0.19/0.15/0.00/0.32) 

CMYK percentages

%19.08
%15.03
%0
%32.16

Codes

Color #8C93AD in popluar color models

8C 93 AD
RGB 140 147 173
HSL 227° 16.75% 61.37%
HSB/HSV 227° 19.08% 67.84%
CMYK 19.08% 15.03% 0.00%
32.16%

Color #8C93AD in popluar number systems.

HEX 8C 93 AD
Decimal 140 147 173
Binary 10001100 10010011 10101101
Octal 214 223 255

Shades and tints

Shades of #8C93AD

#8C93AD
(140,147,173)
#80869E
(128,134,158)
#74798F
(116,121,143)
#686C80
(104,108,128)
#5C5F71
(92,95,113)
#505262
(80,82,98)
#444553
(68,69,83)
#383844
(56,56,68)
#2C2B35
(44,43,53)
#201E26
(32,30,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #8C93AD

#8C93AD
(140,147,173)
#969CB4
(150,156,180)
#A0A5BB
(160,165,187)
#AAAEC2
(170,174,194)
#B4B7C9
(180,183,201)
#BEC0D0
(190,192,208)
#C8C9D7
(200,201,215)
#D2D2DE
(210,210,222)
#DCDBE5
(220,219,229)
#E6E4EC
(230,228,236)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C93AD color. Also use rgb(140,147,173) instead hex code.

Text Font Color

.myTextColor { color: #8C93AD; }

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

This text font color is #8C93AD.

Background Color

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

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

This div background color is #8C93AD.

Border color

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

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

This div border color is #8C93AD.

Opacity

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

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

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

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

This text has shadow with #8C93AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C93AD.

Preview

Color preview on black background

This text has color #8C93AD on black background.


Color preview on white background

This text has color #8C93AD on white background.


Black color preview on #8C93AD background

This text has black color on #8C93AD background.


White color preview on #8C93AD background

This text has white color on #8C93AD background.


Related colors

Complementary color

Complementary color for #hex is #736C52.


I love getcolorcode.com

Triadic colors

1 #AD8C93 and #93AD8C with #8C93AD are triadic colors.

2 #AD938C and #938CAD with #8C93AD are triadic colors.