COLOR #98B4DB

HEX: #98B4DB
RGB: (152,180,219)

Color info

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

RGB color model

#98B4DB color RGB value is (152,180,219).

  • red value is 152;
  • green value is 180;
  • blue value is 219.
RGB:
(152,180,219)
(60%,71%,86%)

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 219 of 255 = 86%

152
180
219

R + G + B ~ 72%. #98B4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 180 + 219 = 551 (100%)
R 152 of 551 ~ 27.59%
G 180 of 551 ~ 32.67%
B 219 of 551 ~ 39.75%

%27.59
%32.67
%39.75

CMYK color model

#98B4DB color CMYK value is (31,18,0,14).

  • cyan value is 30.59%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(31,18,0,14)
C31M18Y0K14 
(31%,18%,0%,14%)
(0.31/0.18/0.00/0.14)	

CMYK percentages

%30.59
%17.81
%0
%14.12

Codes

Color #98B4DB in popluar color models

98B4DB
RGB152180219
HSL215°48.20%72.75%
HSB/HSV215°30.59%85.88%
CMYK30.59%17.81%0.00%
14.12%

Color #98B4DB in popluar number systems.

HEX98B4DB
Decimal152180219
Binary100110001011010011011011
Octal230264333

Shades and tints

Shades of #98B4DB

#98B4DB
(152,180,219)
#8BA4C8
(139,164,200)
#7E94B5
(126,148,181)
#7184A2
(113,132,162)
#64748F
(100,116,143)
#57647C
(87,100,124)
#4A5469
(74,84,105)
#3D4456
(61,68,86)
#303443
(48,52,67)
#232430
(35,36,48)
#16141D
(22,20,29)
#000000
(0,0,0)

Tints of #98B4DB

#98B4DB
(152,180,219)
#A1BADE
(161,186,222)
#AAC0E1
(170,192,225)
#B3C6E4
(179,198,228)
#BCCCE7
(188,204,231)
#C5D2EA
(197,210,234)
#CED8ED
(206,216,237)
#D7DEF0
(215,222,240)
#E0E4F3
(224,228,243)
#E9EAF6
(233,234,246)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B4DB color. Also use rgb(152,180,219) instead hex code.

Text Font Color

.myTextColor { color: #98B4DB; }

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

This text font color is #98B4DB.


Background Color

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

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

This div background color is #98B4DB.


Border color

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

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

This div border color is #98B4DB.


Opacity

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

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

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

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

This text has shadow with #98B4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B4DB on black background.


Color preview on white background

This text has color #98B4DB on white background.



Black color preview on #98B4DB background

This text has black color on #98B4DB background.


White color preview on #98B4DB background

This text has white color on #98B4DB background.