COLOR #89CDA6

HEX: #89CDA6 RGB: (137,205,166)

Color info

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

RGB color model

#89CDA6 color RGB value is (137,205,166).

RGB: (137,205,166) (54%, 80%, 65%)

RGB channels and saturation

R 137 of 255 = 54%
G 205 of 255 = 80%
B 166 of 255 = 65%

137
205
166

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

Portions of RGB colors in percentages

R + G + B = 137 + 205 + 166 = 508 (100%)
R 137 of 508 ~ 26.97%
G 205 of 508 ~ 40.35%
B 166 of 508 ~ 32.68'%

%26.97
%40.35
%32.68

CMYK color model

#89CDA6 color CMYK value is (33,0,19,20).

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

CMYK: (33,0,19,20)
C33M0Y19K20 (33%, 0%, 19%, 20%)
(0.33 / 0.00 / 0.19 / 0.20)

CMYK percentages

%33.17
%0
%19.02
%19.61

Codes

Color #89CDA6 in popluar color models

89 CD A6
RGB 137 205 166
HSL 146° 40.48% 67.06%
HSB/HSV 146° 33.17% 80.39%
CMYK 33.17% 0.00% 19.02%
19.61%

Color #89CDA6 in popluar number systems.

HEX 89 CD A6
Decimal 137 205 166
Binary 10001001 11001101 10100110
Octal 211 315 246

Shades and tints

Shades of #89CDA6

#89CDA6
(137,205,166)
#7DBB97
(125,187,151)
#71A988
(113,169,136)
#659779
(101,151,121)
#59856A
(89,133,106)
#4D735B
(77,115,91)
#41614C
(65,97,76)
#354F3D
(53,79,61)
#293D2E
(41,61,46)
#1D2B1F
(29,43,31)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #89CDA6

#89CDA6
(137,205,166)
#93D1AE
(147,209,174)
#9DD5B6
(157,213,182)
#A7D9BE
(167,217,190)
#B1DDC6
(177,221,198)
#BBE1CE
(187,225,206)
#C5E5D6
(197,229,214)
#CFE9DE
(207,233,222)
#D9EDE6
(217,237,230)
#E3F1EE
(227,241,238)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CDA6; }

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

This text font color is #89CDA6.

Background Color

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

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

This div background color is #89CDA6.

Border color

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

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

This div border color is #89CDA6.

Opacity

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

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

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

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

This text has shadow with #89CDA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CDA6.

Preview

Color preview on black background

This text has color #89CDA6 on black background.


Color preview on white background

This text has color #89CDA6 on white background.


Black color preview on #89CDA6 background

This text has black color on #89CDA6 background.


White color preview on #89CDA6 background

This text has white color on #89CDA6 background.


Related colors

Complementary color

Complementary color for #hex is #763259.


I love getcolorcode.com

Triadic colors

1 #A689CD and #CDA689 with #89CDA6 are triadic colors.

2 #A6CD89 and #CD89A6 with #89CDA6 are triadic colors.