COLOR #98ADBE

HEX: #98ADBE RGB: (152,173,190)

Color info

#98ADBE contains red, green and blue colors in about the same proportion. Web safe color of #98ADBE is #9999CC (or #99C).

RGB color model

#98ADBE color RGB value is (152,173,190).

RGB: (152,173,190) (60%, 68%, 75%)

RGB channels and saturation

R 152 of 255 = 60%
G 173 of 255 = 68%
B 190 of 255 = 75%

152
173
190

R + G + B ~ 68%. #98ADBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 173 + 190 = 515 (100%)
R 152 of 515 ~ 29.51%
G 173 of 515 ~ 33.59%
B 190 of 515 ~ 36.89'%

%29.51
%33.59
%36.89

CMYK color model

#98ADBE color CMYK value is (20,9,0,25).

  • cyan value is 20.00%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (20,9,0,25)
C20M9Y0K25 (20%, 9%, 0%, 25%)
(0.20 / 0.09 / 0.00 / 0.25)

CMYK percentages

%20
%8.95
%0
%25.49

Codes

Color #98ADBE in popluar color models

98 AD BE
RGB 152 173 190
HSL 207° 22.62% 67.06%
HSB/HSV 207° 20.00% 74.51%
CMYK 20.00% 8.95% 0.00%
25.49%

Color #98ADBE in popluar number systems.

HEX 98 AD BE
Decimal 152 173 190
Binary 10011000 10101101 10111110
Octal 230 255 276

Shades and tints

Shades of #98ADBE

#98ADBE
(152,173,190)
#8B9EAD
(139,158,173)
#7E8F9C
(126,143,156)
#71808B
(113,128,139)
#64717A
(100,113,122)
#576269
(87,98,105)
#4A5358
(74,83,88)
#3D4447
(61,68,71)
#303536
(48,53,54)
#232625
(35,38,37)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #98ADBE

#98ADBE
(152,173,190)
#A1B4C3
(161,180,195)
#AABBC8
(170,187,200)
#B3C2CD
(179,194,205)
#BCC9D2
(188,201,210)
#C5D0D7
(197,208,215)
#CED7DC
(206,215,220)
#D7DEE1
(215,222,225)
#E0E5E6
(224,229,230)
#E9ECEB
(233,236,235)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98ADBE color. Also use rgb(152,173,190) instead hex code.

Text Font Color

.myTextColor { color: #98ADBE; }

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

This text font color is #98ADBE.

Background Color

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

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

This div background color is #98ADBE.

Border color

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

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

This div border color is #98ADBE.

Opacity

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

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

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

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

This text has shadow with #98ADBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98ADBE.

Preview

Color preview on black background

This text has color #98ADBE on black background.


Color preview on white background

This text has color #98ADBE on white background.


Black color preview on #98ADBE background

This text has black color on #98ADBE background.


White color preview on #98ADBE background

This text has white color on #98ADBE background.


Related colors

Complementary color

Complementary color for #hex is #675241.


I love getcolorcode.com

Triadic colors

1 #BE98AD and #ADBE98 with #98ADBE are triadic colors.

2 #BEAD98 and #AD98BE with #98ADBE are triadic colors.