COLOR #98C7E3

HEX: #98C7E3
RGB: (152,199,227)

Color info

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

RGB color model

#98C7E3 color RGB value is (152,199,227).

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

RGB channels and saturation

R 152 of 255 = 60%
G 199 of 255 = 78%
B 227 of 255 = 89%

152
199
227

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

Portions of RGB colors in percentages

R + G + B =
152 + 199 + 227 = 578 (100%)
R 152 of 578 ~ 26.3%
G 199 of 578 ~ 34.43%
B 227 of 578 ~ 39.27%

%26.3
%34.43
%39.27

CMYK color model

#98C7E3 color CMYK value is (33,12,0,11).

  • cyan value is 33.04%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(33,12,0,11)
C33M12Y0K11 
(33%,12%,0%,11%)
(0.33/0.12/0.00/0.11)	

CMYK percentages

%33.04
%12.33
%0
%10.98

Codes

Color #98C7E3 in popluar color models

98C7E3
RGB152199227
HSL202°57.25%74.31%
HSB/HSV202°33.04%89.02%
CMYK33.04%12.33%0.00%
10.98%

Color #98C7E3 in popluar number systems.

HEX98C7E3
Decimal152199227
Binary100110001100011111100011
Octal230307343

Shades and tints

Shades of #98C7E3

#98C7E3
(152,199,227)
#8BB5CF
(139,181,207)
#7EA3BB
(126,163,187)
#7191A7
(113,145,167)
#647F93
(100,127,147)
#576D7F
(87,109,127)
#4A5B6B
(74,91,107)
#3D4957
(61,73,87)
#303743
(48,55,67)
#23252F
(35,37,47)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #98C7E3

#98C7E3
(152,199,227)
#A1CCE5
(161,204,229)
#AAD1E7
(170,209,231)
#B3D6E9
(179,214,233)
#BCDBEB
(188,219,235)
#C5E0ED
(197,224,237)
#CEE5EF
(206,229,239)
#D7EAF1
(215,234,241)
#E0EFF3
(224,239,243)
#E9F4F5
(233,244,245)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C7E3; }

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

This text font color is #98C7E3.


Background Color

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

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

This div background color is #98C7E3.


Border color

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

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

This div border color is #98C7E3.


Opacity

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

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

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

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

This text has shadow with #98C7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C7E3 on black background.


Color preview on white background

This text has color #98C7E3 on white background.



Black color preview on #98C7E3 background

This text has black color on #98C7E3 background.


White color preview on #98C7E3 background

This text has white color on #98C7E3 background.