COLOR #98CEEE

HEX: #98CEEE
RGB: (152,206,238)

Color info

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

RGB color model

#98CEEE color RGB value is (152,206,238).

  • red value is 152;
  • green value is 206;
  • blue value is 238.
RGB:
(152,206,238)
(60%,81%,93%)

RGB channels and saturation

R 152 of 255 = 60%
G 206 of 255 = 81%
B 238 of 255 = 93%

152
206
238

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

Portions of RGB colors in percentages

R + G + B =
152 + 206 + 238 = 596 (100%)
R 152 of 596 ~ 25.5%
G 206 of 596 ~ 34.56%
B 238 of 596 ~ 39.93%

%25.5
%34.56
%39.93

CMYK color model

#98CEEE color CMYK value is (36,13,0,7).

  • cyan value is 36.13%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(36,13,0,7)
C36M13Y0K7 
(36%,13%,0%,7%)
(0.36/0.13/0.00/0.07)	

CMYK percentages

%36.13
%13.45
%0
%6.67

Codes

Color #98CEEE in popluar color models

98CEEE
RGB152206238
HSL202°71.67%76.47%
HSB/HSV202°36.13%93.33%
CMYK36.13%13.45%0.00%
6.67%

Color #98CEEE in popluar number systems.

HEX98CEEE
Decimal152206238
Binary100110001100111011101110
Octal230316356

Shades and tints

Shades of #98CEEE

#98CEEE
(152,206,238)
#8BBCD9
(139,188,217)
#7EAAC4
(126,170,196)
#7198AF
(113,152,175)
#64869A
(100,134,154)
#577485
(87,116,133)
#4A6270
(74,98,112)
#3D505B
(61,80,91)
#303E46
(48,62,70)
#232C31
(35,44,49)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #98CEEE

#98CEEE
(152,206,238)
#A1D2EF
(161,210,239)
#AAD6F0
(170,214,240)
#B3DAF1
(179,218,241)
#BCDEF2
(188,222,242)
#C5E2F3
(197,226,243)
#CEE6F4
(206,230,244)
#D7EAF5
(215,234,245)
#E0EEF6
(224,238,246)
#E9F2F7
(233,242,247)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CEEE color. Also use rgb(152,206,238) instead hex code.

Text Font Color

.myTextColor { color: #98CEEE; }

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

This text font color is #98CEEE.


Background Color

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

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

This div background color is #98CEEE.


Border color

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

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

This div border color is #98CEEE.


Opacity

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

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

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

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

This text has shadow with #98CEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CEEE on black background.


Color preview on white background

This text has color #98CEEE on white background.



Black color preview on #98CEEE background

This text has black color on #98CEEE background.


White color preview on #98CEEE background

This text has white color on #98CEEE background.