COLOR #9A8EAD

HEX: #9A8EAD
RGB: (154,142,173)

Color info

#9A8EAD contains red, green and blue colors in about the same proportion. Web safe color of #9A8EAD is #999999 (or #999).

RGB color model

#9A8EAD color RGB value is (154,142,173).

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

RGB channels and saturation

R 154 of 255 = 60%
G 142 of 255 = 56%
B 173 of 255 = 68%

154
142
173

R + G + B ~ 61%. #9A8EAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 142 + 173 = 469 (100%)
R 154 of 469 ~ 32.84%
G 142 of 469 ~ 30.28%
B 173 of 469 ~ 36.89%

%32.84
%30.28
%36.89

CMYK color model

#9A8EAD color CMYK value is (11,18,0,32).

  • cyan value is 10.98%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(11,18,0,32)
C11M18Y0K32 
(11%,18%,0%,32%)
(0.11/0.18/0.00/0.32)	

CMYK percentages

%10.98
%17.92
%0
%32.16

Codes

Color #9A8EAD in popluar color models

9A8EAD
RGB154142173
HSL263°15.90%61.76%
HSB/HSV263°17.92%67.84%
CMYK10.98%17.92%0.00%
32.16%

Color #9A8EAD in popluar number systems.

HEX9A8EAD
Decimal154142173
Binary100110101000111010101101
Octal232216255

Shades and tints

Shades of #9A8EAD

#9A8EAD
(154,142,173)
#8C829E
(140,130,158)
#7E768F
(126,118,143)
#706A80
(112,106,128)
#625E71
(98,94,113)
#545262
(84,82,98)
#464653
(70,70,83)
#383A44
(56,58,68)
#2A2E35
(42,46,53)
#1C2226
(28,34,38)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #9A8EAD

#9A8EAD
(154,142,173)
#A398B4
(163,152,180)
#ACA2BB
(172,162,187)
#B5ACC2
(181,172,194)
#BEB6C9
(190,182,201)
#C7C0D0
(199,192,208)
#D0CAD7
(208,202,215)
#D9D4DE
(217,212,222)
#E2DEE5
(226,222,229)
#EBE8EC
(235,232,236)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A8EAD; }

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

This text font color is #9A8EAD.


Background Color

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

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

This div background color is #9A8EAD.


Border color

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

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

This div border color is #9A8EAD.


Opacity

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

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

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

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

This text has shadow with #9A8EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A8EAD on black background.


Color preview on white background

This text has color #9A8EAD on white background.



Black color preview on #9A8EAD background

This text has black color on #9A8EAD background.


White color preview on #9A8EAD background

This text has white color on #9A8EAD background.