COLOR #98AFD8

HEX: #98AFD8 RGB: (152,175,216)

Color info

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

RGB color model

#98AFD8 color RGB value is (152,175,216).

RGB: (152,175,216) (60%, 69%, 85%)

RGB channels and saturation

R 152 of 255 = 60%
G 175 of 255 = 69%
B 216 of 255 = 85%

152
175
216

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

Portions of RGB colors in percentages

R + G + B = 152 + 175 + 216 = 543 (100%)
R 152 of 543 ~ 27.99%
G 175 of 543 ~ 32.23%
B 216 of 543 ~ 39.78'%

%27.99
%32.23
%39.78

CMYK color model

#98AFD8 color CMYK value is (30,19,0,15).

  • cyan value is 29.63%
  • magenta value is 18.98%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (30,19,0,15)
C30M19Y0K15 (30%, 19%, 0%, 15%)
(0.30 / 0.19 / 0.00 / 0.15)

CMYK percentages

%29.63
%18.98
%0
%15.29

Codes

Color #98AFD8 in popluar color models

98 AF D8
RGB 152 175 216
HSL 218° 45.07% 72.16%
HSB/HSV 218° 29.63% 84.71%
CMYK 29.63% 18.98% 0.00%
15.29%

Color #98AFD8 in popluar number systems.

HEX 98 AF D8
Decimal 152 175 216
Binary 10011000 10101111 11011000
Octal 230 257 330

Shades and tints

Shades of #98AFD8

#98AFD8
(152,175,216)
#8BA0C5
(139,160,197)
#7E91B2
(126,145,178)
#71829F
(113,130,159)
#64738C
(100,115,140)
#576479
(87,100,121)
#4A5566
(74,85,102)
#3D4653
(61,70,83)
#303740
(48,55,64)
#23282D
(35,40,45)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #98AFD8

#98AFD8
(152,175,216)
#A1B6DB
(161,182,219)
#AABDDE
(170,189,222)
#B3C4E1
(179,196,225)
#BCCBE4
(188,203,228)
#C5D2E7
(197,210,231)
#CED9EA
(206,217,234)
#D7E0ED
(215,224,237)
#E0E7F0
(224,231,240)
#E9EEF3
(233,238,243)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AFD8; }

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

This text font color is #98AFD8.

Background Color

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

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

This div background color is #98AFD8.

Border color

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

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

This div border color is #98AFD8.

Opacity

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

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

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

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

This text has shadow with #98AFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AFD8.

Preview

Color preview on black background

This text has color #98AFD8 on black background.


Color preview on white background

This text has color #98AFD8 on white background.


Black color preview on #98AFD8 background

This text has black color on #98AFD8 background.


White color preview on #98AFD8 background

This text has white color on #98AFD8 background.


Related colors

Complementary color

Complementary color for #hex is #675027.


I love getcolorcode.com

Triadic colors

1 #D898AF and #AFD898 with #98AFD8 are triadic colors.

2 #D8AF98 and #AF98D8 with #98AFD8 are triadic colors.