COLOR #89D69C

HEX: #89D69C
RGB: (137,214,156)

Color info

#89D69C contains mainly green and blue colors. Web safe color of #89D69C is #99CC99 (or #9C9).

RGB color model

#89D69C color RGB value is (137,214,156).

  • red value is 137;
  • green value is 214;
  • blue value is 156.
RGB:
(137,214,156)
(54%,84%,61%)

RGB channels and saturation

R 137 of 255 = 54%
G 214 of 255 = 84%
B 156 of 255 = 61%

137
214
156

R + G + B ~ 66%. #89D69C is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 214 + 156 = 507 (100%)
R 137 of 507 ~ 27.02%
G 214 of 507 ~ 42.21%
B 156 of 507 ~ 30.77%

%27.02
%42.21
%30.77

CMYK color model

#89D69C color CMYK value is (36,0,27,16).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 27.10%
  • key color value is 16.08%
CMYK:
(36,0,27,16)
C36M0Y27K16 
(36%,0%,27%,16%)
(0.36/0.00/0.27/0.16)	

CMYK percentages

%35.98
%0
%27.1
%16.08

Codes

Color #89D69C in popluar color models

89D69C
RGB137214156
HSL135°48.43%68.82%
HSB/HSV135°35.98%83.92%
CMYK35.98%0.00%27.10%
16.08%

Color #89D69C in popluar number systems.

HEX89D69C
Decimal137214156
Binary100010011101011010011100
Octal211326234

Shades and tints

Shades of #89D69C

#89D69C
(137,214,156)
#7DC38E
(125,195,142)
#71B080
(113,176,128)
#659D72
(101,157,114)
#598A64
(89,138,100)
#4D7756
(77,119,86)
#416448
(65,100,72)
#35513A
(53,81,58)
#293E2C
(41,62,44)
#1D2B1E
(29,43,30)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #89D69C

#89D69C
(137,214,156)
#93D9A5
(147,217,165)
#9DDCAE
(157,220,174)
#A7DFB7
(167,223,183)
#B1E2C0
(177,226,192)
#BBE5C9
(187,229,201)
#C5E8D2
(197,232,210)
#CFEBDB
(207,235,219)
#D9EEE4
(217,238,228)
#E3F1ED
(227,241,237)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89D69C color. Also use rgb(137,214,156) instead hex code.

Text Font Color

.myTextColor { color: #89D69C; }

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

This text font color is #89D69C.


Background Color

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

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

This div background color is #89D69C.


Border color

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

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

This div border color is #89D69C.


Opacity

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

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

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

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

This text has shadow with #89D69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D69C on black background.


Color preview on white background

This text has color #89D69C on white background.



Black color preview on #89D69C background

This text has black color on #89D69C background.


White color preview on #89D69C background

This text has white color on #89D69C background.