COLOR #98B5E5

HEX: #98B5E5 RGB: (152,181,229)

Color info

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

RGB color model

#98B5E5 color RGB value is (152,181,229).

RGB: (152,181,229) (60%, 71%, 90%)

RGB channels and saturation

R 152 of 255 = 60%
G 181 of 255 = 71%
B 229 of 255 = 90%

152
181
229

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

Portions of RGB colors in percentages

R + G + B = 152 + 181 + 229 = 562 (100%)
R 152 of 562 ~ 27.05%
G 181 of 562 ~ 32.21%
B 229 of 562 ~ 40.75'%

%27.05
%32.21
%40.75

CMYK color model

#98B5E5 color CMYK value is (34,21,0,10).

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

CMYK: (34,21,0,10)
C34M21Y0K10 (34%, 21%, 0%, 10%)
(0.34 / 0.21 / 0.00 / 0.10)

CMYK percentages

%33.62
%20.96
%0
%10.2

Codes

Color #98B5E5 in popluar color models

98 B5 E5
RGB 152 181 229
HSL 217° 59.69% 74.71%
HSB/HSV 217° 33.62% 89.80%
CMYK 33.62% 20.96% 0.00%
10.20%

Color #98B5E5 in popluar number systems.

HEX 98 B5 E5
Decimal 152 181 229
Binary 10011000 10110101 11100101
Octal 230 265 345

Shades and tints

Shades of #98B5E5

#98B5E5
(152,181,229)
#8BA5D1
(139,165,209)
#7E95BD
(126,149,189)
#7185A9
(113,133,169)
#647595
(100,117,149)
#576581
(87,101,129)
#4A556D
(74,85,109)
#3D4559
(61,69,89)
#303545
(48,53,69)
#232531
(35,37,49)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #98B5E5

#98B5E5
(152,181,229)
#A1BBE7
(161,187,231)
#AAC1E9
(170,193,233)
#B3C7EB
(179,199,235)
#BCCDED
(188,205,237)
#C5D3EF
(197,211,239)
#CED9F1
(206,217,241)
#D7DFF3
(215,223,243)
#E0E5F5
(224,229,245)
#E9EBF7
(233,235,247)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B5E5; }

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

This text font color is #98B5E5.

Background Color

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

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

This div background color is #98B5E5.

Border color

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

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

This div border color is #98B5E5.

Opacity

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

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

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

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

This text has shadow with #98B5E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B5E5.

Preview

Color preview on black background

This text has color #98B5E5 on black background.


Color preview on white background

This text has color #98B5E5 on white background.


Black color preview on #98B5E5 background

This text has black color on #98B5E5 background.


White color preview on #98B5E5 background

This text has white color on #98B5E5 background.


Related colors

Complementary color

Complementary color for #hex is #674A1A.


I love getcolorcode.com

Triadic colors

1 #E598B5 and #B5E598 with #98B5E5 are triadic colors.

2 #E5B598 and #B598E5 with #98B5E5 are triadic colors.