COLOR #9A8EB6

HEX: #9A8EB6
RGB: (154,142,182)

Color info

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

RGB color model

#9A8EB6 color RGB value is (154,142,182).

  • red value is 154;
  • green value is 142;
  • blue value is 182.
RGB:
(154,142,182)
(60%,56%,71%)

RGB channels and saturation

R 154 of 255 = 60%
G 142 of 255 = 56%
B 182 of 255 = 71%

154
142
182

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

Portions of RGB colors in percentages

R + G + B =
154 + 142 + 182 = 478 (100%)
R 154 of 478 ~ 32.22%
G 142 of 478 ~ 29.71%
B 182 of 478 ~ 38.08%

%32.22
%29.71
%38.08

CMYK color model

#9A8EB6 color CMYK value is (15,22,0,29).

  • cyan value is 15.38%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(15,22,0,29)
C15M22Y0K29 
(15%,22%,0%,29%)
(0.15/0.22/0.00/0.29)	

CMYK percentages

%15.38
%21.98
%0
%28.63

Codes

Color #9A8EB6 in popluar color models

9A8EB6
RGB154142182
HSL258°21.51%63.53%
HSB/HSV258°21.98%71.37%
CMYK15.38%21.98%0.00%
28.63%

Color #9A8EB6 in popluar number systems.

HEX9A8EB6
Decimal154142182
Binary100110101000111010110110
Octal232216266

Shades and tints

Shades of #9A8EB6

#9A8EB6
(154,142,182)
#8C82A6
(140,130,166)
#7E7696
(126,118,150)
#706A86
(112,106,134)
#625E76
(98,94,118)
#545266
(84,82,102)
#464656
(70,70,86)
#383A46
(56,58,70)
#2A2E36
(42,46,54)
#1C2226
(28,34,38)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #9A8EB6

#9A8EB6
(154,142,182)
#A398BC
(163,152,188)
#ACA2C2
(172,162,194)
#B5ACC8
(181,172,200)
#BEB6CE
(190,182,206)
#C7C0D4
(199,192,212)
#D0CADA
(208,202,218)
#D9D4E0
(217,212,224)
#E2DEE6
(226,222,230)
#EBE8EC
(235,232,236)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A8EB6; }

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

This text font color is #9A8EB6.


Background Color

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

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

This div background color is #9A8EB6.


Border color

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

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

This div border color is #9A8EB6.


Opacity

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

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

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

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

This text has shadow with #9A8EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A8EB6 on black background.


Color preview on white background

This text has color #9A8EB6 on white background.



Black color preview on #9A8EB6 background

This text has black color on #9A8EB6 background.


White color preview on #9A8EB6 background

This text has white color on #9A8EB6 background.