COLOR #98AF8C

HEX: #98AF8C
RGB: (152,175,140)

Color info

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

RGB color model

#98AF8C color RGB value is (152,175,140).

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

RGB channels and saturation

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

152
175
140

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

Portions of RGB colors in percentages

R + G + B =
152 + 175 + 140 = 467 (100%)
R 152 of 467 ~ 32.55%
G 175 of 467 ~ 37.47%
B 140 of 467 ~ 29.98%

%32.55
%37.47
%29.98

CMYK color model

#98AF8C color CMYK value is (13,0,20,31).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(13,0,20,31)
C13M0Y20K31 
(13%,0%,20%,31%)
(0.13/0.00/0.20/0.31)	

CMYK percentages

%13.14
%0
%20
%31.37

Codes

Color #98AF8C in popluar color models

98AF8C
RGB152175140
HSL99°17.95%61.76%
HSB/HSV99°20.00%68.63%
CMYK13.14%0.00%20.00%
31.37%

Color #98AF8C in popluar number systems.

HEX98AF8C
Decimal152175140
Binary100110001010111110001100
Octal230257214

Shades and tints

Shades of #98AF8C

#98AF8C
(152,175,140)
#8BA080
(139,160,128)
#7E9174
(126,145,116)
#718268
(113,130,104)
#64735C
(100,115,92)
#576450
(87,100,80)
#4A5544
(74,85,68)
#3D4638
(61,70,56)
#30372C
(48,55,44)
#232820
(35,40,32)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #98AF8C

#98AF8C
(152,175,140)
#A1B696
(161,182,150)
#AABDA0
(170,189,160)
#B3C4AA
(179,196,170)
#BCCBB4
(188,203,180)
#C5D2BE
(197,210,190)
#CED9C8
(206,217,200)
#D7E0D2
(215,224,210)
#E0E7DC
(224,231,220)
#E9EEE6
(233,238,230)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AF8C; }

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

This text font color is #98AF8C.


Background Color

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

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

This div background color is #98AF8C.


Border color

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

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

This div border color is #98AF8C.


Opacity

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

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

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

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

This text has shadow with #98AF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AF8C on black background.


Color preview on white background

This text has color #98AF8C on white background.



Black color preview on #98AF8C background

This text has black color on #98AF8C background.


White color preview on #98AF8C background

This text has white color on #98AF8C background.