COLOR #98C8E7

HEX: #98C8E7
RGB: (152,200,231)

Color info

#98C8E7 contains mainly green and blue colors. Web safe color of #98C8E7 is #99CCFF (or #9CF).

RGB color model

#98C8E7 color RGB value is (152,200,231).

  • red value is 152;
  • green value is 200;
  • blue value is 231.
RGB:
(152,200,231)
(60%,78%,91%)

RGB channels and saturation

R 152 of 255 = 60%
G 200 of 255 = 78%
B 231 of 255 = 91%

152
200
231

R + G + B ~ 76%. #98C8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 200 + 231 = 583 (100%)
R 152 of 583 ~ 26.07%
G 200 of 583 ~ 34.31%
B 231 of 583 ~ 39.62%

%26.07
%34.31
%39.62

CMYK color model

#98C8E7 color CMYK value is (34,13,0,9).

  • cyan value is 34.20%
  • magenta value is 13.42%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(34,13,0,9)
C34M13Y0K9 
(34%,13%,0%,9%)
(0.34/0.13/0.00/0.09)	

CMYK percentages

%34.2
%13.42
%0
%9.41

Codes

Color #98C8E7 in popluar color models

98C8E7
RGB152200231
HSL204°62.20%75.10%
HSB/HSV204°34.20%90.59%
CMYK34.20%13.42%0.00%
9.41%

Color #98C8E7 in popluar number systems.

HEX98C8E7
Decimal152200231
Binary100110001100100011100111
Octal230310347

Shades and tints

Shades of #98C8E7

#98C8E7
(152,200,231)
#8BB6D2
(139,182,210)
#7EA4BD
(126,164,189)
#7192A8
(113,146,168)
#648093
(100,128,147)
#576E7E
(87,110,126)
#4A5C69
(74,92,105)
#3D4A54
(61,74,84)
#30383F
(48,56,63)
#23262A
(35,38,42)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #98C8E7

#98C8E7
(152,200,231)
#A1CDE9
(161,205,233)
#AAD2EB
(170,210,235)
#B3D7ED
(179,215,237)
#BCDCEF
(188,220,239)
#C5E1F1
(197,225,241)
#CEE6F3
(206,230,243)
#D7EBF5
(215,235,245)
#E0F0F7
(224,240,247)
#E9F5F9
(233,245,249)
#F2FAFB
(242,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C8E7; }

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

This text font color is #98C8E7.


Background Color

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

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

This div background color is #98C8E7.


Border color

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

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

This div border color is #98C8E7.


Opacity

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

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

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

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

This text has shadow with #98C8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C8E7 on black background.


Color preview on white background

This text has color #98C8E7 on white background.



Black color preview on #98C8E7 background

This text has black color on #98C8E7 background.


White color preview on #98C8E7 background

This text has white color on #98C8E7 background.