COLOR #98AAE4

HEX: #98AAE4 RGB: (152,170,228)

Color info

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

RGB color model

#98AAE4 color RGB value is (152,170,228).

RGB: (152,170,228) (60%, 67%, 89%)

RGB channels and saturation

R 152 of 255 = 60%
G 170 of 255 = 67%
B 228 of 255 = 89%

152
170
228

R + G + B ~ 72%. #98AAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 170 + 228 = 550 (100%)
R 152 of 550 ~ 27.64%
G 170 of 550 ~ 30.91%
B 228 of 550 ~ 41.45'%

%27.64
%30.91
%41.45

CMYK color model

#98AAE4 color CMYK value is (33,25,0,11).

  • cyan value is 33.33%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (33,25,0,11)
C33M25Y0K11 (33%, 25%, 0%, 11%)
(0.33 / 0.25 / 0.00 / 0.11)

CMYK percentages

%33.33
%25.44
%0
%10.59

Codes

Color #98AAE4 in popluar color models

98 AA E4
RGB 152 170 228
HSL 226° 58.46% 74.51%
HSB/HSV 226° 33.33% 89.41%
CMYK 33.33% 25.44% 0.00%
10.59%

Color #98AAE4 in popluar number systems.

HEX 98 AA E4
Decimal 152 170 228
Binary 10011000 10101010 11100100
Octal 230 252 344

Shades and tints

Shades of #98AAE4

#98AAE4
(152,170,228)
#8B9BD0
(139,155,208)
#7E8CBC
(126,140,188)
#717DA8
(113,125,168)
#646E94
(100,110,148)
#575F80
(87,95,128)
#4A506C
(74,80,108)
#3D4158
(61,65,88)
#303244
(48,50,68)
#232330
(35,35,48)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #98AAE4

#98AAE4
(152,170,228)
#A1B1E6
(161,177,230)
#AAB8E8
(170,184,232)
#B3BFEA
(179,191,234)
#BCC6EC
(188,198,236)
#C5CDEE
(197,205,238)
#CED4F0
(206,212,240)
#D7DBF2
(215,219,242)
#E0E2F4
(224,226,244)
#E9E9F6
(233,233,246)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AAE4 color. Also use rgb(152,170,228) instead hex code.

Text Font Color

.myTextColor { color: #98AAE4; }

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

This text font color is #98AAE4.

Background Color

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

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

This div background color is #98AAE4.

Border color

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

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

This div border color is #98AAE4.

Opacity

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

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

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

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

This text has shadow with #98AAE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AAE4.

Preview

Color preview on black background

This text has color #98AAE4 on black background.


Color preview on white background

This text has color #98AAE4 on white background.


Black color preview on #98AAE4 background

This text has black color on #98AAE4 background.


White color preview on #98AAE4 background

This text has white color on #98AAE4 background.


Related colors

Complementary color

Complementary color for #hex is #67551B.


I love getcolorcode.com

Triadic colors

1 #E498AA and #AAE498 with #98AAE4 are triadic colors.

2 #E4AA98 and #AA98E4 with #98AAE4 are triadic colors.