COLOR #98B1EF

HEX: #98B1EF RGB: (152,177,239)

Color info

#98B1EF contains mainly blue color. Web safe color of #98B1EF is #9999FF (or #99F).

RGB color model

#98B1EF color RGB value is (152,177,239).

RGB: (152,177,239) (60%, 69%, 94%)

RGB channels and saturation

R 152 of 255 = 60%
G 177 of 255 = 69%
B 239 of 255 = 94%

152
177
239

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

Portions of RGB colors in percentages

R + G + B = 152 + 177 + 239 = 568 (100%)
R 152 of 568 ~ 26.76%
G 177 of 568 ~ 31.16%
B 239 of 568 ~ 42.08'%

%26.76
%31.16
%42.08

CMYK color model

#98B1EF color CMYK value is (36,26,0,6).

  • cyan value is 36.40%
  • magenta value is 25.94%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (36,26,0,6)
C36M26Y0K6 (36%, 26%, 0%, 6%)
(0.36 / 0.26 / 0.00 / 0.06)

CMYK percentages

%36.4
%25.94
%0
%6.27

Codes

Color #98B1EF in popluar color models

98 B1 EF
RGB 152 177 239
HSL 223° 73.11% 76.67%
HSB/HSV 223° 36.40% 93.73%
CMYK 36.40% 25.94% 0.00%
6.27%

Color #98B1EF in popluar number systems.

HEX 98 B1 EF
Decimal 152 177 239
Binary 10011000 10110001 11101111
Octal 230 261 357

Shades and tints

Shades of #98B1EF

#98B1EF
(152,177,239)
#8BA1DA
(139,161,218)
#7E91C5
(126,145,197)
#7181B0
(113,129,176)
#64719B
(100,113,155)
#576186
(87,97,134)
#4A5171
(74,81,113)
#3D415C
(61,65,92)
#303147
(48,49,71)
#232132
(35,33,50)
#16111D
(22,17,29)
#000000
(0,0,0)

Tints of #98B1EF

#98B1EF
(152,177,239)
#A1B8F0
(161,184,240)
#AABFF1
(170,191,241)
#B3C6F2
(179,198,242)
#BCCDF3
(188,205,243)
#C5D4F4
(197,212,244)
#CEDBF5
(206,219,245)
#D7E2F6
(215,226,246)
#E0E9F7
(224,233,247)
#E9F0F8
(233,240,248)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B1EF color. Also use rgb(152,177,239) instead hex code.

Text Font Color

.myTextColor { color: #98B1EF; }

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

This text font color is #98B1EF.

Background Color

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

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

This div background color is #98B1EF.

Border color

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

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

This div border color is #98B1EF.

Opacity

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

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

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

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

This text has shadow with #98B1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B1EF.

Preview

Color preview on black background

This text has color #98B1EF on black background.


Color preview on white background

This text has color #98B1EF on white background.


Black color preview on #98B1EF background

This text has black color on #98B1EF background.


White color preview on #98B1EF background

This text has white color on #98B1EF background.


Related colors

Complementary color

Complementary color for #hex is #674E10.


I love getcolorcode.com

Triadic colors

1 #EF98B1 and #B1EF98 with #98B1EF are triadic colors.

2 #EFB198 and #B198EF with #98B1EF are triadic colors.