COLOR #9A8DBA

HEX: #9A8DBA
RGB: (154,141,186)

Color info

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

RGB color model

#9A8DBA color RGB value is (154,141,186).

  • red value is 154;
  • green value is 141;
  • blue value is 186.
RGB:
(154,141,186)
(60%,55%,73%)

RGB channels and saturation

R 154 of 255 = 60%
G 141 of 255 = 55%
B 186 of 255 = 73%

154
141
186

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

Portions of RGB colors in percentages

R + G + B =
154 + 141 + 186 = 481 (100%)
R 154 of 481 ~ 32.02%
G 141 of 481 ~ 29.31%
B 186 of 481 ~ 38.67%

%32.02
%29.31
%38.67

CMYK color model

#9A8DBA color CMYK value is (17,24,0,27).

  • cyan value is 17.20%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(17,24,0,27)
C17M24Y0K27 
(17%,24%,0%,27%)
(0.17/0.24/0.00/0.27)	

CMYK percentages

%17.2
%24.19
%0
%27.06

Codes

Color #9A8DBA in popluar color models

9A8DBA
RGB154141186
HSL257°24.59%64.12%
HSB/HSV257°24.19%72.94%
CMYK17.20%24.19%0.00%
27.06%

Color #9A8DBA in popluar number systems.

HEX9A8DBA
Decimal154141186
Binary100110101000110110111010
Octal232215272

Shades and tints

Shades of #9A8DBA

#9A8DBA
(154,141,186)
#8C81AA
(140,129,170)
#7E759A
(126,117,154)
#70698A
(112,105,138)
#625D7A
(98,93,122)
#54516A
(84,81,106)
#46455A
(70,69,90)
#38394A
(56,57,74)
#2A2D3A
(42,45,58)
#1C212A
(28,33,42)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #9A8DBA

#9A8DBA
(154,141,186)
#A397C0
(163,151,192)
#ACA1C6
(172,161,198)
#B5ABCC
(181,171,204)
#BEB5D2
(190,181,210)
#C7BFD8
(199,191,216)
#D0C9DE
(208,201,222)
#D9D3E4
(217,211,228)
#E2DDEA
(226,221,234)
#EBE7F0
(235,231,240)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A8DBA color. Also use rgb(154,141,186) instead hex code.

Text Font Color

.myTextColor { color: #9A8DBA; }

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

This text font color is #9A8DBA.


Background Color

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

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

This div background color is #9A8DBA.


Border color

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

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

This div border color is #9A8DBA.


Opacity

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

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

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

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

This text has shadow with #9A8DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A8DBA on black background.


Color preview on white background

This text has color #9A8DBA on white background.



Black color preview on #9A8DBA background

This text has black color on #9A8DBA background.


White color preview on #9A8DBA background

This text has white color on #9A8DBA background.