COLOR #98B9E2

HEX: #98B9E2 RGB: (152,185,226)

Color info

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

RGB color model

#98B9E2 color RGB value is (152,185,226).

RGB: (152,185,226) (60%, 73%, 89%)

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 226 of 255 = 89%

152
185
226

R + G + B ~ 74%. #98B9E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 185 + 226 = 563 (100%)
R 152 of 563 ~ 27%
G 185 of 563 ~ 32.86%
B 226 of 563 ~ 40.14'%

%27
%32.86
%40.14

CMYK color model

#98B9E2 color CMYK value is (33,18,0,11).

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

CMYK: (33,18,0,11)
C33M18Y0K11 (33%, 18%, 0%, 11%)
(0.33 / 0.18 / 0.00 / 0.11)

CMYK percentages

%32.74
%18.14
%0
%11.37

Codes

Color #98B9E2 in popluar color models

98 B9 E2
RGB 152 185 226
HSL 213° 56.06% 74.12%
HSB/HSV 213° 32.74% 88.63%
CMYK 32.74% 18.14% 0.00%
11.37%

Color #98B9E2 in popluar number systems.

HEX 98 B9 E2
Decimal 152 185 226
Binary 10011000 10111001 11100010
Octal 230 271 342

Shades and tints

Shades of #98B9E2

#98B9E2
(152,185,226)
#8BA9CE
(139,169,206)
#7E99BA
(126,153,186)
#7189A6
(113,137,166)
#647992
(100,121,146)
#57697E
(87,105,126)
#4A596A
(74,89,106)
#3D4956
(61,73,86)
#303942
(48,57,66)
#23292E
(35,41,46)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #98B9E2

#98B9E2
(152,185,226)
#A1BFE4
(161,191,228)
#AAC5E6
(170,197,230)
#B3CBE8
(179,203,232)
#BCD1EA
(188,209,234)
#C5D7EC
(197,215,236)
#CEDDEE
(206,221,238)
#D7E3F0
(215,227,240)
#E0E9F2
(224,233,242)
#E9EFF4
(233,239,244)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B9E2; }

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

This text font color is #98B9E2.

Background Color

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

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

This div background color is #98B9E2.

Border color

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

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

This div border color is #98B9E2.

Opacity

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

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

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

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

This text has shadow with #98B9E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B9E2.

Preview

Color preview on black background

This text has color #98B9E2 on black background.


Color preview on white background

This text has color #98B9E2 on white background.


Black color preview on #98B9E2 background

This text has black color on #98B9E2 background.


White color preview on #98B9E2 background

This text has white color on #98B9E2 background.


Related colors

Complementary color

Complementary color for #hex is #67461D.


I love getcolorcode.com

Triadic colors

1 #E298B9 and #B9E298 with #98B9E2 are triadic colors.

2 #E2B998 and #B998E2 with #98B9E2 are triadic colors.