COLOR #98AFE7

HEX: #98AFE7
RGB: (152,175,231)

Color info

#98AFE7 contains mainly green and blue colors. Web safe color of #98AFE7 is #9999FF (or #99F).

RGB color model

#98AFE7 color RGB value is (152,175,231).

  • red value is 152;
  • green value is 175;
  • blue value is 231.
RGB:
(152,175,231)
(60%,69%,91%)

RGB channels and saturation

R 152 of 255 = 60%
G 175 of 255 = 69%
B 231 of 255 = 91%

152
175
231

R + G + B ~ 73%. #98AFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 175 + 231 = 558 (100%)
R 152 of 558 ~ 27.24%
G 175 of 558 ~ 31.36%
B 231 of 558 ~ 41.4%

%27.24
%31.36
%41.4

CMYK color model

#98AFE7 color CMYK value is (34,24,0,9).

  • cyan value is 34.20%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(34,24,0,9)
C34M24Y0K9 
(34%,24%,0%,9%)
(0.34/0.24/0.00/0.09)	

CMYK percentages

%34.2
%24.24
%0
%9.41

Codes

Color #98AFE7 in popluar color models

98AFE7
RGB152175231
HSL223°62.20%75.10%
HSB/HSV223°34.20%90.59%
CMYK34.20%24.24%0.00%
9.41%

Color #98AFE7 in popluar number systems.

HEX98AFE7
Decimal152175231
Binary100110001010111111100111
Octal230257347

Shades and tints

Shades of #98AFE7

#98AFE7
(152,175,231)
#8BA0D2
(139,160,210)
#7E91BD
(126,145,189)
#7182A8
(113,130,168)
#647393
(100,115,147)
#57647E
(87,100,126)
#4A5569
(74,85,105)
#3D4654
(61,70,84)
#30373F
(48,55,63)
#23282A
(35,40,42)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #98AFE7

#98AFE7
(152,175,231)
#A1B6E9
(161,182,233)
#AABDEB
(170,189,235)
#B3C4ED
(179,196,237)
#BCCBEF
(188,203,239)
#C5D2F1
(197,210,241)
#CED9F3
(206,217,243)
#D7E0F5
(215,224,245)
#E0E7F7
(224,231,247)
#E9EEF9
(233,238,249)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AFE7 color. Also use rgb(152,175,231) instead hex code.

Text Font Color

.myTextColor { color: #98AFE7; }

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

This text font color is #98AFE7.


Background Color

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

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

This div background color is #98AFE7.


Border color

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

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

This div border color is #98AFE7.


Opacity

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

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

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

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

This text has shadow with #98AFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AFE7 on black background.


Color preview on white background

This text has color #98AFE7 on white background.



Black color preview on #98AFE7 background

This text has black color on #98AFE7 background.


White color preview on #98AFE7 background

This text has white color on #98AFE7 background.