COLOR #98C7E7

HEX: #98C7E7
RGB: (152,199,231)

Color info

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

RGB color model

#98C7E7 color RGB value is (152,199,231).

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

RGB channels and saturation

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

152
199
231

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

Portions of RGB colors in percentages

R + G + B =
152 + 199 + 231 = 582 (100%)
R 152 of 582 ~ 26.12%
G 199 of 582 ~ 34.19%
B 231 of 582 ~ 39.69%

%26.12
%34.19
%39.69

CMYK color model

#98C7E7 color CMYK value is (34,14,0,9).

  • cyan value is 34.20%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(34,14,0,9)
C34M14Y0K9 
(34%,14%,0%,9%)
(0.34/0.14/0.00/0.09)	

CMYK percentages

%34.2
%13.85
%0
%9.41

Codes

Color #98C7E7 in popluar color models

98C7E7
RGB152199231
HSL204°62.20%75.10%
HSB/HSV204°34.20%90.59%
CMYK34.20%13.85%0.00%
9.41%

Color #98C7E7 in popluar number systems.

HEX98C7E7
Decimal152199231
Binary100110001100011111100111
Octal230307347

Shades and tints

Shades of #98C7E7

#98C7E7
(152,199,231)
#8BB5D2
(139,181,210)
#7EA3BD
(126,163,189)
#7191A8
(113,145,168)
#647F93
(100,127,147)
#576D7E
(87,109,126)
#4A5B69
(74,91,105)
#3D4954
(61,73,84)
#30373F
(48,55,63)
#23252A
(35,37,42)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #98C7E7

#98C7E7
(152,199,231)
#A1CCE9
(161,204,233)
#AAD1EB
(170,209,235)
#B3D6ED
(179,214,237)
#BCDBEF
(188,219,239)
#C5E0F1
(197,224,241)
#CEE5F3
(206,229,243)
#D7EAF5
(215,234,245)
#E0EFF7
(224,239,247)
#E9F4F9
(233,244,249)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C7E7; }

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

This text font color is #98C7E7.


Background Color

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

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

This div background color is #98C7E7.


Border color

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

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

This div border color is #98C7E7.


Opacity

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

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

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

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

This text has shadow with #98C7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C7E7 on black background.


Color preview on white background

This text has color #98C7E7 on white background.



Black color preview on #98C7E7 background

This text has black color on #98C7E7 background.


White color preview on #98C7E7 background

This text has white color on #98C7E7 background.