COLOR #98B8FD

HEX: #98B8FD
RGB: (152,184,253)

Color info

#98B8FD contains mainly blue color. Web safe color of #98B8FD is #99CCFF (or #9CF).

RGB color model

#98B8FD color RGB value is (152,184,253).

  • red value is 152;
  • green value is 184;
  • blue value is 253.
RGB:
(152,184,253)
(60%,72%,99%)

RGB channels and saturation

R 152 of 255 = 60%
G 184 of 255 = 72%
B 253 of 255 = 99%

152
184
253

R + G + B ~ 77%. #98B8FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 184 + 253 = 589 (100%)
R 152 of 589 ~ 25.81%
G 184 of 589 ~ 31.24%
B 253 of 589 ~ 42.95%

%25.81
%31.24
%42.95

CMYK color model

#98B8FD color CMYK value is (40,27,0,1).

  • cyan value is 39.92%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(40,27,0,1)
C40M27Y0K1 
(40%,27%,0%,1%)
(0.40/0.27/0.00/0.01)	

CMYK percentages

%39.92
%27.27
%0
%0.78

Codes

Color #98B8FD in popluar color models

98B8FD
RGB152184253
HSL221°96.19%79.41%
HSB/HSV221°39.92%99.22%
CMYK39.92%27.27%0.00%
0.78%

Color #98B8FD in popluar number systems.

HEX98B8FD
Decimal152184253
Binary100110001011100011111101
Octal230270375

Shades and tints

Shades of #98B8FD

#98B8FD
(152,184,253)
#8BA8E6
(139,168,230)
#7E98CF
(126,152,207)
#7188B8
(113,136,184)
#6478A1
(100,120,161)
#57688A
(87,104,138)
#4A5873
(74,88,115)
#3D485C
(61,72,92)
#303845
(48,56,69)
#23282E
(35,40,46)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #98B8FD

#98B8FD
(152,184,253)
#A1BEFD
(161,190,253)
#AAC4FD
(170,196,253)
#B3CAFD
(179,202,253)
#BCD0FD
(188,208,253)
#C5D6FD
(197,214,253)
#CEDCFD
(206,220,253)
#D7E2FD
(215,226,253)
#E0E8FD
(224,232,253)
#E9EEFD
(233,238,253)
#F2F4FD
(242,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B8FD color. Also use rgb(152,184,253) instead hex code.

Text Font Color

.myTextColor { color: #98B8FD; }

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

This text font color is #98B8FD.


Background Color

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

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

This div background color is #98B8FD.


Border color

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

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

This div border color is #98B8FD.


Opacity

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

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

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

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

This text has shadow with #98B8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B8FD on black background.


Color preview on white background

This text has color #98B8FD on white background.



Black color preview on #98B8FD background

This text has black color on #98B8FD background.


White color preview on #98B8FD background

This text has white color on #98B8FD background.