COLOR #98BD8B

HEX: #98BD8B RGB: (152,189,139)

Color info

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

RGB color model

#98BD8B color RGB value is (152,189,139).

RGB: (152,189,139) (60%, 74%, 55%)

RGB channels and saturation

R 152 of 255 = 60%
G 189 of 255 = 74%
B 139 of 255 = 55%

152
189
139

R + G + B ~ 63%. #98BD8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 189 + 139 = 480 (100%)
R 152 of 480 ~ 31.67%
G 189 of 480 ~ 39.38%
B 139 of 480 ~ 28.96'%

%31.67
%39.38
%28.96

CMYK color model

#98BD8B color CMYK value is (20,0,26,26).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 26.46%
  • key color value is 25.88%

CMYK: (20,0,26,26)
C20M0Y26K26 (20%, 0%, 26%, 26%)
(0.20 / 0.00 / 0.26 / 0.26)

CMYK percentages

%19.58
%0
%26.46
%25.88

Codes

Color #98BD8B in popluar color models

98 BD 8B
RGB 152 189 139
HSL 104° 27.47% 64.31%
HSB/HSV 104° 26.46% 74.12%
CMYK 19.58% 0.00% 26.46%
25.88%

Color #98BD8B in popluar number systems.

HEX 98 BD 8B
Decimal 152 189 139
Binary 10011000 10111101 10001011
Octal 230 275 213

Shades and tints

Shades of #98BD8B

#98BD8B
(152,189,139)
#8BAC7F
(139,172,127)
#7E9B73
(126,155,115)
#718A67
(113,138,103)
#64795B
(100,121,91)
#57684F
(87,104,79)
#4A5743
(74,87,67)
#3D4637
(61,70,55)
#30352B
(48,53,43)
#23241F
(35,36,31)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #98BD8B

#98BD8B
(152,189,139)
#A1C395
(161,195,149)
#AAC99F
(170,201,159)
#B3CFA9
(179,207,169)
#BCD5B3
(188,213,179)
#C5DBBD
(197,219,189)
#CEE1C7
(206,225,199)
#D7E7D1
(215,231,209)
#E0EDDB
(224,237,219)
#E9F3E5
(233,243,229)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BD8B color. Also use rgb(152,189,139) instead hex code.

Text Font Color

.myTextColor { color: #98BD8B; }

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

This text font color is #98BD8B.

Background Color

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

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

This div background color is #98BD8B.

Border color

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

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

This div border color is #98BD8B.

Opacity

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

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

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

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

This text has shadow with #98BD8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BD8B.

Preview

Color preview on black background

This text has color #98BD8B on black background.


Color preview on white background

This text has color #98BD8B on white background.


Black color preview on #98BD8B background

This text has black color on #98BD8B background.


White color preview on #98BD8B background

This text has white color on #98BD8B background.


Related colors

Complementary color

Complementary color for #hex is #674274.


I love getcolorcode.com

Triadic colors

1 #8B98BD and #BD8B98 with #98BD8B are triadic colors.

2 #8BBD98 and #BD988B with #98BD8B are triadic colors.