COLOR #9C8EAD

HEX: #9C8EAD RGB: (156,142,173)

Color info

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

RGB color model

#9C8EAD color RGB value is (156,142,173).

RGB: (156,142,173) (61%, 56%, 68%)

RGB channels and saturation

R 156 of 255 = 61%
G 142 of 255 = 56%
B 173 of 255 = 68%

156
142
173

R + G + B ~ 62%. #9C8EAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 142 + 173 = 471 (100%)
R 156 of 471 ~ 33.12%
G 142 of 471 ~ 30.15%
B 173 of 471 ~ 36.73'%

%33.12
%30.15
%36.73

CMYK color model

#9C8EAD color CMYK value is (10,18,0,32).

  • cyan value is 9.83%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (10,18,0,32)
C10M18Y0K32 (10%, 18%, 0%, 32%)
(0.10 / 0.18 / 0.00 / 0.32)

CMYK percentages

%9.83
%17.92
%0
%32.16

Codes

Color #9C8EAD in popluar color models

9C 8E AD
RGB 156 142 173
HSL 267° 15.90% 61.76%
HSB/HSV 267° 17.92% 67.84%
CMYK 9.83% 17.92% 0.00%
32.16%

Color #9C8EAD in popluar number systems.

HEX 9C 8E AD
Decimal 156 142 173
Binary 10011100 10001110 10101101
Octal 234 216 255

Shades and tints

Shades of #9C8EAD

#9C8EAD
(156,142,173)
#8E829E
(142,130,158)
#80768F
(128,118,143)
#726A80
(114,106,128)
#645E71
(100,94,113)
#565262
(86,82,98)
#484653
(72,70,83)
#3A3A44
(58,58,68)
#2C2E35
(44,46,53)
#1E2226
(30,34,38)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #9C8EAD

#9C8EAD
(156,142,173)
#A598B4
(165,152,180)
#AEA2BB
(174,162,187)
#B7ACC2
(183,172,194)
#C0B6C9
(192,182,201)
#C9C0D0
(201,192,208)
#D2CAD7
(210,202,215)
#DBD4DE
(219,212,222)
#E4DEE5
(228,222,229)
#EDE8EC
(237,232,236)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8EAD color. Also use rgb(156,142,173) instead hex code.

Text Font Color

.myTextColor { color: #9C8EAD; }

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

This text font color is #9C8EAD.

Background Color

.myBgColor { background-color: #9C8EAD; }

<div style="background-color:#9C8EAD">Inner text</div>

This div background color is #9C8EAD.

Border color

.myBorderColor { border: 1px solid #9C8EAD; }

<div style="border:3px solid #9C8EAD">Div</div>

This div border color is #9C8EAD.

Opacity

.myOpacity80 { color: #9C8EAD; opacity: 0.8; }

<p style="color:#9C8EAD;opacity:0.8;">80%</p>

Text with #9C8EAD 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 #9C8EAD;}

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

This text has shadow with #9C8EAD color.


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

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

This text has shadow with #9C8EAD primary color and red secondary color.


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

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

This text has shadow with #9C8EAD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9C8EAD.

Preview

Color preview on black background

This text has color #9C8EAD on black background.


Color preview on white background

This text has color #9C8EAD on white background.


Black color preview on #9C8EAD background

This text has black color on #9C8EAD background.


White color preview on #9C8EAD background

This text has white color on #9C8EAD background.


Related colors

Complementary color

Complementary color for #hex is #637152.


I love getcolorcode.com

Triadic colors

1 #AD9C8E and #8EAD9C with #9C8EAD are triadic colors.

2 #AD8E9C and #8E9CAD with #9C8EAD are triadic colors.