COLOR #98BCEC

HEX: #98BCEC RGB: (152,188,236)

Color info

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

RGB color model

#98BCEC color RGB value is (152,188,236).

RGB: (152,188,236) (60%, 74%, 93%)

RGB channels and saturation

R 152 of 255 = 60%
G 188 of 255 = 74%
B 236 of 255 = 93%

152
188
236

R + G + B ~ 76%. #98BCEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 188 + 236 = 576 (100%)
R 152 of 576 ~ 26.39%
G 188 of 576 ~ 32.64%
B 236 of 576 ~ 40.97'%

%26.39
%32.64
%40.97

CMYK color model

#98BCEC color CMYK value is (36,20,0,7).

  • cyan value is 35.59%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (36,20,0,7)
C36M20Y0K7 (36%, 20%, 0%, 7%)
(0.36 / 0.20 / 0.00 / 0.07)

CMYK percentages

%35.59
%20.34
%0
%7.45

Codes

Color #98BCEC in popluar color models

98 BC EC
RGB 152 188 236
HSL 214° 68.85% 76.08%
HSB/HSV 214° 35.59% 92.55%
CMYK 35.59% 20.34% 0.00%
7.45%

Color #98BCEC in popluar number systems.

HEX 98 BC EC
Decimal 152 188 236
Binary 10011000 10111100 11101100
Octal 230 274 354

Shades and tints

Shades of #98BCEC

#98BCEC
(152,188,236)
#8BABD7
(139,171,215)
#7E9AC2
(126,154,194)
#7189AD
(113,137,173)
#647898
(100,120,152)
#576783
(87,103,131)
#4A566E
(74,86,110)
#3D4559
(61,69,89)
#303444
(48,52,68)
#23232F
(35,35,47)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #98BCEC

#98BCEC
(152,188,236)
#A1C2ED
(161,194,237)
#AAC8EE
(170,200,238)
#B3CEEF
(179,206,239)
#BCD4F0
(188,212,240)
#C5DAF1
(197,218,241)
#CEE0F2
(206,224,242)
#D7E6F3
(215,230,243)
#E0ECF4
(224,236,244)
#E9F2F5
(233,242,245)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BCEC; }

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

This text font color is #98BCEC.

Background Color

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

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

This div background color is #98BCEC.

Border color

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

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

This div border color is #98BCEC.

Opacity

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

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

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

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

This text has shadow with #98BCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BCEC.

Preview

Color preview on black background

This text has color #98BCEC on black background.


Color preview on white background

This text has color #98BCEC on white background.


Black color preview on #98BCEC background

This text has black color on #98BCEC background.


White color preview on #98BCEC background

This text has white color on #98BCEC background.


Related colors

Complementary color

Complementary color for #hex is #674313.


I love getcolorcode.com

Triadic colors

1 #EC98BC and #BCEC98 with #98BCEC are triadic colors.

2 #ECBC98 and #BC98EC with #98BCEC are triadic colors.