COLOR #9C8ABE

HEX: #9C8ABE RGB: (156,138,190)

Color info

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

RGB color model

#9C8ABE color RGB value is (156,138,190).

RGB: (156,138,190) (61%, 54%, 75%)

RGB channels and saturation

R 156 of 255 = 61%
G 138 of 255 = 54%
B 190 of 255 = 75%

156
138
190

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

Portions of RGB colors in percentages

R + G + B = 156 + 138 + 190 = 484 (100%)
R 156 of 484 ~ 32.23%
G 138 of 484 ~ 28.51%
B 190 of 484 ~ 39.26'%

%32.23
%28.51
%39.26

CMYK color model

#9C8ABE color CMYK value is (18,27,0,25).

  • cyan value is 17.89%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (18,27,0,25)
C18M27Y0K25 (18%, 27%, 0%, 25%)
(0.18 / 0.27 / 0.00 / 0.25)

CMYK percentages

%17.89
%27.37
%0
%25.49

Codes

Color #9C8ABE in popluar color models

9C 8A BE
RGB 156 138 190
HSL 261° 28.57% 64.31%
HSB/HSV 261° 27.37% 74.51%
CMYK 17.89% 27.37% 0.00%
25.49%

Color #9C8ABE in popluar number systems.

HEX 9C 8A BE
Decimal 156 138 190
Binary 10011100 10001010 10111110
Octal 234 212 276

Shades and tints

Shades of #9C8ABE

#9C8ABE
(156,138,190)
#8E7EAD
(142,126,173)
#80729C
(128,114,156)
#72668B
(114,102,139)
#645A7A
(100,90,122)
#564E69
(86,78,105)
#484258
(72,66,88)
#3A3647
(58,54,71)
#2C2A36
(44,42,54)
#1E1E25
(30,30,37)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #9C8ABE

#9C8ABE
(156,138,190)
#A594C3
(165,148,195)
#AE9EC8
(174,158,200)
#B7A8CD
(183,168,205)
#C0B2D2
(192,178,210)
#C9BCD7
(201,188,215)
#D2C6DC
(210,198,220)
#DBD0E1
(219,208,225)
#E4DAE6
(228,218,230)
#EDE4EB
(237,228,235)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8ABE; }

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

This text font color is #9C8ABE.

Background Color

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

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

This div background color is #9C8ABE.

Border color

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

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

This div border color is #9C8ABE.

Opacity

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

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

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

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

This text has shadow with #9C8ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C8ABE.

Preview

Color preview on black background

This text has color #9C8ABE on black background.


Color preview on white background

This text has color #9C8ABE on white background.


Black color preview on #9C8ABE background

This text has black color on #9C8ABE background.


White color preview on #9C8ABE background

This text has white color on #9C8ABE background.


Related colors

Complementary color

Complementary color for #hex is #637541.


I love getcolorcode.com

Triadic colors

1 #BE9C8A and #8ABE9C with #9C8ABE are triadic colors.

2 #BE8A9C and #8A9CBE with #9C8ABE are triadic colors.