COLOR #9C8ABD

HEX: #9C8ABD
RGB: (156,138,189)

Color info

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

RGB color model

#9C8ABD color RGB value is (156,138,189).

  • red value is 156;
  • green value is 138;
  • blue value is 189.
RGB:
(156,138,189)
(61%,54%,74%)

RGB channels and saturation

R 156 of 255 = 61%
G 138 of 255 = 54%
B 189 of 255 = 74%

156
138
189

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

Portions of RGB colors in percentages

R + G + B =
156 + 138 + 189 = 483 (100%)
R 156 of 483 ~ 32.3%
G 138 of 483 ~ 28.57%
B 189 of 483 ~ 39.13%

%32.3
%28.57
%39.13

CMYK color model

#9C8ABD color CMYK value is (17,27,0,26).

  • cyan value is 17.46%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(17,27,0,26)
C17M27Y0K26 
(17%,27%,0%,26%)
(0.17/0.27/0.00/0.26)	

CMYK percentages

%17.46
%26.98
%0
%25.88

Codes

Color #9C8ABD in popluar color models

9C8ABD
RGB156138189
HSL261°27.87%64.12%
HSB/HSV261°26.98%74.12%
CMYK17.46%26.98%0.00%
25.88%

Color #9C8ABD in popluar number systems.

HEX9C8ABD
Decimal156138189
Binary100111001000101010111101
Octal234212275

Shades and tints

Shades of #9C8ABD

#9C8ABD
(156,138,189)
#8E7EAC
(142,126,172)
#80729B
(128,114,155)
#72668A
(114,102,138)
#645A79
(100,90,121)
#564E68
(86,78,104)
#484257
(72,66,87)
#3A3646
(58,54,70)
#2C2A35
(44,42,53)
#1E1E24
(30,30,36)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #9C8ABD

#9C8ABD
(156,138,189)
#A594C3
(165,148,195)
#AE9EC9
(174,158,201)
#B7A8CF
(183,168,207)
#C0B2D5
(192,178,213)
#C9BCDB
(201,188,219)
#D2C6E1
(210,198,225)
#DBD0E7
(219,208,231)
#E4DAED
(228,218,237)
#EDE4F3
(237,228,243)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8ABD color. Also use rgb(156,138,189) instead hex code.

Text Font Color

.myTextColor { color: #9C8ABD; }

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

This text font color is #9C8ABD.


Background Color

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

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

This div background color is #9C8ABD.


Border color

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

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

This div border color is #9C8ABD.


Opacity

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

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

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

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

This text has shadow with #9C8ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8ABD on black background.


Color preview on white background

This text has color #9C8ABD on white background.



Black color preview on #9C8ABD background

This text has black color on #9C8ABD background.


White color preview on #9C8ABD background

This text has white color on #9C8ABD background.