COLOR #9C8EB7

HEX: #9C8EB7
RGB: (156,142,183)

Color info

#9C8EB7 contains red, green and blue colors in about the same proportion. Web safe color of #9C8EB7 is #9999CC (or #99C).

RGB color model

#9C8EB7 color RGB value is (156,142,183).

  • red value is 156;
  • green value is 142;
  • blue value is 183.
RGB:
(156,142,183)
(61%,56%,72%)

RGB channels and saturation

R 156 of 255 = 61%
G 142 of 255 = 56%
B 183 of 255 = 72%

156
142
183

R + G + B ~ 63%. #9C8EB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 142 + 183 = 481 (100%)
R 156 of 481 ~ 32.43%
G 142 of 481 ~ 29.52%
B 183 of 481 ~ 38.05%

%32.43
%29.52
%38.05

CMYK color model

#9C8EB7 color CMYK value is (15,22,0,28).

  • cyan value is 14.75%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(15,22,0,28)
C15M22Y0K28 
(15%,22%,0%,28%)
(0.15/0.22/0.00/0.28)	

CMYK percentages

%14.75
%22.4
%0
%28.24

Codes

Color #9C8EB7 in popluar color models

9C8EB7
RGB156142183
HSL260°22.16%63.73%
HSB/HSV260°22.40%71.76%
CMYK14.75%22.40%0.00%
28.24%

Color #9C8EB7 in popluar number systems.

HEX9C8EB7
Decimal156142183
Binary100111001000111010110111
Octal234216267

Shades and tints

Shades of #9C8EB7

#9C8EB7
(156,142,183)
#8E82A7
(142,130,167)
#807697
(128,118,151)
#726A87
(114,106,135)
#645E77
(100,94,119)
#565267
(86,82,103)
#484657
(72,70,87)
#3A3A47
(58,58,71)
#2C2E37
(44,46,55)
#1E2227
(30,34,39)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #9C8EB7

#9C8EB7
(156,142,183)
#A598BD
(165,152,189)
#AEA2C3
(174,162,195)
#B7ACC9
(183,172,201)
#C0B6CF
(192,182,207)
#C9C0D5
(201,192,213)
#D2CADB
(210,202,219)
#DBD4E1
(219,212,225)
#E4DEE7
(228,222,231)
#EDE8ED
(237,232,237)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8EB7; }

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

This text font color is #9C8EB7.


Background Color

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

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

This div background color is #9C8EB7.


Border color

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

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

This div border color is #9C8EB7.


Opacity

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

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

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

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

This text has shadow with #9C8EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8EB7 on black background.


Color preview on white background

This text has color #9C8EB7 on white background.



Black color preview on #9C8EB7 background

This text has black color on #9C8EB7 background.


White color preview on #9C8EB7 background

This text has white color on #9C8EB7 background.