COLOR #98B6DD

HEX: #98B6DD
RGB: (152,182,221)

Color info

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

RGB color model

#98B6DD color RGB value is (152,182,221).

  • red value is 152;
  • green value is 182;
  • blue value is 221.
RGB:
(152,182,221)
(60%,71%,87%)

RGB channels and saturation

R 152 of 255 = 60%
G 182 of 255 = 71%
B 221 of 255 = 87%

152
182
221

R + G + B ~ 73%. #98B6DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 182 + 221 = 555 (100%)
R 152 of 555 ~ 27.39%
G 182 of 555 ~ 32.79%
B 221 of 555 ~ 39.82%

%27.39
%32.79
%39.82

CMYK color model

#98B6DD color CMYK value is (31,18,0,13).

  • cyan value is 31.22%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(31,18,0,13)
C31M18Y0K13 
(31%,18%,0%,13%)
(0.31/0.18/0.00/0.13)	

CMYK percentages

%31.22
%17.65
%0
%13.33

Codes

Color #98B6DD in popluar color models

98B6DD
RGB152182221
HSL214°50.36%73.14%
HSB/HSV214°31.22%86.67%
CMYK31.22%17.65%0.00%
13.33%

Color #98B6DD in popluar number systems.

HEX98B6DD
Decimal152182221
Binary100110001011011011011101
Octal230266335

Shades and tints

Shades of #98B6DD

#98B6DD
(152,182,221)
#8BA6C9
(139,166,201)
#7E96B5
(126,150,181)
#7186A1
(113,134,161)
#64768D
(100,118,141)
#576679
(87,102,121)
#4A5665
(74,86,101)
#3D4651
(61,70,81)
#30363D
(48,54,61)
#232629
(35,38,41)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #98B6DD

#98B6DD
(152,182,221)
#A1BCE0
(161,188,224)
#AAC2E3
(170,194,227)
#B3C8E6
(179,200,230)
#BCCEE9
(188,206,233)
#C5D4EC
(197,212,236)
#CEDAEF
(206,218,239)
#D7E0F2
(215,224,242)
#E0E6F5
(224,230,245)
#E9ECF8
(233,236,248)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B6DD color. Also use rgb(152,182,221) instead hex code.

Text Font Color

.myTextColor { color: #98B6DD; }

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

This text font color is #98B6DD.


Background Color

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

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

This div background color is #98B6DD.


Border color

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

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

This div border color is #98B6DD.


Opacity

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

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

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

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

This text has shadow with #98B6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B6DD on black background.


Color preview on white background

This text has color #98B6DD on white background.



Black color preview on #98B6DD background

This text has black color on #98B6DD background.


White color preview on #98B6DD background

This text has white color on #98B6DD background.