COLOR #98CCEA

HEX: #98CCEA
RGB: (152,204,234)

Color info

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

RGB color model

#98CCEA color RGB value is (152,204,234).

  • red value is 152;
  • green value is 204;
  • blue value is 234.
RGB:
(152,204,234)
(60%,80%,92%)

RGB channels and saturation

R 152 of 255 = 60%
G 204 of 255 = 80%
B 234 of 255 = 92%

152
204
234

R + G + B ~ 77%. #98CCEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 204 + 234 = 590 (100%)
R 152 of 590 ~ 25.76%
G 204 of 590 ~ 34.58%
B 234 of 590 ~ 39.66%

%25.76
%34.58
%39.66

CMYK color model

#98CCEA color CMYK value is (35,13,0,8).

  • cyan value is 35.04%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(35,13,0,8)
C35M13Y0K8 
(35%,13%,0%,8%)
(0.35/0.13/0.00/0.08)	

CMYK percentages

%35.04
%12.82
%0
%8.24

Codes

Color #98CCEA in popluar color models

98CCEA
RGB152204234
HSL202°66.13%75.69%
HSB/HSV202°35.04%91.76%
CMYK35.04%12.82%0.00%
8.24%

Color #98CCEA in popluar number systems.

HEX98CCEA
Decimal152204234
Binary100110001100110011101010
Octal230314352

Shades and tints

Shades of #98CCEA

#98CCEA
(152,204,234)
#8BBAD5
(139,186,213)
#7EA8C0
(126,168,192)
#7196AB
(113,150,171)
#648496
(100,132,150)
#577281
(87,114,129)
#4A606C
(74,96,108)
#3D4E57
(61,78,87)
#303C42
(48,60,66)
#232A2D
(35,42,45)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #98CCEA

#98CCEA
(152,204,234)
#A1D0EB
(161,208,235)
#AAD4EC
(170,212,236)
#B3D8ED
(179,216,237)
#BCDCEE
(188,220,238)
#C5E0EF
(197,224,239)
#CEE4F0
(206,228,240)
#D7E8F1
(215,232,241)
#E0ECF2
(224,236,242)
#E9F0F3
(233,240,243)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CCEA color. Also use rgb(152,204,234) instead hex code.

Text Font Color

.myTextColor { color: #98CCEA; }

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

This text font color is #98CCEA.


Background Color

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

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

This div background color is #98CCEA.


Border color

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

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

This div border color is #98CCEA.


Opacity

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

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

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

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

This text has shadow with #98CCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CCEA on black background.


Color preview on white background

This text has color #98CCEA on white background.



Black color preview on #98CCEA background

This text has black color on #98CCEA background.


White color preview on #98CCEA background

This text has white color on #98CCEA background.