COLOR #98CAEB

HEX: #98CAEB
RGB: (152,202,235)

Color info

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

RGB color model

#98CAEB color RGB value is (152,202,235).

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

RGB channels and saturation

R 152 of 255 = 60%
G 202 of 255 = 79%
B 235 of 255 = 92%

152
202
235

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

Portions of RGB colors in percentages

R + G + B =
152 + 202 + 235 = 589 (100%)
R 152 of 589 ~ 25.81%
G 202 of 589 ~ 34.3%
B 235 of 589 ~ 39.9%

%25.81
%34.3
%39.9

CMYK color model

#98CAEB color CMYK value is (35,14,0,8).

  • cyan value is 35.32%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(35,14,0,8)
C35M14Y0K8 
(35%,14%,0%,8%)
(0.35/0.14/0.00/0.08)	

CMYK percentages

%35.32
%14.04
%0
%7.84

Codes

Color #98CAEB in popluar color models

98CAEB
RGB152202235
HSL204°67.48%75.88%
HSB/HSV204°35.32%92.16%
CMYK35.32%14.04%0.00%
7.84%

Color #98CAEB in popluar number systems.

HEX98CAEB
Decimal152202235
Binary100110001100101011101011
Octal230312353

Shades and tints

Shades of #98CAEB

#98CAEB
(152,202,235)
#8BB8D6
(139,184,214)
#7EA6C1
(126,166,193)
#7194AC
(113,148,172)
#648297
(100,130,151)
#577082
(87,112,130)
#4A5E6D
(74,94,109)
#3D4C58
(61,76,88)
#303A43
(48,58,67)
#23282E
(35,40,46)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #98CAEB

#98CAEB
(152,202,235)
#A1CEEC
(161,206,236)
#AAD2ED
(170,210,237)
#B3D6EE
(179,214,238)
#BCDAEF
(188,218,239)
#C5DEF0
(197,222,240)
#CEE2F1
(206,226,241)
#D7E6F2
(215,230,242)
#E0EAF3
(224,234,243)
#E9EEF4
(233,238,244)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98CAEB; }

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

This text font color is #98CAEB.


Background Color

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

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

This div background color is #98CAEB.


Border color

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

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

This div border color is #98CAEB.


Opacity

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

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

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

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

This text has shadow with #98CAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CAEB on black background.


Color preview on white background

This text has color #98CAEB on white background.



Black color preview on #98CAEB background

This text has black color on #98CAEB background.


White color preview on #98CAEB background

This text has white color on #98CAEB background.