COLOR #98ADC7

HEX: #98ADC7
RGB: (152,173,199)

Color info

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

RGB color model

#98ADC7 color RGB value is (152,173,199).

  • red value is 152;
  • green value is 173;
  • blue value is 199.
RGB:
(152,173,199)
(60%,68%,78%)

RGB channels and saturation

R 152 of 255 = 60%
G 173 of 255 = 68%
B 199 of 255 = 78%

152
173
199

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

Portions of RGB colors in percentages

R + G + B =
152 + 173 + 199 = 524 (100%)
R 152 of 524 ~ 29.01%
G 173 of 524 ~ 33.02%
B 199 of 524 ~ 37.98%

%29.01
%33.02
%37.98

CMYK color model

#98ADC7 color CMYK value is (24,13,0,22).

  • cyan value is 23.62%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(24,13,0,22)
C24M13Y0K22 
(24%,13%,0%,22%)
(0.24/0.13/0.00/0.22)	

CMYK percentages

%23.62
%13.07
%0
%21.96

Codes

Color #98ADC7 in popluar color models

98ADC7
RGB152173199
HSL213°29.56%68.82%
HSB/HSV213°23.62%78.04%
CMYK23.62%13.07%0.00%
21.96%

Color #98ADC7 in popluar number systems.

HEX98ADC7
Decimal152173199
Binary100110001010110111000111
Octal230255307

Shades and tints

Shades of #98ADC7

#98ADC7
(152,173,199)
#8B9EB5
(139,158,181)
#7E8FA3
(126,143,163)
#718091
(113,128,145)
#64717F
(100,113,127)
#57626D
(87,98,109)
#4A535B
(74,83,91)
#3D4449
(61,68,73)
#303537
(48,53,55)
#232625
(35,38,37)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #98ADC7

#98ADC7
(152,173,199)
#A1B4CC
(161,180,204)
#AABBD1
(170,187,209)
#B3C2D6
(179,194,214)
#BCC9DB
(188,201,219)
#C5D0E0
(197,208,224)
#CED7E5
(206,215,229)
#D7DEEA
(215,222,234)
#E0E5EF
(224,229,239)
#E9ECF4
(233,236,244)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98ADC7; }

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

This text font color is #98ADC7.


Background Color

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

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

This div background color is #98ADC7.


Border color

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

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

This div border color is #98ADC7.


Opacity

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

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

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

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

This text has shadow with #98ADC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ADC7 on black background.


Color preview on white background

This text has color #98ADC7 on white background.



Black color preview on #98ADC7 background

This text has black color on #98ADC7 background.


White color preview on #98ADC7 background

This text has white color on #98ADC7 background.