COLOR #98A0DA

HEX: #98A0DA RGB: (152,160,218)

Color info

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

RGB color model

#98A0DA color RGB value is (152,160,218).

RGB: (152,160,218) (60%, 63%, 85%)

RGB channels and saturation

R 152 of 255 = 60%
G 160 of 255 = 63%
B 218 of 255 = 85%

152
160
218

R + G + B ~ 69%. #98A0DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 160 + 218 = 530 (100%)
R 152 of 530 ~ 28.68%
G 160 of 530 ~ 30.19%
B 218 of 530 ~ 41.13'%

%28.68
%30.19
%41.13

CMYK color model

#98A0DA color CMYK value is (30,27,0,15).

  • cyan value is 30.28%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (30,27,0,15)
C30M27Y0K15 (30%, 27%, 0%, 15%)
(0.30 / 0.27 / 0.00 / 0.15)

CMYK percentages

%30.28
%26.61
%0
%14.51

Codes

Color #98A0DA in popluar color models

98 A0 DA
RGB 152 160 218
HSL 233° 47.14% 72.55%
HSB/HSV 233° 30.28% 85.49%
CMYK 30.28% 26.61% 0.00%
14.51%

Color #98A0DA in popluar number systems.

HEX 98 A0 DA
Decimal 152 160 218
Binary 10011000 10100000 11011010
Octal 230 240 332

Shades and tints

Shades of #98A0DA

#98A0DA
(152,160,218)
#8B92C7
(139,146,199)
#7E84B4
(126,132,180)
#7176A1
(113,118,161)
#64688E
(100,104,142)
#575A7B
(87,90,123)
#4A4C68
(74,76,104)
#3D3E55
(61,62,85)
#303042
(48,48,66)
#23222F
(35,34,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #98A0DA

#98A0DA
(152,160,218)
#A1A8DD
(161,168,221)
#AAB0E0
(170,176,224)
#B3B8E3
(179,184,227)
#BCC0E6
(188,192,230)
#C5C8E9
(197,200,233)
#CED0EC
(206,208,236)
#D7D8EF
(215,216,239)
#E0E0F2
(224,224,242)
#E9E8F5
(233,232,245)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A0DA; }

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

This text font color is #98A0DA.

Background Color

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

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

This div background color is #98A0DA.

Border color

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

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

This div border color is #98A0DA.

Opacity

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

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

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

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

This text has shadow with #98A0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A0DA.

Preview

Color preview on black background

This text has color #98A0DA on black background.


Color preview on white background

This text has color #98A0DA on white background.


Black color preview on #98A0DA background

This text has black color on #98A0DA background.


White color preview on #98A0DA background

This text has white color on #98A0DA background.


Related colors

Complementary color

Complementary color for #hex is #675F25.


I love getcolorcode.com

Triadic colors

1 #DA98A0 and #A0DA98 with #98A0DA are triadic colors.

2 #DAA098 and #A098DA with #98A0DA are triadic colors.