COLOR #98BADB

HEX: #98BADB RGB: (152,186,219)

Color info

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

RGB color model

#98BADB color RGB value is (152,186,219).

RGB: (152,186,219) (60%, 73%, 86%)

RGB channels and saturation

R 152 of 255 = 60%
G 186 of 255 = 73%
B 219 of 255 = 86%

152
186
219

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

Portions of RGB colors in percentages

R + G + B = 152 + 186 + 219 = 557 (100%)
R 152 of 557 ~ 27.29%
G 186 of 557 ~ 33.39%
B 219 of 557 ~ 39.32'%

%27.29
%33.39
%39.32

CMYK color model

#98BADB color CMYK value is (31,15,0,14).

  • cyan value is 30.59%
  • magenta value is 15.07%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (31,15,0,14)
C31M15Y0K14 (31%, 15%, 0%, 14%)
(0.31 / 0.15 / 0.00 / 0.14)

CMYK percentages

%30.59
%15.07
%0
%14.12

Codes

Color #98BADB in popluar color models

98 BA DB
RGB 152 186 219
HSL 210° 48.20% 72.75%
HSB/HSV 210° 30.59% 85.88%
CMYK 30.59% 15.07% 0.00%
14.12%

Color #98BADB in popluar number systems.

HEX 98 BA DB
Decimal 152 186 219
Binary 10011000 10111010 11011011
Octal 230 272 333

Shades and tints

Shades of #98BADB

#98BADB
(152,186,219)
#8BAAC8
(139,170,200)
#7E9AB5
(126,154,181)
#718AA2
(113,138,162)
#647A8F
(100,122,143)
#576A7C
(87,106,124)
#4A5A69
(74,90,105)
#3D4A56
(61,74,86)
#303A43
(48,58,67)
#232A30
(35,42,48)
#161A1D
(22,26,29)
#000000
(0,0,0)

Tints of #98BADB

#98BADB
(152,186,219)
#A1C0DE
(161,192,222)
#AAC6E1
(170,198,225)
#B3CCE4
(179,204,228)
#BCD2E7
(188,210,231)
#C5D8EA
(197,216,234)
#CEDEED
(206,222,237)
#D7E4F0
(215,228,240)
#E0EAF3
(224,234,243)
#E9F0F6
(233,240,246)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BADB; }

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

This text font color is #98BADB.

Background Color

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

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

This div background color is #98BADB.

Border color

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

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

This div border color is #98BADB.

Opacity

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

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

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

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

This text has shadow with #98BADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BADB.

Preview

Color preview on black background

This text has color #98BADB on black background.


Color preview on white background

This text has color #98BADB on white background.


Black color preview on #98BADB background

This text has black color on #98BADB background.


White color preview on #98BADB background

This text has white color on #98BADB background.


Related colors

Complementary color

Complementary color for #hex is #674524.


I love getcolorcode.com

Triadic colors

1 #DB98BA and #BADB98 with #98BADB are triadic colors.

2 #DBBA98 and #BA98DB with #98BADB are triadic colors.