COLOR #89CD95

HEX: #89CD95 RGB: (137,205,149)

Color info

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

RGB color model

#89CD95 color RGB value is (137,205,149).

RGB: (137,205,149) (54%, 80%, 58%)

RGB channels and saturation

R 137 of 255 = 54%
G 205 of 255 = 80%
B 149 of 255 = 58%

137
205
149

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

Portions of RGB colors in percentages

R + G + B = 137 + 205 + 149 = 491 (100%)
R 137 of 491 ~ 27.9%
G 205 of 491 ~ 41.75%
B 149 of 491 ~ 30.35'%

%27.9
%41.75
%30.35

CMYK color model

#89CD95 color CMYK value is (33,0,27,20).

  • cyan value is 33.17%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 19.61%

CMYK: (33,0,27,20)
C33M0Y27K20 (33%, 0%, 27%, 20%)
(0.33 / 0.00 / 0.27 / 0.20)

CMYK percentages

%33.17
%0
%27.32
%19.61

Codes

Color #89CD95 in popluar color models

89 CD 95
RGB 137 205 149
HSL 131° 40.48% 67.06%
HSB/HSV 131° 33.17% 80.39%
CMYK 33.17% 0.00% 27.32%
19.61%

Color #89CD95 in popluar number systems.

HEX 89 CD 95
Decimal 137 205 149
Binary 10001001 11001101 10010101
Octal 211 315 225

Shades and tints

Shades of #89CD95

#89CD95
(137,205,149)
#7DBB88
(125,187,136)
#71A97B
(113,169,123)
#65976E
(101,151,110)
#598561
(89,133,97)
#4D7354
(77,115,84)
#416147
(65,97,71)
#354F3A
(53,79,58)
#293D2D
(41,61,45)
#1D2B20
(29,43,32)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #89CD95

#89CD95
(137,205,149)
#93D19E
(147,209,158)
#9DD5A7
(157,213,167)
#A7D9B0
(167,217,176)
#B1DDB9
(177,221,185)
#BBE1C2
(187,225,194)
#C5E5CB
(197,229,203)
#CFE9D4
(207,233,212)
#D9EDDD
(217,237,221)
#E3F1E6
(227,241,230)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CD95 color. Also use rgb(137,205,149) instead hex code.

Text Font Color

.myTextColor { color: #89CD95; }

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

This text font color is #89CD95.

Background Color

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

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

This div background color is #89CD95.

Border color

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

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

This div border color is #89CD95.

Opacity

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

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

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

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

This text has shadow with #89CD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CD95.

Preview

Color preview on black background

This text has color #89CD95 on black background.


Color preview on white background

This text has color #89CD95 on white background.


Black color preview on #89CD95 background

This text has black color on #89CD95 background.


White color preview on #89CD95 background

This text has white color on #89CD95 background.


Related colors

Complementary color

Complementary color for #hex is #76326A.


I love getcolorcode.com

Triadic colors

1 #9589CD and #CD9589 with #89CD95 are triadic colors.

2 #95CD89 and #CD8995 with #89CD95 are triadic colors.