COLOR #89CDB0

HEX: #89CDB0 RGB: (137,205,176)

Color info

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

RGB color model

#89CDB0 color RGB value is (137,205,176).

RGB: (137,205,176) (54%, 80%, 69%)

RGB channels and saturation

R 137 of 255 = 54%
G 205 of 255 = 80%
B 176 of 255 = 69%

137
205
176

R + G + B ~ 68%. #89CDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 205 + 176 = 518 (100%)
R 137 of 518 ~ 26.45%
G 205 of 518 ~ 39.58%
B 176 of 518 ~ 33.98'%

%26.45
%39.58
%33.98

CMYK color model

#89CDB0 color CMYK value is (33,0,14,20).

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

CMYK: (33,0,14,20)
C33M0Y14K20 (33%, 0%, 14%, 20%)
(0.33 / 0.00 / 0.14 / 0.20)

CMYK percentages

%33.17
%0
%14.15
%19.61

Codes

Color #89CDB0 in popluar color models

89 CD B0
RGB 137 205 176
HSL 154° 40.48% 67.06%
HSB/HSV 154° 33.17% 80.39%
CMYK 33.17% 0.00% 14.15%
19.61%

Color #89CDB0 in popluar number systems.

HEX 89 CD B0
Decimal 137 205 176
Binary 10001001 11001101 10110000
Octal 211 315 260

Shades and tints

Shades of #89CDB0

#89CDB0
(137,205,176)
#7DBBA0
(125,187,160)
#71A990
(113,169,144)
#659780
(101,151,128)
#598570
(89,133,112)
#4D7360
(77,115,96)
#416150
(65,97,80)
#354F40
(53,79,64)
#293D30
(41,61,48)
#1D2B20
(29,43,32)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #89CDB0

#89CDB0
(137,205,176)
#93D1B7
(147,209,183)
#9DD5BE
(157,213,190)
#A7D9C5
(167,217,197)
#B1DDCC
(177,221,204)
#BBE1D3
(187,225,211)
#C5E5DA
(197,229,218)
#CFE9E1
(207,233,225)
#D9EDE8
(217,237,232)
#E3F1EF
(227,241,239)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CDB0; }

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

This text font color is #89CDB0.

Background Color

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

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

This div background color is #89CDB0.

Border color

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

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

This div border color is #89CDB0.

Opacity

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

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

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

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

This text has shadow with #89CDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CDB0.

Preview

Color preview on black background

This text has color #89CDB0 on black background.


Color preview on white background

This text has color #89CDB0 on white background.


Black color preview on #89CDB0 background

This text has black color on #89CDB0 background.


White color preview on #89CDB0 background

This text has white color on #89CDB0 background.


Related colors

Complementary color

Complementary color for #hex is #76324F.


I love getcolorcode.com

Triadic colors

1 #B089CD and #CDB089 with #89CDB0 are triadic colors.

2 #B0CD89 and #CD89B0 with #89CDB0 are triadic colors.