COLOR #9A8CB6

HEX: #9A8CB6 RGB: (154,140,182)

Color info

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

RGB color model

#9A8CB6 color RGB value is (154,140,182).

RGB: (154,140,182) (60%, 55%, 71%)

RGB channels and saturation

R 154 of 255 = 60%
G 140 of 255 = 55%
B 182 of 255 = 71%

154
140
182

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

Portions of RGB colors in percentages

R + G + B = 154 + 140 + 182 = 476 (100%)
R 154 of 476 ~ 32.35%
G 140 of 476 ~ 29.41%
B 182 of 476 ~ 38.24'%

%32.35
%29.41
%38.24

CMYK color model

#9A8CB6 color CMYK value is (15,23,0,29).

  • cyan value is 15.38%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (15,23,0,29)
C15M23Y0K29 (15%, 23%, 0%, 29%)
(0.15 / 0.23 / 0.00 / 0.29)

CMYK percentages

%15.38
%23.08
%0
%28.63

Codes

Color #9A8CB6 in popluar color models

9A 8C B6
RGB 154 140 182
HSL 260° 22.34% 63.14%
HSB/HSV 260° 23.08% 71.37%
CMYK 15.38% 23.08% 0.00%
28.63%

Color #9A8CB6 in popluar number systems.

HEX 9A 8C B6
Decimal 154 140 182
Binary 10011010 10001100 10110110
Octal 232 214 266

Shades and tints

Shades of #9A8CB6

#9A8CB6
(154,140,182)
#8C80A6
(140,128,166)
#7E7496
(126,116,150)
#706886
(112,104,134)
#625C76
(98,92,118)
#545066
(84,80,102)
#464456
(70,68,86)
#383846
(56,56,70)
#2A2C36
(42,44,54)
#1C2026
(28,32,38)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #9A8CB6

#9A8CB6
(154,140,182)
#A396BC
(163,150,188)
#ACA0C2
(172,160,194)
#B5AAC8
(181,170,200)
#BEB4CE
(190,180,206)
#C7BED4
(199,190,212)
#D0C8DA
(208,200,218)
#D9D2E0
(217,210,224)
#E2DCE6
(226,220,230)
#EBE6EC
(235,230,236)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A8CB6 color. Also use rgb(154,140,182) instead hex code.

Text Font Color

.myTextColor { color: #9A8CB6; }

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

This text font color is #9A8CB6.

Background Color

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

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

This div background color is #9A8CB6.

Border color

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

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

This div border color is #9A8CB6.

Opacity

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

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

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

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

This text has shadow with #9A8CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A8CB6.

Preview

Color preview on black background

This text has color #9A8CB6 on black background.


Color preview on white background

This text has color #9A8CB6 on white background.


Black color preview on #9A8CB6 background

This text has black color on #9A8CB6 background.


White color preview on #9A8CB6 background

This text has white color on #9A8CB6 background.


Related colors

Complementary color

Complementary color for #hex is #657349.


I love getcolorcode.com

Triadic colors

1 #B69A8C and #8CB69A with #9A8CB6 are triadic colors.

2 #B68C9A and #8C9AB6 with #9A8CB6 are triadic colors.