COLOR #8A98BD

HEX: #8A98BD RGB: (138,152,189)

Color info

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

RGB color model

#8A98BD color RGB value is (138,152,189).

RGB: (138,152,189) (54%, 60%, 74%)

RGB channels and saturation

R 138 of 255 = 54%
G 152 of 255 = 60%
B 189 of 255 = 74%

138
152
189

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

Portions of RGB colors in percentages

R + G + B = 138 + 152 + 189 = 479 (100%)
R 138 of 479 ~ 28.81%
G 152 of 479 ~ 31.73%
B 189 of 479 ~ 39.46'%

%28.81
%31.73
%39.46

CMYK color model

#8A98BD color CMYK value is (27,20,0,26).

  • cyan value is 26.98%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (27,20,0,26) C27M20Y0K26 (27%,20%,0%,26%) (0.27/0.20/0.00/0.26) 

CMYK percentages

%26.98
%19.58
%0
%25.88

Codes

Color #8A98BD in popluar color models

8A 98 BD
RGB 138 152 189
HSL 224° 27.87% 64.12%
HSB/HSV 224° 26.98% 74.12%
CMYK 26.98% 19.58% 0.00%
25.88%

Color #8A98BD in popluar number systems.

HEX 8A 98 BD
Decimal 138 152 189
Binary 10001010 10011000 10111101
Octal 212 230 275

Shades and tints

Shades of #8A98BD

#8A98BD
(138,152,189)
#7E8BAC
(126,139,172)
#727E9B
(114,126,155)
#66718A
(102,113,138)
#5A6479
(90,100,121)
#4E5768
(78,87,104)
#424A57
(66,74,87)
#363D46
(54,61,70)
#2A3035
(42,48,53)
#1E2324
(30,35,36)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #8A98BD

#8A98BD
(138,152,189)
#94A1C3
(148,161,195)
#9EAAC9
(158,170,201)
#A8B3CF
(168,179,207)
#B2BCD5
(178,188,213)
#BCC5DB
(188,197,219)
#C6CEE1
(198,206,225)
#D0D7E7
(208,215,231)
#DAE0ED
(218,224,237)
#E4E9F3
(228,233,243)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A98BD; }

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

This text font color is #8A98BD.

Background Color

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

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

This div background color is #8A98BD.

Border color

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

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

This div border color is #8A98BD.

Opacity

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

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

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

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

This text has shadow with #8A98BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A98BD.

Preview

Color preview on black background

This text has color #8A98BD on black background.


Color preview on white background

This text has color #8A98BD on white background.


Black color preview on #8A98BD background

This text has black color on #8A98BD background.


White color preview on #8A98BD background

This text has white color on #8A98BD background.


Related colors

Complementary color

Complementary color for #hex is #756742.


I love getcolorcode.com

Triadic colors

1 #BD8A98 and #98BD8A with #8A98BD are triadic colors.

2 #BD988A and #988ABD with #8A98BD are triadic colors.