COLOR #98A6E9

HEX: #98A6E9
RGB: (152,166,233)

Color info

#98A6E9 contains mainly blue color. Web safe color of #98A6E9 is #9999FF (or #99F).

RGB color model

#98A6E9 color RGB value is (152,166,233).

  • red value is 152;
  • green value is 166;
  • blue value is 233.
RGB:
(152,166,233)
(60%,65%,91%)

RGB channels and saturation

R 152 of 255 = 60%
G 166 of 255 = 65%
B 233 of 255 = 91%

152
166
233

R + G + B ~ 72%. #98A6E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 166 + 233 = 551 (100%)
R 152 of 551 ~ 27.59%
G 166 of 551 ~ 30.13%
B 233 of 551 ~ 42.29%

%27.59
%30.13
%42.29

CMYK color model

#98A6E9 color CMYK value is (35,29,0,9).

  • cyan value is 34.76%
  • magenta value is 28.76%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(35,29,0,9)
C35M29Y0K9 
(35%,29%,0%,9%)
(0.35/0.29/0.00/0.09)	

CMYK percentages

%34.76
%28.76
%0
%8.63

Codes

Color #98A6E9 in popluar color models

98A6E9
RGB152166233
HSL230°64.80%75.49%
HSB/HSV230°34.76%91.37%
CMYK34.76%28.76%0.00%
8.63%

Color #98A6E9 in popluar number systems.

HEX98A6E9
Decimal152166233
Binary100110001010011011101001
Octal230246351

Shades and tints

Shades of #98A6E9

#98A6E9
(152,166,233)
#8B97D4
(139,151,212)
#7E88BF
(126,136,191)
#7179AA
(113,121,170)
#646A95
(100,106,149)
#575B80
(87,91,128)
#4A4C6B
(74,76,107)
#3D3D56
(61,61,86)
#302E41
(48,46,65)
#231F2C
(35,31,44)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #98A6E9

#98A6E9
(152,166,233)
#A1AEEB
(161,174,235)
#AAB6ED
(170,182,237)
#B3BEEF
(179,190,239)
#BCC6F1
(188,198,241)
#C5CEF3
(197,206,243)
#CED6F5
(206,214,245)
#D7DEF7
(215,222,247)
#E0E6F9
(224,230,249)
#E9EEFB
(233,238,251)
#F2F6FD
(242,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A6E9 color. Also use rgb(152,166,233) instead hex code.

Text Font Color

.myTextColor { color: #98A6E9; }

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

This text font color is #98A6E9.


Background Color

.myBgColor { background-color: #98A6E9; }

<div style="background-color:#98A6E9">Inner text</div>

This div background color is #98A6E9.


Border color

.myBorderColor { border: 1px solid #98A6E9; }

<div style="border:3px solid #98A6E9">Div</div>

This div border color is #98A6E9.


Opacity

.myOpacity80 { color: #98A6E9; opacity: 0.8; }

<p style="color:#98A6E9;opacity:0.8;">80%</p>

Text with #98A6E9 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 #98A6E9;}

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

This text has shadow with #98A6E9 color.

.textShadow {text-shadow: 3px 3px 1px #98A6E9, 3px 3px 1px red;}

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

This text has shadow with #98A6E9 primary color and red secondary color.


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

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

This text has shadow with #98A6E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A6E9 on black background.


Color preview on white background

This text has color #98A6E9 on white background.



Black color preview on #98A6E9 background

This text has black color on #98A6E9 background.


White color preview on #98A6E9 background

This text has white color on #98A6E9 background.