COLOR #89CEAF

HEX: #89CEAF RGB: (137,206,175)

Color info

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

RGB color model

#89CEAF color RGB value is (137,206,175).

RGB: (137,206,175) (54%, 81%, 69%)

RGB channels and saturation

R 137 of 255 = 54%
G 206 of 255 = 81%
B 175 of 255 = 69%

137
206
175

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

Portions of RGB colors in percentages

R + G + B = 137 + 206 + 175 = 518 (100%)
R 137 of 518 ~ 26.45%
G 206 of 518 ~ 39.77%
B 175 of 518 ~ 33.78'%

%26.45
%39.77
%33.78

CMYK color model

#89CEAF color CMYK value is (33,0,15,19).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 19.22%

CMYK: (33,0,15,19)
C33M0Y15K19 (33%, 0%, 15%, 19%)
(0.33 / 0.00 / 0.15 / 0.19)

CMYK percentages

%33.5
%0
%15.05
%19.22

Codes

Color #89CEAF in popluar color models

89 CE AF
RGB 137 206 175
HSL 153° 41.32% 67.25%
HSB/HSV 153° 33.50% 80.78%
CMYK 33.50% 0.00% 15.05%
19.22%

Color #89CEAF in popluar number systems.

HEX 89 CE AF
Decimal 137 206 175
Binary 10001001 11001110 10101111
Octal 211 316 257

Shades and tints

Shades of #89CEAF

#89CEAF
(137,206,175)
#7DBCA0
(125,188,160)
#71AA91
(113,170,145)
#659882
(101,152,130)
#598673
(89,134,115)
#4D7464
(77,116,100)
#416255
(65,98,85)
#355046
(53,80,70)
#293E37
(41,62,55)
#1D2C28
(29,44,40)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #89CEAF

#89CEAF
(137,206,175)
#93D2B6
(147,210,182)
#9DD6BD
(157,214,189)
#A7DAC4
(167,218,196)
#B1DECB
(177,222,203)
#BBE2D2
(187,226,210)
#C5E6D9
(197,230,217)
#CFEAE0
(207,234,224)
#D9EEE7
(217,238,231)
#E3F2EE
(227,242,238)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CEAF color. Also use rgb(137,206,175) instead hex code.

Text Font Color

.myTextColor { color: #89CEAF; }

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

This text font color is #89CEAF.

Background Color

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

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

This div background color is #89CEAF.

Border color

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

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

This div border color is #89CEAF.

Opacity

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

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

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

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

This text has shadow with #89CEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CEAF.

Preview

Color preview on black background

This text has color #89CEAF on black background.


Color preview on white background

This text has color #89CEAF on white background.


Black color preview on #89CEAF background

This text has black color on #89CEAF background.


White color preview on #89CEAF background

This text has white color on #89CEAF background.


Related colors

Complementary color

Complementary color for #hex is #763150.


I love getcolorcode.com

Triadic colors

1 #AF89CE and #CEAF89 with #89CEAF are triadic colors.

2 #AFCE89 and #CE89AF with #89CEAF are triadic colors.