COLOR #98B7DD

HEX: #98B7DD
RGB: (152,183,221)

Color info

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

RGB color model

#98B7DD color RGB value is (152,183,221).

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

RGB channels and saturation

R 152 of 255 = 60%
G 183 of 255 = 72%
B 221 of 255 = 87%

152
183
221

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

Portions of RGB colors in percentages

R + G + B =
152 + 183 + 221 = 556 (100%)
R 152 of 556 ~ 27.34%
G 183 of 556 ~ 32.91%
B 221 of 556 ~ 39.75%

%27.34
%32.91
%39.75

CMYK color model

#98B7DD color CMYK value is (31,17,0,13).

  • cyan value is 31.22%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(31,17,0,13)
C31M17Y0K13 
(31%,17%,0%,13%)
(0.31/0.17/0.00/0.13)	

CMYK percentages

%31.22
%17.19
%0
%13.33

Codes

Color #98B7DD in popluar color models

98B7DD
RGB152183221
HSL213°50.36%73.14%
HSB/HSV213°31.22%86.67%
CMYK31.22%17.19%0.00%
13.33%

Color #98B7DD in popluar number systems.

HEX98B7DD
Decimal152183221
Binary100110001011011111011101
Octal230267335

Shades and tints

Shades of #98B7DD

#98B7DD
(152,183,221)
#8BA7C9
(139,167,201)
#7E97B5
(126,151,181)
#7187A1
(113,135,161)
#64778D
(100,119,141)
#576779
(87,103,121)
#4A5765
(74,87,101)
#3D4751
(61,71,81)
#30373D
(48,55,61)
#232729
(35,39,41)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #98B7DD

#98B7DD
(152,183,221)
#A1BDE0
(161,189,224)
#AAC3E3
(170,195,227)
#B3C9E6
(179,201,230)
#BCCFE9
(188,207,233)
#C5D5EC
(197,213,236)
#CEDBEF
(206,219,239)
#D7E1F2
(215,225,242)
#E0E7F5
(224,231,245)
#E9EDF8
(233,237,248)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B7DD; }

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

This text font color is #98B7DD.


Background Color

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

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

This div background color is #98B7DD.


Border color

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

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

This div border color is #98B7DD.


Opacity

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

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

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

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

This text has shadow with #98B7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B7DD on black background.


Color preview on white background

This text has color #98B7DD on white background.



Black color preview on #98B7DD background

This text has black color on #98B7DD background.


White color preview on #98B7DD background

This text has white color on #98B7DD background.