COLOR #9C8ABB

HEX: #9C8ABB RGB: (156,138,187)

Color info

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

RGB color model

#9C8ABB color RGB value is (156,138,187).

RGB: (156,138,187) (61%, 54%, 73%)

RGB channels and saturation

R 156 of 255 = 61%
G 138 of 255 = 54%
B 187 of 255 = 73%

156
138
187

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

Portions of RGB colors in percentages

R + G + B = 156 + 138 + 187 = 481 (100%)
R 156 of 481 ~ 32.43%
G 138 of 481 ~ 28.69%
B 187 of 481 ~ 38.88'%

%32.43
%28.69
%38.88

CMYK color model

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

  • cyan value is 16.58%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (17,26,0,27) C17M26Y0K27 (17%,26%,0%,27%) (0.17/0.26/0.00/0.27) 

CMYK percentages

%16.58
%26.2
%0
%26.67

Codes

Color #9C8ABB in popluar color models

9C 8A BB
RGB 156 138 187
HSL 262° 26.49% 63.73%
HSB/HSV 262° 26.20% 73.33%
CMYK 16.58% 26.20% 0.00%
26.67%

Color #9C8ABB in popluar number systems.

HEX 9C 8A BB
Decimal 156 138 187
Binary 10011100 10001010 10111011
Octal 234 212 273

Shades and tints

Shades of #9C8ABB

#9C8ABB
(156,138,187)
#8E7EAA
(142,126,170)
#807299
(128,114,153)
#726688
(114,102,136)
#645A77
(100,90,119)
#564E66
(86,78,102)
#484255
(72,66,85)
#3A3644
(58,54,68)
#2C2A33
(44,42,51)
#1E1E22
(30,30,34)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #9C8ABB

#9C8ABB
(156,138,187)
#A594C1
(165,148,193)
#AE9EC7
(174,158,199)
#B7A8CD
(183,168,205)
#C0B2D3
(192,178,211)
#C9BCD9
(201,188,217)
#D2C6DF
(210,198,223)
#DBD0E5
(219,208,229)
#E4DAEB
(228,218,235)
#EDE4F1
(237,228,241)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8ABB; }

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

This text font color is #9C8ABB.

Background Color

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

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

This div background color is #9C8ABB.

Border color

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

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

This div border color is #9C8ABB.

Opacity

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

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

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

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

This text has shadow with #9C8ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8ABB.

Preview

Color preview on black background

This text has color #9C8ABB on black background.


Color preview on white background

This text has color #9C8ABB on white background.


Black color preview on #9C8ABB background

This text has black color on #9C8ABB background.


White color preview on #9C8ABB background

This text has white color on #9C8ABB background.


Related colors

Complementary color

Complementary color for #hex is #637544.


I love getcolorcode.com

Triadic colors

1 #BB9C8A and #8ABB9C with #9C8ABB are triadic colors.

2 #BB8A9C and #8A9CBB with #9C8ABB are triadic colors.