COLOR #98B0E2

HEX: #98B0E2
RGB: (152,176,226)

Color info

#98B0E2 contains mainly green and blue colors. Web safe color of #98B0E2 is #9999CC (or #99C).

RGB color model

#98B0E2 color RGB value is (152,176,226).

  • red value is 152;
  • green value is 176;
  • blue value is 226.
RGB:
(152,176,226)
(60%,69%,89%)

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 226 of 255 = 89%

152
176
226

R + G + B ~ 73%. #98B0E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 176 + 226 = 554 (100%)
R 152 of 554 ~ 27.44%
G 176 of 554 ~ 31.77%
B 226 of 554 ~ 40.79%

%27.44
%31.77
%40.79

CMYK color model

#98B0E2 color CMYK value is (33,22,0,11).

  • cyan value is 32.74%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(33,22,0,11)
C33M22Y0K11 
(33%,22%,0%,11%)
(0.33/0.22/0.00/0.11)	

CMYK percentages

%32.74
%22.12
%0
%11.37

Codes

Color #98B0E2 in popluar color models

98B0E2
RGB152176226
HSL221°56.06%74.12%
HSB/HSV221°32.74%88.63%
CMYK32.74%22.12%0.00%
11.37%

Color #98B0E2 in popluar number systems.

HEX98B0E2
Decimal152176226
Binary100110001011000011100010
Octal230260342

Shades and tints

Shades of #98B0E2

#98B0E2
(152,176,226)
#8BA0CE
(139,160,206)
#7E90BA
(126,144,186)
#7180A6
(113,128,166)
#647092
(100,112,146)
#57607E
(87,96,126)
#4A506A
(74,80,106)
#3D4056
(61,64,86)
#303042
(48,48,66)
#23202E
(35,32,46)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #98B0E2

#98B0E2
(152,176,226)
#A1B7E4
(161,183,228)
#AABEE6
(170,190,230)
#B3C5E8
(179,197,232)
#BCCCEA
(188,204,234)
#C5D3EC
(197,211,236)
#CEDAEE
(206,218,238)
#D7E1F0
(215,225,240)
#E0E8F2
(224,232,242)
#E9EFF4
(233,239,244)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B0E2; }

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

This text font color is #98B0E2.


Background Color

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

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

This div background color is #98B0E2.


Border color

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

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

This div border color is #98B0E2.


Opacity

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

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

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

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

This text has shadow with #98B0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B0E2 on black background.


Color preview on white background

This text has color #98B0E2 on white background.



Black color preview on #98B0E2 background

This text has black color on #98B0E2 background.


White color preview on #98B0E2 background

This text has white color on #98B0E2 background.