COLOR #98BCE9

HEX: #98BCE9 RGB: (152,188,233)

Color info

#98BCE9 contains mainly green and blue colors. Web safe color of #98BCE9 is #99CCFF (or #9CF).

RGB color model

#98BCE9 color RGB value is (152,188,233).

RGB: (152,188,233) (60%, 74%, 91%)

RGB channels and saturation

R 152 of 255 = 60%
G 188 of 255 = 74%
B 233 of 255 = 91%

152
188
233

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

Portions of RGB colors in percentages

R + G + B = 152 + 188 + 233 = 573 (100%)
R 152 of 573 ~ 26.53%
G 188 of 573 ~ 32.81%
B 233 of 573 ~ 40.66'%

%26.53
%32.81
%40.66

CMYK color model

#98BCE9 color CMYK value is (35,19,0,9).

  • cyan value is 34.76%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (35,19,0,9)
C35M19Y0K9 (35%, 19%, 0%, 9%)
(0.35 / 0.19 / 0.00 / 0.09)

CMYK percentages

%34.76
%19.31
%0
%8.63

Codes

Color #98BCE9 in popluar color models

98 BC E9
RGB 152 188 233
HSL 213° 64.80% 75.49%
HSB/HSV 213° 34.76% 91.37%
CMYK 34.76% 19.31% 0.00%
8.63%

Color #98BCE9 in popluar number systems.

HEX 98 BC E9
Decimal 152 188 233
Binary 10011000 10111100 11101001
Octal 230 274 351

Shades and tints

Shades of #98BCE9

#98BCE9
(152,188,233)
#8BABD4
(139,171,212)
#7E9ABF
(126,154,191)
#7189AA
(113,137,170)
#647895
(100,120,149)
#576780
(87,103,128)
#4A566B
(74,86,107)
#3D4556
(61,69,86)
#303441
(48,52,65)
#23232C
(35,35,44)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #98BCE9

#98BCE9
(152,188,233)
#A1C2EB
(161,194,235)
#AAC8ED
(170,200,237)
#B3CEEF
(179,206,239)
#BCD4F1
(188,212,241)
#C5DAF3
(197,218,243)
#CEE0F5
(206,224,245)
#D7E6F7
(215,230,247)
#E0ECF9
(224,236,249)
#E9F2FB
(233,242,251)
#F2F8FD
(242,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BCE9 color. Also use rgb(152,188,233) instead hex code.

Text Font Color

.myTextColor { color: #98BCE9; }

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

This text font color is #98BCE9.

Background Color

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

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

This div background color is #98BCE9.

Border color

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

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

This div border color is #98BCE9.

Opacity

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

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

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

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

This text has shadow with #98BCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BCE9.

Preview

Color preview on black background

This text has color #98BCE9 on black background.


Color preview on white background

This text has color #98BCE9 on white background.


Black color preview on #98BCE9 background

This text has black color on #98BCE9 background.


White color preview on #98BCE9 background

This text has white color on #98BCE9 background.


Related colors

Complementary color

Complementary color for #hex is #674316.


I love getcolorcode.com

Triadic colors

1 #E998BC and #BCE998 with #98BCE9 are triadic colors.

2 #E9BC98 and #BC98E9 with #98BCE9 are triadic colors.