COLOR #98A0DB

HEX: #98A0DB RGB: (152,160,219)

Color info

#98A0DB contains mainly green and blue colors. Web safe color of #98A0DB is #9999CC (or #99C).

RGB color model

#98A0DB color RGB value is (152,160,219).

RGB: (152,160,219) (60%, 63%, 86%)

RGB channels and saturation

R 152 of 255 = 60%
G 160 of 255 = 63%
B 219 of 255 = 86%

152
160
219

R + G + B ~ 70%. #98A0DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 160 + 219 = 531 (100%)
R 152 of 531 ~ 28.63%
G 160 of 531 ~ 30.13%
B 219 of 531 ~ 41.24'%

%28.63
%30.13
%41.24

CMYK color model

#98A0DB color CMYK value is (31,27,0,14).

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

CMYK: (31,27,0,14)
C31M27Y0K14 (31%, 27%, 0%, 14%)
(0.31 / 0.27 / 0.00 / 0.14)

CMYK percentages

%30.59
%26.94
%0
%14.12

Codes

Color #98A0DB in popluar color models

98 A0 DB
RGB 152 160 219
HSL 233° 48.20% 72.75%
HSB/HSV 233° 30.59% 85.88%
CMYK 30.59% 26.94% 0.00%
14.12%

Color #98A0DB in popluar number systems.

HEX 98 A0 DB
Decimal 152 160 219
Binary 10011000 10100000 11011011
Octal 230 240 333

Shades and tints

Shades of #98A0DB

#98A0DB
(152,160,219)
#8B92C8
(139,146,200)
#7E84B5
(126,132,181)
#7176A2
(113,118,162)
#64688F
(100,104,143)
#575A7C
(87,90,124)
#4A4C69
(74,76,105)
#3D3E56
(61,62,86)
#303043
(48,48,67)
#232230
(35,34,48)
#16141D
(22,20,29)
#000000
(0,0,0)

Tints of #98A0DB

#98A0DB
(152,160,219)
#A1A8DE
(161,168,222)
#AAB0E1
(170,176,225)
#B3B8E4
(179,184,228)
#BCC0E7
(188,192,231)
#C5C8EA
(197,200,234)
#CED0ED
(206,208,237)
#D7D8F0
(215,216,240)
#E0E0F3
(224,224,243)
#E9E8F6
(233,232,246)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A0DB; }

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

This text font color is #98A0DB.

Background Color

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

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

This div background color is #98A0DB.

Border color

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

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

This div border color is #98A0DB.

Opacity

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

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

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

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

This text has shadow with #98A0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A0DB.

Preview

Color preview on black background

This text has color #98A0DB on black background.


Color preview on white background

This text has color #98A0DB on white background.


Black color preview on #98A0DB background

This text has black color on #98A0DB background.


White color preview on #98A0DB background

This text has white color on #98A0DB background.


Related colors

Complementary color

Complementary color for #hex is #675F24.


I love getcolorcode.com

Triadic colors

1 #DB98A0 and #A0DB98 with #98A0DB are triadic colors.

2 #DBA098 and #A098DB with #98A0DB are triadic colors.