COLOR #98DAE3

HEX: #98DAE3
RGB: (152,218,227)

Color info

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

RGB color model

#98DAE3 color RGB value is (152,218,227).

  • red value is 152;
  • green value is 218;
  • blue value is 227.
RGB:
(152,218,227)
(60%,85%,89%)

RGB channels and saturation

R 152 of 255 = 60%
G 218 of 255 = 85%
B 227 of 255 = 89%

152
218
227

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

Portions of RGB colors in percentages

R + G + B =
152 + 218 + 227 = 597 (100%)
R 152 of 597 ~ 25.46%
G 218 of 597 ~ 36.52%
B 227 of 597 ~ 38.02%

%25.46
%36.52
%38.02

CMYK color model

#98DAE3 color CMYK value is (33,4,0,11).

  • cyan value is 33.04%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(33,4,0,11)
C33M4Y0K11 
(33%,4%,0%,11%)
(0.33/0.04/0.00/0.11)	

CMYK percentages

%33.04
%3.96
%0
%10.98

Codes

Color #98DAE3 in popluar color models

98DAE3
RGB152218227
HSL187°57.25%74.31%
HSB/HSV187°33.04%89.02%
CMYK33.04%3.96%0.00%
10.98%

Color #98DAE3 in popluar number systems.

HEX98DAE3
Decimal152218227
Binary100110001101101011100011
Octal230332343

Shades and tints

Shades of #98DAE3

#98DAE3
(152,218,227)
#8BC7CF
(139,199,207)
#7EB4BB
(126,180,187)
#71A1A7
(113,161,167)
#648E93
(100,142,147)
#577B7F
(87,123,127)
#4A686B
(74,104,107)
#3D5557
(61,85,87)
#304243
(48,66,67)
#232F2F
(35,47,47)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #98DAE3

#98DAE3
(152,218,227)
#A1DDE5
(161,221,229)
#AAE0E7
(170,224,231)
#B3E3E9
(179,227,233)
#BCE6EB
(188,230,235)
#C5E9ED
(197,233,237)
#CEECEF
(206,236,239)
#D7EFF1
(215,239,241)
#E0F2F3
(224,242,243)
#E9F5F5
(233,245,245)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98DAE3; }

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

This text font color is #98DAE3.


Background Color

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

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

This div background color is #98DAE3.


Border color

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

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

This div border color is #98DAE3.


Opacity

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

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

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

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

This text has shadow with #98DAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DAE3 on black background.


Color preview on white background

This text has color #98DAE3 on white background.



Black color preview on #98DAE3 background

This text has black color on #98DAE3 background.


White color preview on #98DAE3 background

This text has white color on #98DAE3 background.