COLOR #98A6C6

HEX: #98A6C6 RGB: (152,166,198)

Color info

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

RGB color model

#98A6C6 color RGB value is (152,166,198).

RGB: (152,166,198) (60%, 65%, 78%)

RGB channels and saturation

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

152
166
198

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

Portions of RGB colors in percentages

R + G + B = 152 + 166 + 198 = 516 (100%)
R 152 of 516 ~ 29.46%
G 166 of 516 ~ 32.17%
B 198 of 516 ~ 38.37'%

%29.46
%32.17
%38.37

CMYK color model

#98A6C6 color CMYK value is (23,16,0,22).

  • cyan value is 23.23%
  • magenta value is 16.16%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (23,16,0,22)
C23M16Y0K22 (23%, 16%, 0%, 22%)
(0.23 / 0.16 / 0.00 / 0.22)

CMYK percentages

%23.23
%16.16
%0
%22.35

Codes

Color #98A6C6 in popluar color models

98 A6 C6
RGB 152 166 198
HSL 222° 28.75% 68.63%
HSB/HSV 222° 23.23% 77.65%
CMYK 23.23% 16.16% 0.00%
22.35%

Color #98A6C6 in popluar number systems.

HEX 98 A6 C6
Decimal 152 166 198
Binary 10011000 10100110 11000110
Octal 230 246 306

Shades and tints

Shades of #98A6C6

#98A6C6
(152,166,198)
#8B97B4
(139,151,180)
#7E88A2
(126,136,162)
#717990
(113,121,144)
#646A7E
(100,106,126)
#575B6C
(87,91,108)
#4A4C5A
(74,76,90)
#3D3D48
(61,61,72)
#302E36
(48,46,54)
#231F24
(35,31,36)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #98A6C6

#98A6C6
(152,166,198)
#A1AECB
(161,174,203)
#AAB6D0
(170,182,208)
#B3BED5
(179,190,213)
#BCC6DA
(188,198,218)
#C5CEDF
(197,206,223)
#CED6E4
(206,214,228)
#D7DEE9
(215,222,233)
#E0E6EE
(224,230,238)
#E9EEF3
(233,238,243)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A6C6; }

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

This text font color is #98A6C6.

Background Color

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

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

This div background color is #98A6C6.

Border color

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

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

This div border color is #98A6C6.

Opacity

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

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

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

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

This text has shadow with #98A6C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A6C6.

Preview

Color preview on black background

This text has color #98A6C6 on black background.


Color preview on white background

This text has color #98A6C6 on white background.


Black color preview on #98A6C6 background

This text has black color on #98A6C6 background.


White color preview on #98A6C6 background

This text has white color on #98A6C6 background.


Related colors

Complementary color

Complementary color for #hex is #675939.


I love getcolorcode.com

Triadic colors

1 #C698A6 and #A6C698 with #98A6C6 are triadic colors.

2 #C6A698 and #A698C6 with #98A6C6 are triadic colors.