COLOR #98B2A6

HEX: #98B2A6 RGB: (152,178,166)

Color info

#98B2A6 contains red, green and blue colors in about the same proportion. Web safe color of #98B2A6 is #999999 (or #999).

RGB color model

#98B2A6 color RGB value is (152,178,166).

RGB: (152,178,166) (60%, 70%, 65%)

RGB channels and saturation

R 152 of 255 = 60%
G 178 of 255 = 70%
B 166 of 255 = 65%

152
178
166

R + G + B ~ 65%. #98B2A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 178 + 166 = 496 (100%)
R 152 of 496 ~ 30.65%
G 178 of 496 ~ 35.89%
B 166 of 496 ~ 33.47'%

%30.65
%35.89
%33.47

CMYK color model

#98B2A6 color CMYK value is (15,0,7,30).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 6.74%
  • key color value is 30.20%

CMYK: (15,0,7,30)
C15M0Y7K30 (15%, 0%, 7%, 30%)
(0.15 / 0.00 / 0.07 / 0.30)

CMYK percentages

%14.61
%0
%6.74
%30.2

Codes

Color #98B2A6 in popluar color models

98 B2 A6
RGB 152 178 166
HSL 152° 14.44% 64.71%
HSB/HSV 152° 14.61% 69.80%
CMYK 14.61% 0.00% 6.74%
30.20%

Color #98B2A6 in popluar number systems.

HEX 98 B2 A6
Decimal 152 178 166
Binary 10011000 10110010 10100110
Octal 230 262 246

Shades and tints

Shades of #98B2A6

#98B2A6
(152,178,166)
#8BA297
(139,162,151)
#7E9288
(126,146,136)
#718279
(113,130,121)
#64726A
(100,114,106)
#57625B
(87,98,91)
#4A524C
(74,82,76)
#3D423D
(61,66,61)
#30322E
(48,50,46)
#23221F
(35,34,31)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #98B2A6

#98B2A6
(152,178,166)
#A1B9AE
(161,185,174)
#AAC0B6
(170,192,182)
#B3C7BE
(179,199,190)
#BCCEC6
(188,206,198)
#C5D5CE
(197,213,206)
#CEDCD6
(206,220,214)
#D7E3DE
(215,227,222)
#E0EAE6
(224,234,230)
#E9F1EE
(233,241,238)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B2A6; }

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

This text font color is #98B2A6.

Background Color

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

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

This div background color is #98B2A6.

Border color

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

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

This div border color is #98B2A6.

Opacity

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

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

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

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

This text has shadow with #98B2A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B2A6.

Preview

Color preview on black background

This text has color #98B2A6 on black background.


Color preview on white background

This text has color #98B2A6 on white background.


Black color preview on #98B2A6 background

This text has black color on #98B2A6 background.


White color preview on #98B2A6 background

This text has white color on #98B2A6 background.


Related colors

Complementary color

Complementary color for #hex is #674D59.


I love getcolorcode.com

Triadic colors

1 #A698B2 and #B2A698 with #98B2A6 are triadic colors.

2 #A6B298 and #B298A6 with #98B2A6 are triadic colors.