COLOR #89D48D

HEX: #89D48D RGB: (137,212,141)

Color info

#89D48D contains mainly green color. Web safe color of #89D48D is #99CC99 (or #9C9).

RGB color model

#89D48D color RGB value is (137,212,141).

RGB: (137,212,141) (54%, 83%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 212 of 255 = 83%
B 141 of 255 = 55%

137
212
141

R + G + B ~ 64%. #89D48D is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 212 + 141 = 490 (100%)
R 137 of 490 ~ 27.96%
G 212 of 490 ~ 43.27%
B 141 of 490 ~ 28.78'%

%27.96
%43.27
%28.78

CMYK color model

#89D48D color CMYK value is (35,0,33,17).

  • cyan value is 35.38%
  • magenta value is 0.00%
  • yellow value is 33.49%
  • key color value is 16.86%

CMYK: (35,0,33,17)
C35M0Y33K17 (35%, 0%, 33%, 17%)
(0.35 / 0.00 / 0.33 / 0.17)

CMYK percentages

%35.38
%0
%33.49
%16.86

Codes

Color #89D48D in popluar color models

89 D4 8D
RGB 137 212 141
HSL 123° 46.58% 68.43%
HSB/HSV 123° 35.38% 83.14%
CMYK 35.38% 0.00% 33.49%
16.86%

Color #89D48D in popluar number systems.

HEX 89 D4 8D
Decimal 137 212 141
Binary 10001001 11010100 10001101
Octal 211 324 215

Shades and tints

Shades of #89D48D

#89D48D
(137,212,141)
#7DC181
(125,193,129)
#71AE75
(113,174,117)
#659B69
(101,155,105)
#59885D
(89,136,93)
#4D7551
(77,117,81)
#416245
(65,98,69)
#354F39
(53,79,57)
#293C2D
(41,60,45)
#1D2921
(29,41,33)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #89D48D

#89D48D
(137,212,141)
#93D797
(147,215,151)
#9DDAA1
(157,218,161)
#A7DDAB
(167,221,171)
#B1E0B5
(177,224,181)
#BBE3BF
(187,227,191)
#C5E6C9
(197,230,201)
#CFE9D3
(207,233,211)
#D9ECDD
(217,236,221)
#E3EFE7
(227,239,231)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89D48D color. Also use rgb(137,212,141) instead hex code.

Text Font Color

.myTextColor { color: #89D48D; }

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

This text font color is #89D48D.

Background Color

.myBgColor { background-color: #89D48D; }

<div style="background-color:#89D48D">Inner text</div>

This div background color is #89D48D.

Border color

.myBorderColor { border: 1px solid #89D48D; }

<div style="border:3px solid #89D48D">Div</div>

This div border color is #89D48D.

Opacity

.myOpacity80 { color: #89D48D; opacity: 0.8; }

<p style="color:#89D48D;opacity:0.8;">80%</p>

Text with #89D48D 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 #89D48D;}

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

This text has shadow with #89D48D color.


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

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

This text has shadow with #89D48D primary color and red secondary color.


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

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

This text has shadow with #89D48D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89D48D.

Preview

Color preview on black background

This text has color #89D48D on black background.


Color preview on white background

This text has color #89D48D on white background.


Black color preview on #89D48D background

This text has black color on #89D48D background.


White color preview on #89D48D background

This text has white color on #89D48D background.


Related colors

Complementary color

Complementary color for #hex is #762B72.


I love getcolorcode.com

Triadic colors

1 #8D89D4 and #D48D89 with #89D48D are triadic colors.

2 #8DD489 and #D4898D with #89D48D are triadic colors.