COLOR #98A294

HEX: #98A294 RGB: (152,162,148)

Color info

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

RGB color model

#98A294 color RGB value is (152,162,148).

RGB: (152,162,148) (60%, 64%, 58%)

RGB channels and saturation

R 152 of 255 = 60%
G 162 of 255 = 64%
B 148 of 255 = 58%

152
162
148

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

Portions of RGB colors in percentages

R + G + B = 152 + 162 + 148 = 462 (100%)
R 152 of 462 ~ 32.9%
G 162 of 462 ~ 35.06%
B 148 of 462 ~ 32.03'%

%32.9
%35.06
%32.03

CMYK color model

#98A294 color CMYK value is (6,0,9,36).

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

CMYK: (6,0,9,36)
C6M0Y9K36 (6%, 0%, 9%, 36%)
(0.06 / 0.00 / 0.09 / 0.36)

CMYK percentages

%6.17
%0
%8.64
%36.47

Codes

Color #98A294 in popluar color models

98 A2 94
RGB 152 162 148
HSL 103° 7.00% 60.78%
HSB/HSV 103° 8.64% 63.53%
CMYK 6.17% 0.00% 8.64%
36.47%

Color #98A294 in popluar number systems.

HEX 98 A2 94
Decimal 152 162 148
Binary 10011000 10100010 10010100
Octal 230 242 224

Shades and tints

Shades of #98A294

#98A294
(152,162,148)
#8B9487
(139,148,135)
#7E867A
(126,134,122)
#71786D
(113,120,109)
#646A60
(100,106,96)
#575C53
(87,92,83)
#4A4E46
(74,78,70)
#3D4039
(61,64,57)
#30322C
(48,50,44)
#23241F
(35,36,31)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #98A294

#98A294
(152,162,148)
#A1AA9D
(161,170,157)
#AAB2A6
(170,178,166)
#B3BAAF
(179,186,175)
#BCC2B8
(188,194,184)
#C5CAC1
(197,202,193)
#CED2CA
(206,210,202)
#D7DAD3
(215,218,211)
#E0E2DC
(224,226,220)
#E9EAE5
(233,234,229)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A294; }

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

This text font color is #98A294.

Background Color

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

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

This div background color is #98A294.

Border color

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

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

This div border color is #98A294.

Opacity

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

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

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

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

This text has shadow with #98A294 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A294.

Preview

Color preview on black background

This text has color #98A294 on black background.


Color preview on white background

This text has color #98A294 on white background.


Black color preview on #98A294 background

This text has black color on #98A294 background.


White color preview on #98A294 background

This text has white color on #98A294 background.


Related colors

Complementary color

Complementary color for #hex is #675D6B.


I love getcolorcode.com

Triadic colors

1 #9498A2 and #A29498 with #98A294 are triadic colors.

2 #94A298 and #A29894 with #98A294 are triadic colors.