COLOR #9A8EBB

HEX: #9A8EBB
RGB: (154,142,187)

Color info

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

RGB color model

#9A8EBB color RGB value is (154,142,187).

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

RGB channels and saturation

R 154 of 255 = 60%
G 142 of 255 = 56%
B 187 of 255 = 73%

154
142
187

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

Portions of RGB colors in percentages

R + G + B =
154 + 142 + 187 = 483 (100%)
R 154 of 483 ~ 31.88%
G 142 of 483 ~ 29.4%
B 187 of 483 ~ 38.72%

%31.88
%29.4
%38.72

CMYK color model

#9A8EBB color CMYK value is (18,24,0,27).

  • cyan value is 17.65%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(18,24,0,27)
C18M24Y0K27 
(18%,24%,0%,27%)
(0.18/0.24/0.00/0.27)	

CMYK percentages

%17.65
%24.06
%0
%26.67

Codes

Color #9A8EBB in popluar color models

9A8EBB
RGB154142187
HSL256°24.86%64.51%
HSB/HSV256°24.06%73.33%
CMYK17.65%24.06%0.00%
26.67%

Color #9A8EBB in popluar number systems.

HEX9A8EBB
Decimal154142187
Binary100110101000111010111011
Octal232216273

Shades and tints

Shades of #9A8EBB

#9A8EBB
(154,142,187)
#8C82AA
(140,130,170)
#7E7699
(126,118,153)
#706A88
(112,106,136)
#625E77
(98,94,119)
#545266
(84,82,102)
#464655
(70,70,85)
#383A44
(56,58,68)
#2A2E33
(42,46,51)
#1C2222
(28,34,34)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #9A8EBB

#9A8EBB
(154,142,187)
#A398C1
(163,152,193)
#ACA2C7
(172,162,199)
#B5ACCD
(181,172,205)
#BEB6D3
(190,182,211)
#C7C0D9
(199,192,217)
#D0CADF
(208,202,223)
#D9D4E5
(217,212,229)
#E2DEEB
(226,222,235)
#EBE8F1
(235,232,241)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A8EBB; }

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

This text font color is #9A8EBB.


Background Color

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

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

This div background color is #9A8EBB.


Border color

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

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

This div border color is #9A8EBB.


Opacity

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

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

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

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

This text has shadow with #9A8EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A8EBB on black background.


Color preview on white background

This text has color #9A8EBB on white background.



Black color preview on #9A8EBB background

This text has black color on #9A8EBB background.


White color preview on #9A8EBB background

This text has white color on #9A8EBB background.