COLOR #98AED2

HEX: #98AED2 RGB: (152,174,210)

Color info

#98AED2 contains red, green and blue colors in about the same proportion. Web safe color of #98AED2 is #9999CC (or #99C).

RGB color model

#98AED2 color RGB value is (152,174,210).

RGB: (152,174,210) (60%, 68%, 82%)

RGB channels and saturation

R 152 of 255 = 60%
G 174 of 255 = 68%
B 210 of 255 = 82%

152
174
210

R + G + B ~ 70%. #98AED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 174 + 210 = 536 (100%)
R 152 of 536 ~ 28.36%
G 174 of 536 ~ 32.46%
B 210 of 536 ~ 39.18'%

%28.36
%32.46
%39.18

CMYK color model

#98AED2 color CMYK value is (28,17,0,18).

  • cyan value is 27.62%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (28,17,0,18)
C28M17Y0K18 (28%, 17%, 0%, 18%)
(0.28 / 0.17 / 0.00 / 0.18)

CMYK percentages

%27.62
%17.14
%0
%17.65

Codes

Color #98AED2 in popluar color models

98 AE D2
RGB 152 174 210
HSL 217° 39.19% 70.98%
HSB/HSV 217° 27.62% 82.35%
CMYK 27.62% 17.14% 0.00%
17.65%

Color #98AED2 in popluar number systems.

HEX 98 AE D2
Decimal 152 174 210
Binary 10011000 10101110 11010010
Octal 230 256 322

Shades and tints

Shades of #98AED2

#98AED2
(152,174,210)
#8B9FBF
(139,159,191)
#7E90AC
(126,144,172)
#718199
(113,129,153)
#647286
(100,114,134)
#576373
(87,99,115)
#4A5460
(74,84,96)
#3D454D
(61,69,77)
#30363A
(48,54,58)
#232727
(35,39,39)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #98AED2

#98AED2
(152,174,210)
#A1B5D6
(161,181,214)
#AABCDA
(170,188,218)
#B3C3DE
(179,195,222)
#BCCAE2
(188,202,226)
#C5D1E6
(197,209,230)
#CED8EA
(206,216,234)
#D7DFEE
(215,223,238)
#E0E6F2
(224,230,242)
#E9EDF6
(233,237,246)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AED2 color. Also use rgb(152,174,210) instead hex code.

Text Font Color

.myTextColor { color: #98AED2; }

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

This text font color is #98AED2.

Background Color

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

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

This div background color is #98AED2.

Border color

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

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

This div border color is #98AED2.

Opacity

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

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

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

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

This text has shadow with #98AED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AED2.

Preview

Color preview on black background

This text has color #98AED2 on black background.


Color preview on white background

This text has color #98AED2 on white background.


Black color preview on #98AED2 background

This text has black color on #98AED2 background.


White color preview on #98AED2 background

This text has white color on #98AED2 background.


Related colors

Complementary color

Complementary color for #hex is #67512D.


I love getcolorcode.com

Triadic colors

1 #D298AE and #AED298 with #98AED2 are triadic colors.

2 #D2AE98 and #AE98D2 with #98AED2 are triadic colors.