COLOR #98A6C7

HEX: #98A6C7
RGB: (152,166,199)

Color info

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

RGB color model

#98A6C7 color RGB value is (152,166,199).

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

RGB channels and saturation

R 152 of 255 = 60%
G 166 of 255 = 65%
B 199 of 255 = 78%

152
166
199

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

Portions of RGB colors in percentages

R + G + B =
152 + 166 + 199 = 517 (100%)
R 152 of 517 ~ 29.4%
G 166 of 517 ~ 32.11%
B 199 of 517 ~ 38.49%

%29.4
%32.11
%38.49

CMYK color model

#98A6C7 color CMYK value is (24,17,0,22).

  • cyan value is 23.62%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(24,17,0,22)
C24M17Y0K22 
(24%,17%,0%,22%)
(0.24/0.17/0.00/0.22)	

CMYK percentages

%23.62
%16.58
%0
%21.96

Codes

Color #98A6C7 in popluar color models

98A6C7
RGB152166199
HSL222°29.56%68.82%
HSB/HSV222°23.62%78.04%
CMYK23.62%16.58%0.00%
21.96%

Color #98A6C7 in popluar number systems.

HEX98A6C7
Decimal152166199
Binary100110001010011011000111
Octal230246307

Shades and tints

Shades of #98A6C7

#98A6C7
(152,166,199)
#8B97B5
(139,151,181)
#7E88A3
(126,136,163)
#717991
(113,121,145)
#646A7F
(100,106,127)
#575B6D
(87,91,109)
#4A4C5B
(74,76,91)
#3D3D49
(61,61,73)
#302E37
(48,46,55)
#231F25
(35,31,37)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #98A6C7

#98A6C7
(152,166,199)
#A1AECC
(161,174,204)
#AAB6D1
(170,182,209)
#B3BED6
(179,190,214)
#BCC6DB
(188,198,219)
#C5CEE0
(197,206,224)
#CED6E5
(206,214,229)
#D7DEEA
(215,222,234)
#E0E6EF
(224,230,239)
#E9EEF4
(233,238,244)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A6C7; }

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

This text font color is #98A6C7.


Background Color

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

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

This div background color is #98A6C7.


Border color

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

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

This div border color is #98A6C7.


Opacity

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

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

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

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

This text has shadow with #98A6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A6C7 on black background.


Color preview on white background

This text has color #98A6C7 on white background.



Black color preview on #98A6C7 background

This text has black color on #98A6C7 background.


White color preview on #98A6C7 background

This text has white color on #98A6C7 background.