COLOR #98B47F

HEX: #98B47F RGB: (152,180,127)

Color info

#98B47F contains red, green and blue colors in about the same proportion. Web safe color of #98B47F is #99CC66 (or #9C6).

RGB color model

#98B47F color RGB value is (152,180,127).

RGB: (152,180,127) (60%, 71%, 50%)

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 127 of 255 = 50%

152
180
127

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

Portions of RGB colors in percentages

R + G + B = 152 + 180 + 127 = 459 (100%)
R 152 of 459 ~ 33.12%
G 180 of 459 ~ 39.22%
B 127 of 459 ~ 27.67'%

%33.12
%39.22
%27.67

CMYK color model

#98B47F color CMYK value is (16,0,29,29).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 29.41%
CMYK: (16,0,29,29) C16M0Y29K29 (16%,0%,29%,29%) (0.16/0.00/0.29/0.29) 

CMYK percentages

%15.56
%0
%29.44
%29.41

Codes

Color #98B47F in popluar color models

98 B4 7F
RGB 152 180 127
HSL 92° 26.11% 60.20%
HSB/HSV 92° 29.44% 70.59%
CMYK 15.56% 0.00% 29.44%
29.41%

Color #98B47F in popluar number systems.

HEX 98 B4 7F
Decimal 152 180 127
Binary 10011000 10110100 1111111
Octal 230 264 177

Shades and tints

Shades of #98B47F

#98B47F
(152,180,127)
#8BA474
(139,164,116)
#7E9469
(126,148,105)
#71845E
(113,132,94)
#647453
(100,116,83)
#576448
(87,100,72)
#4A543D
(74,84,61)
#3D4432
(61,68,50)
#303427
(48,52,39)
#23241C
(35,36,28)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #98B47F

#98B47F
(152,180,127)
#A1BA8A
(161,186,138)
#AAC095
(170,192,149)
#B3C6A0
(179,198,160)
#BCCCAB
(188,204,171)
#C5D2B6
(197,210,182)
#CED8C1
(206,216,193)
#D7DECC
(215,222,204)
#E0E4D7
(224,228,215)
#E9EAE2
(233,234,226)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B47F; }

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

This text font color is #98B47F.

Background Color

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

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

This div background color is #98B47F.

Border color

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

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

This div border color is #98B47F.

Opacity

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

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

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

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

This text has shadow with #98B47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B47F.

Preview

Color preview on black background

This text has color #98B47F on black background.


Color preview on white background

This text has color #98B47F on white background.


Black color preview on #98B47F background

This text has black color on #98B47F background.


White color preview on #98B47F background

This text has white color on #98B47F background.


Related colors

Complementary color

Complementary color for #hex is #674B80.


I love getcolorcode.com

Triadic colors

1 #7F98B4 and #B47F98 with #98B47F are triadic colors.

2 #7FB498 and #B4987F with #98B47F are triadic colors.