COLOR #98DAE1

HEX: #98DAE1 RGB: (152,218,225)

Color info

#98DAE1 contains mainly green and blue colors. Web safe color of #98DAE1 is #99CCCC (or #9CC).

RGB color model

#98DAE1 color RGB value is (152,218,225).

RGB: (152,218,225) (60%, 85%, 88%)

RGB channels and saturation

R 152 of 255 = 60%
G 218 of 255 = 85%
B 225 of 255 = 88%

152
218
225

R + G + B ~ 78%. #98DAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 218 + 225 = 595 (100%)
R 152 of 595 ~ 25.55%
G 218 of 595 ~ 36.64%
B 225 of 595 ~ 37.82'%

%25.55
%36.64
%37.82

CMYK color model

#98DAE1 color CMYK value is (32,3,0,12).

  • cyan value is 32.44%
  • magenta value is 3.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (32,3,0,12) C32M3Y0K12 (32%,3%,0%,12%) (0.32/0.03/0.00/0.12) 

CMYK percentages

%32.44
%3.11
%0
%11.76

Codes

Color #98DAE1 in popluar color models

98 DA E1
RGB 152 218 225
HSL 186° 54.89% 73.92%
HSB/HSV 186° 32.44% 88.24%
CMYK 32.44% 3.11% 0.00%
11.76%

Color #98DAE1 in popluar number systems.

HEX 98 DA E1
Decimal 152 218 225
Binary 10011000 11011010 11100001
Octal 230 332 341

Shades and tints

Shades of #98DAE1

#98DAE1
(152,218,225)
#8BC7CD
(139,199,205)
#7EB4B9
(126,180,185)
#71A1A5
(113,161,165)
#648E91
(100,142,145)
#577B7D
(87,123,125)
#4A6869
(74,104,105)
#3D5555
(61,85,85)
#304241
(48,66,65)
#232F2D
(35,47,45)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #98DAE1

#98DAE1
(152,218,225)
#A1DDE3
(161,221,227)
#AAE0E5
(170,224,229)
#B3E3E7
(179,227,231)
#BCE6E9
(188,230,233)
#C5E9EB
(197,233,235)
#CEECED
(206,236,237)
#D7EFEF
(215,239,239)
#E0F2F1
(224,242,241)
#E9F5F3
(233,245,243)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98DAE1; }

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

This text font color is #98DAE1.

Background Color

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

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

This div background color is #98DAE1.

Border color

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

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

This div border color is #98DAE1.

Opacity

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

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

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

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

This text has shadow with #98DAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98DAE1.

Preview

Color preview on black background

This text has color #98DAE1 on black background.


Color preview on white background

This text has color #98DAE1 on white background.


Black color preview on #98DAE1 background

This text has black color on #98DAE1 background.


White color preview on #98DAE1 background

This text has white color on #98DAE1 background.


Related colors

Complementary color

Complementary color for #hex is #67251E.


I love getcolorcode.com

Triadic colors

1 #E198DA and #DAE198 with #98DAE1 are triadic colors.

2 #E1DA98 and #DA98E1 with #98DAE1 are triadic colors.