COLOR #98C2E5

HEX: #98C2E5 RGB: (152,194,229)

Color info

#98C2E5 contains mainly green and blue colors. Web safe color of #98C2E5 is #99CCCC (or #9CC).

RGB color model

#98C2E5 color RGB value is (152,194,229).

RGB: (152,194,229) (60%, 76%, 90%)

RGB channels and saturation

R 152 of 255 = 60%
G 194 of 255 = 76%
B 229 of 255 = 90%

152
194
229

R + G + B ~ 75%. #98C2E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 194 + 229 = 575 (100%)
R 152 of 575 ~ 26.43%
G 194 of 575 ~ 33.74%
B 229 of 575 ~ 39.83'%

%26.43
%33.74
%39.83

CMYK color model

#98C2E5 color CMYK value is (34,15,0,10).

  • cyan value is 33.62%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (34,15,0,10)
C34M15Y0K10 (34%, 15%, 0%, 10%)
(0.34 / 0.15 / 0.00 / 0.10)

CMYK percentages

%33.62
%15.28
%0
%10.2

Codes

Color #98C2E5 in popluar color models

98 C2 E5
RGB 152 194 229
HSL 207° 59.69% 74.71%
HSB/HSV 207° 33.62% 89.80%
CMYK 33.62% 15.28% 0.00%
10.20%

Color #98C2E5 in popluar number systems.

HEX 98 C2 E5
Decimal 152 194 229
Binary 10011000 11000010 11100101
Octal 230 302 345

Shades and tints

Shades of #98C2E5

#98C2E5
(152,194,229)
#8BB1D1
(139,177,209)
#7EA0BD
(126,160,189)
#718FA9
(113,143,169)
#647E95
(100,126,149)
#576D81
(87,109,129)
#4A5C6D
(74,92,109)
#3D4B59
(61,75,89)
#303A45
(48,58,69)
#232931
(35,41,49)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #98C2E5

#98C2E5
(152,194,229)
#A1C7E7
(161,199,231)
#AACCE9
(170,204,233)
#B3D1EB
(179,209,235)
#BCD6ED
(188,214,237)
#C5DBEF
(197,219,239)
#CEE0F1
(206,224,241)
#D7E5F3
(215,229,243)
#E0EAF5
(224,234,245)
#E9EFF7
(233,239,247)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C2E5 color. Also use rgb(152,194,229) instead hex code.

Text Font Color

.myTextColor { color: #98C2E5; }

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

This text font color is #98C2E5.

Background Color

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

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

This div background color is #98C2E5.

Border color

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

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

This div border color is #98C2E5.

Opacity

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

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

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

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

This text has shadow with #98C2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C2E5.

Preview

Color preview on black background

This text has color #98C2E5 on black background.


Color preview on white background

This text has color #98C2E5 on white background.


Black color preview on #98C2E5 background

This text has black color on #98C2E5 background.


White color preview on #98C2E5 background

This text has white color on #98C2E5 background.


Related colors

Complementary color

Complementary color for #hex is #673D1A.


I love getcolorcode.com

Triadic colors

1 #E598C2 and #C2E598 with #98C2E5 are triadic colors.

2 #E5C298 and #C298E5 with #98C2E5 are triadic colors.