COLOR #98AAE7

HEX: #98AAE7 RGB: (152,170,231)

Color info

#98AAE7 contains mainly blue color. Web safe color of #98AAE7 is #9999FF (or #99F).

RGB color model

#98AAE7 color RGB value is (152,170,231).

RGB: (152,170,231) (60%, 67%, 91%)

RGB channels and saturation

R 152 of 255 = 60%
G 170 of 255 = 67%
B 231 of 255 = 91%

152
170
231

R + G + B ~ 73%. #98AAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 170 + 231 = 553 (100%)
R 152 of 553 ~ 27.49%
G 170 of 553 ~ 30.74%
B 231 of 553 ~ 41.77'%

%27.49
%30.74
%41.77

CMYK color model

#98AAE7 color CMYK value is (34,26,0,9).

  • cyan value is 34.20%
  • magenta value is 26.41%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (34,26,0,9)
C34M26Y0K9 (34%, 26%, 0%, 9%)
(0.34 / 0.26 / 0.00 / 0.09)

CMYK percentages

%34.2
%26.41
%0
%9.41

Codes

Color #98AAE7 in popluar color models

98 AA E7
RGB 152 170 231
HSL 226° 62.20% 75.10%
HSB/HSV 226° 34.20% 90.59%
CMYK 34.20% 26.41% 0.00%
9.41%

Color #98AAE7 in popluar number systems.

HEX 98 AA E7
Decimal 152 170 231
Binary 10011000 10101010 11100111
Octal 230 252 347

Shades and tints

Shades of #98AAE7

#98AAE7
(152,170,231)
#8B9BD2
(139,155,210)
#7E8CBD
(126,140,189)
#717DA8
(113,125,168)
#646E93
(100,110,147)
#575F7E
(87,95,126)
#4A5069
(74,80,105)
#3D4154
(61,65,84)
#30323F
(48,50,63)
#23232A
(35,35,42)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #98AAE7

#98AAE7
(152,170,231)
#A1B1E9
(161,177,233)
#AAB8EB
(170,184,235)
#B3BFED
(179,191,237)
#BCC6EF
(188,198,239)
#C5CDF1
(197,205,241)
#CED4F3
(206,212,243)
#D7DBF5
(215,219,245)
#E0E2F7
(224,226,247)
#E9E9F9
(233,233,249)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AAE7; }

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

This text font color is #98AAE7.

Background Color

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

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

This div background color is #98AAE7.

Border color

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

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

This div border color is #98AAE7.

Opacity

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

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

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

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

This text has shadow with #98AAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AAE7.

Preview

Color preview on black background

This text has color #98AAE7 on black background.


Color preview on white background

This text has color #98AAE7 on white background.


Black color preview on #98AAE7 background

This text has black color on #98AAE7 background.


White color preview on #98AAE7 background

This text has white color on #98AAE7 background.


Related colors

Complementary color

Complementary color for #hex is #675518.


I love getcolorcode.com

Triadic colors

1 #E798AA and #AAE798 with #98AAE7 are triadic colors.

2 #E7AA98 and #AA98E7 with #98AAE7 are triadic colors.