COLOR #98AFD6

HEX: #98AFD6
RGB: (152,175,214)

Color info

#98AFD6 contains mainly green and blue colors. Web safe color of #98AFD6 is #9999CC (or #99C).

RGB color model

#98AFD6 color RGB value is (152,175,214).

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

RGB channels and saturation

R 152 of 255 = 60%
G 175 of 255 = 69%
B 214 of 255 = 84%

152
175
214

R + G + B ~ 71%. #98AFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 175 + 214 = 541 (100%)
R 152 of 541 ~ 28.1%
G 175 of 541 ~ 32.35%
B 214 of 541 ~ 39.56%

%28.1
%32.35
%39.56

CMYK color model

#98AFD6 color CMYK value is (29,18,0,16).

  • cyan value is 28.97%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(29,18,0,16)
C29M18Y0K16 
(29%,18%,0%,16%)
(0.29/0.18/0.00/0.16)	

CMYK percentages

%28.97
%18.22
%0
%16.08

Codes

Color #98AFD6 in popluar color models

98AFD6
RGB152175214
HSL218°43.06%71.76%
HSB/HSV218°28.97%83.92%
CMYK28.97%18.22%0.00%
16.08%

Color #98AFD6 in popluar number systems.

HEX98AFD6
Decimal152175214
Binary100110001010111111010110
Octal230257326

Shades and tints

Shades of #98AFD6

#98AFD6
(152,175,214)
#8BA0C3
(139,160,195)
#7E91B0
(126,145,176)
#71829D
(113,130,157)
#64738A
(100,115,138)
#576477
(87,100,119)
#4A5564
(74,85,100)
#3D4651
(61,70,81)
#30373E
(48,55,62)
#23282B
(35,40,43)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #98AFD6

#98AFD6
(152,175,214)
#A1B6D9
(161,182,217)
#AABDDC
(170,189,220)
#B3C4DF
(179,196,223)
#BCCBE2
(188,203,226)
#C5D2E5
(197,210,229)
#CED9E8
(206,217,232)
#D7E0EB
(215,224,235)
#E0E7EE
(224,231,238)
#E9EEF1
(233,238,241)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AFD6; }

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

This text font color is #98AFD6.


Background Color

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

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

This div background color is #98AFD6.


Border color

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

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

This div border color is #98AFD6.


Opacity

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

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

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

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

This text has shadow with #98AFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AFD6 on black background.


Color preview on white background

This text has color #98AFD6 on white background.



Black color preview on #98AFD6 background

This text has black color on #98AFD6 background.


White color preview on #98AFD6 background

This text has white color on #98AFD6 background.