COLOR #98C8FF

HEX: #98C8FF
RGB: (152,200,255)

Color info

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

RGB color model

#98C8FF color RGB value is (152,200,255).

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

RGB channels and saturation

R 152 of 255 = 60%
G 200 of 255 = 78%
B 255 of 255 = 100%

152
200
255

R + G + B ~ 79%. #98C8FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 200 + 255 = 607 (100%)
R 152 of 607 ~ 25.04%
G 200 of 607 ~ 32.95%
B 255 of 607 ~ 42.01%

%25.04
%32.95
%42.01

CMYK color model

#98C8FF color CMYK value is (40,22,0,0).

  • cyan value is 40.39%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(40,22,0,0)
C40M22Y0K0 
(40%,22%,0%,0%)
(0.40/0.22/0.00/0.00)	

CMYK percentages

%40.39
%21.57
%0
%0

Codes

Color #98C8FF in popluar color models

98C8FF
RGB152200255
HSL212°100.00%79.80%
HSB/HSV212°40.39%100.00%
CMYK40.39%21.57%0.00%
0.00%

Color #98C8FF in popluar number systems.

HEX98C8FF
Decimal152200255
Binary100110001100100011111111
Octal230310377

Shades and tints

Shades of #98C8FF

#98C8FF
(152,200,255)
#8BB6E8
(139,182,232)
#7EA4D1
(126,164,209)
#7192BA
(113,146,186)
#6480A3
(100,128,163)
#576E8C
(87,110,140)
#4A5C75
(74,92,117)
#3D4A5E
(61,74,94)
#303847
(48,56,71)
#232630
(35,38,48)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #98C8FF

#98C8FF
(152,200,255)
#A1CDFF
(161,205,255)
#AAD2FF
(170,210,255)
#B3D7FF
(179,215,255)
#BCDCFF
(188,220,255)
#C5E1FF
(197,225,255)
#CEE6FF
(206,230,255)
#D7EBFF
(215,235,255)
#E0F0FF
(224,240,255)
#E9F5FF
(233,245,255)
#F2FAFF
(242,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C8FF; }

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

This text font color is #98C8FF.


Background Color

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

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

This div background color is #98C8FF.


Border color

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

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

This div border color is #98C8FF.


Opacity

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

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

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

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

This text has shadow with #98C8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C8FF on black background.


Color preview on white background

This text has color #98C8FF on white background.



Black color preview on #98C8FF background

This text has black color on #98C8FF background.


White color preview on #98C8FF background

This text has white color on #98C8FF background.