COLOR #98A6CE

HEX: #98A6CE RGB: (152,166,206)

Color info

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

RGB color model

#98A6CE color RGB value is (152,166,206).

RGB: (152,166,206) (60%, 65%, 81%)

RGB channels and saturation

R 152 of 255 = 60%
G 166 of 255 = 65%
B 206 of 255 = 81%

152
166
206

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

Portions of RGB colors in percentages

R + G + B = 152 + 166 + 206 = 524 (100%)
R 152 of 524 ~ 29.01%
G 166 of 524 ~ 31.68%
B 206 of 524 ~ 39.31'%

%29.01
%31.68
%39.31

CMYK color model

#98A6CE color CMYK value is (26,19,0,19).

  • cyan value is 26.21%
  • magenta value is 19.42%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (26,19,0,19)
C26M19Y0K19 (26%, 19%, 0%, 19%)
(0.26 / 0.19 / 0.00 / 0.19)

CMYK percentages

%26.21
%19.42
%0
%19.22

Codes

Color #98A6CE in popluar color models

98 A6 CE
RGB 152 166 206
HSL 224° 35.53% 70.20%
HSB/HSV 224° 26.21% 80.78%
CMYK 26.21% 19.42% 0.00%
19.22%

Color #98A6CE in popluar number systems.

HEX 98 A6 CE
Decimal 152 166 206
Binary 10011000 10100110 11001110
Octal 230 246 316

Shades and tints

Shades of #98A6CE

#98A6CE
(152,166,206)
#8B97BC
(139,151,188)
#7E88AA
(126,136,170)
#717998
(113,121,152)
#646A86
(100,106,134)
#575B74
(87,91,116)
#4A4C62
(74,76,98)
#3D3D50
(61,61,80)
#302E3E
(48,46,62)
#231F2C
(35,31,44)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #98A6CE

#98A6CE
(152,166,206)
#A1AED2
(161,174,210)
#AAB6D6
(170,182,214)
#B3BEDA
(179,190,218)
#BCC6DE
(188,198,222)
#C5CEE2
(197,206,226)
#CED6E6
(206,214,230)
#D7DEEA
(215,222,234)
#E0E6EE
(224,230,238)
#E9EEF2
(233,238,242)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A6CE; }

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

This text font color is #98A6CE.

Background Color

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

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

This div background color is #98A6CE.

Border color

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

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

This div border color is #98A6CE.

Opacity

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

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

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

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

This text has shadow with #98A6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A6CE.

Preview

Color preview on black background

This text has color #98A6CE on black background.


Color preview on white background

This text has color #98A6CE on white background.


Black color preview on #98A6CE background

This text has black color on #98A6CE background.


White color preview on #98A6CE background

This text has white color on #98A6CE background.


Related colors

Complementary color

Complementary color for #hex is #675931.


I love getcolorcode.com

Triadic colors

1 #CE98A6 and #A6CE98 with #98A6CE are triadic colors.

2 #CEA698 and #A698CE with #98A6CE are triadic colors.