COLOR #98AF7F

HEX: #98AF7F RGB: (152,175,127)

Color info

#98AF7F contains red, green and blue colors in about the same proportion. Web safe color of #98AF7F is #999966 (or #996).

RGB color model

#98AF7F color RGB value is (152,175,127).

RGB: (152,175,127) (60%, 69%, 50%)

RGB channels and saturation

R 152 of 255 = 60%
G 175 of 255 = 69%
B 127 of 255 = 50%

152
175
127

R + G + B ~ 60%. #98AF7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 175 + 127 = 454 (100%)
R 152 of 454 ~ 33.48%
G 175 of 454 ~ 38.55%
B 127 of 454 ~ 27.97'%

%33.48
%38.55
%27.97

CMYK color model

#98AF7F color CMYK value is (13,0,27,31).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 31.37%
CMYK: (13,0,27,31) C13M0Y27K31 (13%,0%,27%,31%) (0.13/0.00/0.27/0.31) 

CMYK percentages

%13.14
%0
%27.43
%31.37

Codes

Color #98AF7F in popluar color models

98 AF 7F
RGB 152 175 127
HSL 89° 23.08% 59.22%
HSB/HSV 89° 27.43% 68.63%
CMYK 13.14% 0.00% 27.43%
31.37%

Color #98AF7F in popluar number systems.

HEX 98 AF 7F
Decimal 152 175 127
Binary 10011000 10101111 1111111
Octal 230 257 177

Shades and tints

Shades of #98AF7F

#98AF7F
(152,175,127)
#8BA074
(139,160,116)
#7E9169
(126,145,105)
#71825E
(113,130,94)
#647353
(100,115,83)
#576448
(87,100,72)
#4A553D
(74,85,61)
#3D4632
(61,70,50)
#303727
(48,55,39)
#23281C
(35,40,28)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #98AF7F

#98AF7F
(152,175,127)
#A1B68A
(161,182,138)
#AABD95
(170,189,149)
#B3C4A0
(179,196,160)
#BCCBAB
(188,203,171)
#C5D2B6
(197,210,182)
#CED9C1
(206,217,193)
#D7E0CC
(215,224,204)
#E0E7D7
(224,231,215)
#E9EEE2
(233,238,226)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AF7F; }

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

This text font color is #98AF7F.

Background Color

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

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

This div background color is #98AF7F.

Border color

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

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

This div border color is #98AF7F.

Opacity

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

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

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

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

This text has shadow with #98AF7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AF7F.

Preview

Color preview on black background

This text has color #98AF7F on black background.


Color preview on white background

This text has color #98AF7F on white background.


Black color preview on #98AF7F background

This text has black color on #98AF7F background.


White color preview on #98AF7F background

This text has white color on #98AF7F background.


Related colors

Complementary color

Complementary color for #hex is #675080.


I love getcolorcode.com

Triadic colors

1 #7F98AF and #AF7F98 with #98AF7F are triadic colors.

2 #7FAF98 and #AF987F with #98AF7F are triadic colors.