COLOR #98AFDA

HEX: #98AFDA RGB: (152,175,218)

Color info

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

RGB color model

#98AFDA color RGB value is (152,175,218).

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

RGB channels and saturation

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

152
175
218

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

Portions of RGB colors in percentages

R + G + B = 152 + 175 + 218 = 545 (100%)
R 152 of 545 ~ 27.89%
G 175 of 545 ~ 32.11%
B 218 of 545 ~ 40'%

%27.89
%32.11
%40

CMYK color model

#98AFDA color CMYK value is (30,20,0,15).

  • cyan value is 30.28%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (30,20,0,15)
C30M20Y0K15 (30%, 20%, 0%, 15%)
(0.30 / 0.20 / 0.00 / 0.15)

CMYK percentages

%30.28
%19.72
%0
%14.51

Codes

Color #98AFDA in popluar color models

98 AF DA
RGB 152 175 218
HSL 219° 47.14% 72.55%
HSB/HSV 219° 30.28% 85.49%
CMYK 30.28% 19.72% 0.00%
14.51%

Color #98AFDA in popluar number systems.

HEX 98 AF DA
Decimal 152 175 218
Binary 10011000 10101111 11011010
Octal 230 257 332

Shades and tints

Shades of #98AFDA

#98AFDA
(152,175,218)
#8BA0C7
(139,160,199)
#7E91B4
(126,145,180)
#7182A1
(113,130,161)
#64738E
(100,115,142)
#57647B
(87,100,123)
#4A5568
(74,85,104)
#3D4655
(61,70,85)
#303742
(48,55,66)
#23282F
(35,40,47)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #98AFDA

#98AFDA
(152,175,218)
#A1B6DD
(161,182,221)
#AABDE0
(170,189,224)
#B3C4E3
(179,196,227)
#BCCBE6
(188,203,230)
#C5D2E9
(197,210,233)
#CED9EC
(206,217,236)
#D7E0EF
(215,224,239)
#E0E7F2
(224,231,242)
#E9EEF5
(233,238,245)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AFDA; }

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

This text font color is #98AFDA.

Background Color

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

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

This div background color is #98AFDA.

Border color

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

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

This div border color is #98AFDA.

Opacity

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

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

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

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

This text has shadow with #98AFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AFDA.

Preview

Color preview on black background

This text has color #98AFDA on black background.


Color preview on white background

This text has color #98AFDA on white background.


Black color preview on #98AFDA background

This text has black color on #98AFDA background.


White color preview on #98AFDA background

This text has white color on #98AFDA background.


Related colors

Complementary color

Complementary color for #hex is #675025.


I love getcolorcode.com

Triadic colors

1 #DA98AF and #AFDA98 with #98AFDA are triadic colors.

2 #DAAF98 and #AF98DA with #98AFDA are triadic colors.