COLOR #98A297

HEX: #98A297 RGB: (152,162,151)

Color info

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

RGB color model

#98A297 color RGB value is (152,162,151).

RGB: (152,162,151) (60%, 64%, 59%)

RGB channels and saturation

R 152 of 255 = 60%
G 162 of 255 = 64%
B 151 of 255 = 59%

152
162
151

R + G + B ~ 61%. #98A297 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 162 + 151 = 465 (100%)
R 152 of 465 ~ 32.69%
G 162 of 465 ~ 34.84%
B 151 of 465 ~ 32.47'%

%32.69
%34.84
%32.47

CMYK color model

#98A297 color CMYK value is (6,0,7,36).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 6.79%
  • key color value is 36.47%

CMYK: (6,0,7,36)
C6M0Y7K36 (6%, 0%, 7%, 36%)
(0.06 / 0.00 / 0.07 / 0.36)

CMYK percentages

%6.17
%0
%6.79
%36.47

Codes

Color #98A297 in popluar color models

98 A2 97
RGB 152 162 151
HSL 115° 5.58% 61.37%
HSB/HSV 115° 6.79% 63.53%
CMYK 6.17% 0.00% 6.79%
36.47%

Color #98A297 in popluar number systems.

HEX 98 A2 97
Decimal 152 162 151
Binary 10011000 10100010 10010111
Octal 230 242 227

Shades and tints

Shades of #98A297

#98A297
(152,162,151)
#8B948A
(139,148,138)
#7E867D
(126,134,125)
#717870
(113,120,112)
#646A63
(100,106,99)
#575C56
(87,92,86)
#4A4E49
(74,78,73)
#3D403C
(61,64,60)
#30322F
(48,50,47)
#232422
(35,36,34)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #98A297

#98A297
(152,162,151)
#A1AAA0
(161,170,160)
#AAB2A9
(170,178,169)
#B3BAB2
(179,186,178)
#BCC2BB
(188,194,187)
#C5CAC4
(197,202,196)
#CED2CD
(206,210,205)
#D7DAD6
(215,218,214)
#E0E2DF
(224,226,223)
#E9EAE8
(233,234,232)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A297 color. Also use rgb(152,162,151) instead hex code.

Text Font Color

.myTextColor { color: #98A297; }

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

This text font color is #98A297.

Background Color

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

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

This div background color is #98A297.

Border color

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

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

This div border color is #98A297.

Opacity

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

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

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

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

This text has shadow with #98A297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A297.

Preview

Color preview on black background

This text has color #98A297 on black background.


Color preview on white background

This text has color #98A297 on white background.


Black color preview on #98A297 background

This text has black color on #98A297 background.


White color preview on #98A297 background

This text has white color on #98A297 background.


Related colors

Complementary color

Complementary color for #hex is #675D68.


I love getcolorcode.com

Triadic colors

1 #9798A2 and #A29798 with #98A297 are triadic colors.

2 #97A298 and #A29897 with #98A297 are triadic colors.