COLOR #89CDB1

HEX: #89CDB1 RGB: (137,205,177)

Color info

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

RGB color model

#89CDB1 color RGB value is (137,205,177).

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

RGB channels and saturation

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

137
205
177

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

Portions of RGB colors in percentages

R + G + B = 137 + 205 + 177 = 519 (100%)
R 137 of 519 ~ 26.4%
G 205 of 519 ~ 39.5%
B 177 of 519 ~ 34.1'%

%26.4
%39.5
%34.1

CMYK color model

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

  • cyan value is 33.17%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • 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
%13.66
%19.61

Codes

Color #89CDB1 in popluar color models

89 CD B1
RGB 137 205 177
HSL 155° 40.48% 67.06%
HSB/HSV 155° 33.17% 80.39%
CMYK 33.17% 0.00% 13.66%
19.61%

Color #89CDB1 in popluar number systems.

HEX 89 CD B1
Decimal 137 205 177
Binary 10001001 11001101 10110001
Octal 211 315 261

Shades and tints

Shades of #89CDB1

#89CDB1
(137,205,177)
#7DBBA1
(125,187,161)
#71A991
(113,169,145)
#659781
(101,151,129)
#598571
(89,133,113)
#4D7361
(77,115,97)
#416151
(65,97,81)
#354F41
(53,79,65)
#293D31
(41,61,49)
#1D2B21
(29,43,33)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #89CDB1

#89CDB1
(137,205,177)
#93D1B8
(147,209,184)
#9DD5BF
(157,213,191)
#A7D9C6
(167,217,198)
#B1DDCD
(177,221,205)
#BBE1D4
(187,225,212)
#C5E5DB
(197,229,219)
#CFE9E2
(207,233,226)
#D9EDE9
(217,237,233)
#E3F1F0
(227,241,240)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CDB1; }

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

This text font color is #89CDB1.

Background Color

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

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

This div background color is #89CDB1.

Border color

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

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

This div border color is #89CDB1.

Opacity

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

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

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

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

This text has shadow with #89CDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CDB1.

Preview

Color preview on black background

This text has color #89CDB1 on black background.


Color preview on white background

This text has color #89CDB1 on white background.


Black color preview on #89CDB1 background

This text has black color on #89CDB1 background.


White color preview on #89CDB1 background

This text has white color on #89CDB1 background.


Related colors

Complementary color

Complementary color for #hex is #76324E.


I love getcolorcode.com

Triadic colors

1 #B189CD and #CDB189 with #89CDB1 are triadic colors.

2 #B1CD89 and #CD89B1 with #89CDB1 are triadic colors.