COLOR #8A98BE

HEX: #8A98BE
RGB: (138,152,190)

Color info

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

RGB color model

#8A98BE color RGB value is (138,152,190).

  • red value is 138;
  • green value is 152;
  • blue value is 190.
RGB:
(138,152,190)
(54%,60%,75%)

RGB channels and saturation

R 138 of 255 = 54%
G 152 of 255 = 60%
B 190 of 255 = 75%

138
152
190

R + G + B ~ 63%. #8A98BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 152 + 190 = 480 (100%)
R 138 of 480 ~ 28.75%
G 152 of 480 ~ 31.67%
B 190 of 480 ~ 39.58%

%28.75
%31.67
%39.58

CMYK color model

#8A98BE color CMYK value is (27,20,0,25).

  • cyan value is 27.37%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(27,20,0,25)
C27M20Y0K25 
(27%,20%,0%,25%)
(0.27/0.20/0.00/0.25)	

CMYK percentages

%27.37
%20
%0
%25.49

Codes

Color #8A98BE in popluar color models

8A98BE
RGB138152190
HSL224°28.57%64.31%
HSB/HSV224°27.37%74.51%
CMYK27.37%20.00%0.00%
25.49%

Color #8A98BE in popluar number systems.

HEX8A98BE
Decimal138152190
Binary100010101001100010111110
Octal212230276

Shades and tints

Shades of #8A98BE

#8A98BE
(138,152,190)
#7E8BAD
(126,139,173)
#727E9C
(114,126,156)
#66718B
(102,113,139)
#5A647A
(90,100,122)
#4E5769
(78,87,105)
#424A58
(66,74,88)
#363D47
(54,61,71)
#2A3036
(42,48,54)
#1E2325
(30,35,37)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #8A98BE

#8A98BE
(138,152,190)
#94A1C3
(148,161,195)
#9EAAC8
(158,170,200)
#A8B3CD
(168,179,205)
#B2BCD2
(178,188,210)
#BCC5D7
(188,197,215)
#C6CEDC
(198,206,220)
#D0D7E1
(208,215,225)
#DAE0E6
(218,224,230)
#E4E9EB
(228,233,235)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A98BE color. Also use rgb(138,152,190) instead hex code.

Text Font Color

.myTextColor { color: #8A98BE; }

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

This text font color is #8A98BE.


Background Color

.myBgColor { background-color: #8A98BE; }

<div style="background-color:#8A98BE">Inner text</div>

This div background color is #8A98BE.


Border color

.myBorderColor { border: 1px solid #8A98BE; }

<div style="border:3px solid #8A98BE">Div</div>

This div border color is #8A98BE.


Opacity

.myOpacity80 { color: #8A98BE; opacity: 0.8; }

<p style="color:#8A98BE;opacity:0.8;">80%</p>

Text with #8A98BE 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 #8A98BE;}

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

This text has shadow with #8A98BE color.

.textShadow {text-shadow: 3px 3px 1px #8A98BE, 3px 3px 1px red;}

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

This text has shadow with #8A98BE primary color and red secondary color.


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

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

This text has shadow with #8A98BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A98BE on black background.


Color preview on white background

This text has color #8A98BE on white background.



Black color preview on #8A98BE background

This text has black color on #8A98BE background.


White color preview on #8A98BE background

This text has white color on #8A98BE background.