COLOR #98C0E2

HEX: #98C0E2 RGB: (152,192,226)

Color info

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

RGB color model

#98C0E2 color RGB value is (152,192,226).

RGB: (152,192,226) (60%, 75%, 89%)

RGB channels and saturation

R 152 of 255 = 60%
G 192 of 255 = 75%
B 226 of 255 = 89%

152
192
226

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

Portions of RGB colors in percentages

R + G + B = 152 + 192 + 226 = 570 (100%)
R 152 of 570 ~ 26.67%
G 192 of 570 ~ 33.68%
B 226 of 570 ~ 39.65'%

%26.67
%33.68
%39.65

CMYK color model

#98C0E2 color CMYK value is (33,15,0,11).

  • cyan value is 32.74%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (33,15,0,11)
C33M15Y0K11 (33%, 15%, 0%, 11%)
(0.33 / 0.15 / 0.00 / 0.11)

CMYK percentages

%32.74
%15.04
%0
%11.37

Codes

Color #98C0E2 in popluar color models

98 C0 E2
RGB 152 192 226
HSL 208° 56.06% 74.12%
HSB/HSV 208° 32.74% 88.63%
CMYK 32.74% 15.04% 0.00%
11.37%

Color #98C0E2 in popluar number systems.

HEX 98 C0 E2
Decimal 152 192 226
Binary 10011000 11000000 11100010
Octal 230 300 342

Shades and tints

Shades of #98C0E2

#98C0E2
(152,192,226)
#8BAFCE
(139,175,206)
#7E9EBA
(126,158,186)
#718DA6
(113,141,166)
#647C92
(100,124,146)
#576B7E
(87,107,126)
#4A5A6A
(74,90,106)
#3D4956
(61,73,86)
#303842
(48,56,66)
#23272E
(35,39,46)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #98C0E2

#98C0E2
(152,192,226)
#A1C5E4
(161,197,228)
#AACAE6
(170,202,230)
#B3CFE8
(179,207,232)
#BCD4EA
(188,212,234)
#C5D9EC
(197,217,236)
#CEDEEE
(206,222,238)
#D7E3F0
(215,227,240)
#E0E8F2
(224,232,242)
#E9EDF4
(233,237,244)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C0E2 color. Also use rgb(152,192,226) instead hex code.

Text Font Color

.myTextColor { color: #98C0E2; }

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

This text font color is #98C0E2.

Background Color

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

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

This div background color is #98C0E2.

Border color

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

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

This div border color is #98C0E2.

Opacity

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

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

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

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

This text has shadow with #98C0E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C0E2.

Preview

Color preview on black background

This text has color #98C0E2 on black background.


Color preview on white background

This text has color #98C0E2 on white background.


Black color preview on #98C0E2 background

This text has black color on #98C0E2 background.


White color preview on #98C0E2 background

This text has white color on #98C0E2 background.


Related colors

Complementary color

Complementary color for #hex is #673F1D.


I love getcolorcode.com

Triadic colors

1 #E298C0 and #C0E298 with #98C0E2 are triadic colors.

2 #E2C098 and #C098E2 with #98C0E2 are triadic colors.