COLOR #98CEEB

HEX: #98CEEB
RGB: (152,206,235)

Color info

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

RGB color model

#98CEEB color RGB value is (152,206,235).

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

RGB channels and saturation

R 152 of 255 = 60%
G 206 of 255 = 81%
B 235 of 255 = 92%

152
206
235

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

Portions of RGB colors in percentages

R + G + B =
152 + 206 + 235 = 593 (100%)
R 152 of 593 ~ 25.63%
G 206 of 593 ~ 34.74%
B 235 of 593 ~ 39.63%

%25.63
%34.74
%39.63

CMYK color model

#98CEEB color CMYK value is (35,12,0,8).

  • cyan value is 35.32%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(35,12,0,8)
C35M12Y0K8 
(35%,12%,0%,8%)
(0.35/0.12/0.00/0.08)	

CMYK percentages

%35.32
%12.34
%0
%7.84

Codes

Color #98CEEB in popluar color models

98CEEB
RGB152206235
HSL201°67.48%75.88%
HSB/HSV201°35.32%92.16%
CMYK35.32%12.34%0.00%
7.84%

Color #98CEEB in popluar number systems.

HEX98CEEB
Decimal152206235
Binary100110001100111011101011
Octal230316353

Shades and tints

Shades of #98CEEB

#98CEEB
(152,206,235)
#8BBCD6
(139,188,214)
#7EAAC1
(126,170,193)
#7198AC
(113,152,172)
#648697
(100,134,151)
#577482
(87,116,130)
#4A626D
(74,98,109)
#3D5058
(61,80,88)
#303E43
(48,62,67)
#232C2E
(35,44,46)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #98CEEB

#98CEEB
(152,206,235)
#A1D2EC
(161,210,236)
#AAD6ED
(170,214,237)
#B3DAEE
(179,218,238)
#BCDEEF
(188,222,239)
#C5E2F0
(197,226,240)
#CEE6F1
(206,230,241)
#D7EAF2
(215,234,242)
#E0EEF3
(224,238,243)
#E9F2F4
(233,242,244)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98CEEB; }

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

This text font color is #98CEEB.


Background Color

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

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

This div background color is #98CEEB.


Border color

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

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

This div border color is #98CEEB.


Opacity

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

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

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

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

This text has shadow with #98CEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CEEB on black background.


Color preview on white background

This text has color #98CEEB on white background.



Black color preview on #98CEEB background

This text has black color on #98CEEB background.


White color preview on #98CEEB background

This text has white color on #98CEEB background.