COLOR #98AF8D

HEX: #98AF8D
RGB: (152,175,141)

Color info

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

RGB color model

#98AF8D color RGB value is (152,175,141).

  • red value is 152;
  • green value is 175;
  • blue value is 141.
RGB:
(152,175,141)
(60%,69%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 175 of 255 = 69%
B 141 of 255 = 55%

152
175
141

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

Portions of RGB colors in percentages

R + G + B =
152 + 175 + 141 = 468 (100%)
R 152 of 468 ~ 32.48%
G 175 of 468 ~ 37.39%
B 141 of 468 ~ 30.13%

%32.48
%37.39
%30.13

CMYK color model

#98AF8D color CMYK value is (13,0,19,31).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 19.43%
  • key color value is 31.37%
CMYK:
(13,0,19,31)
C13M0Y19K31 
(13%,0%,19%,31%)
(0.13/0.00/0.19/0.31)	

CMYK percentages

%13.14
%0
%19.43
%31.37

Codes

Color #98AF8D in popluar color models

98AF8D
RGB152175141
HSL101°17.53%61.96%
HSB/HSV101°19.43%68.63%
CMYK13.14%0.00%19.43%
31.37%

Color #98AF8D in popluar number systems.

HEX98AF8D
Decimal152175141
Binary100110001010111110001101
Octal230257215

Shades and tints

Shades of #98AF8D

#98AF8D
(152,175,141)
#8BA081
(139,160,129)
#7E9175
(126,145,117)
#718269
(113,130,105)
#64735D
(100,115,93)
#576451
(87,100,81)
#4A5545
(74,85,69)
#3D4639
(61,70,57)
#30372D
(48,55,45)
#232821
(35,40,33)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #98AF8D

#98AF8D
(152,175,141)
#A1B697
(161,182,151)
#AABDA1
(170,189,161)
#B3C4AB
(179,196,171)
#BCCBB5
(188,203,181)
#C5D2BF
(197,210,191)
#CED9C9
(206,217,201)
#D7E0D3
(215,224,211)
#E0E7DD
(224,231,221)
#E9EEE7
(233,238,231)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AF8D color. Also use rgb(152,175,141) instead hex code.

Text Font Color

.myTextColor { color: #98AF8D; }

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

This text font color is #98AF8D.


Background Color

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

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

This div background color is #98AF8D.


Border color

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

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

This div border color is #98AF8D.


Opacity

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

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

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

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

This text has shadow with #98AF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AF8D on black background.


Color preview on white background

This text has color #98AF8D on white background.



Black color preview on #98AF8D background

This text has black color on #98AF8D background.


White color preview on #98AF8D background

This text has white color on #98AF8D background.