COLOR #9A8EC7

HEX: #9A8EC7 RGB: (154,142,199)

Color info

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

RGB color model

#9A8EC7 color RGB value is (154,142,199).

RGB: (154,142,199) (60%, 56%, 78%)

RGB channels and saturation

R 154 of 255 = 60%
G 142 of 255 = 56%
B 199 of 255 = 78%

154
142
199

R + G + B ~ 65%. #9A8EC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 142 + 199 = 495 (100%)
R 154 of 495 ~ 31.11%
G 142 of 495 ~ 28.69%
B 199 of 495 ~ 40.2'%

%31.11
%28.69
%40.2

CMYK color model

#9A8EC7 color CMYK value is (23,29,0,22).

  • cyan value is 22.61%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (23,29,0,22)
C23M29Y0K22 (23%, 29%, 0%, 22%)
(0.23 / 0.29 / 0.00 / 0.22)

CMYK percentages

%22.61
%28.64
%0
%21.96

Codes

Color #9A8EC7 in popluar color models

9A 8E C7
RGB 154 142 199
HSL 253° 33.73% 66.86%
HSB/HSV 253° 28.64% 78.04%
CMYK 22.61% 28.64% 0.00%
21.96%

Color #9A8EC7 in popluar number systems.

HEX 9A 8E C7
Decimal 154 142 199
Binary 10011010 10001110 11000111
Octal 232 216 307

Shades and tints

Shades of #9A8EC7

#9A8EC7
(154,142,199)
#8C82B5
(140,130,181)
#7E76A3
(126,118,163)
#706A91
(112,106,145)
#625E7F
(98,94,127)
#54526D
(84,82,109)
#46465B
(70,70,91)
#383A49
(56,58,73)
#2A2E37
(42,46,55)
#1C2225
(28,34,37)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #9A8EC7

#9A8EC7
(154,142,199)
#A398CC
(163,152,204)
#ACA2D1
(172,162,209)
#B5ACD6
(181,172,214)
#BEB6DB
(190,182,219)
#C7C0E0
(199,192,224)
#D0CAE5
(208,202,229)
#D9D4EA
(217,212,234)
#E2DEEF
(226,222,239)
#EBE8F4
(235,232,244)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A8EC7; }

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

This text font color is #9A8EC7.

Background Color

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

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

This div background color is #9A8EC7.

Border color

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

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

This div border color is #9A8EC7.

Opacity

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

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

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

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

This text has shadow with #9A8EC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A8EC7.

Preview

Color preview on black background

This text has color #9A8EC7 on black background.


Color preview on white background

This text has color #9A8EC7 on white background.


Black color preview on #9A8EC7 background

This text has black color on #9A8EC7 background.


White color preview on #9A8EC7 background

This text has white color on #9A8EC7 background.


Related colors

Complementary color

Complementary color for #hex is #657138.


I love getcolorcode.com

Triadic colors

1 #C79A8E and #8EC79A with #9A8EC7 are triadic colors.

2 #C78E9A and #8E9AC7 with #9A8EC7 are triadic colors.