COLOR #89DEC4

HEX: #89DEC4
RGB: (137,222,196)

Color info

#89DEC4 contains mainly green and blue colors. Web safe color of #89DEC4 is #99CCCC (or #9CC).

RGB color model

#89DEC4 color RGB value is (137,222,196).

  • red value is 137;
  • green value is 222;
  • blue value is 196.
RGB:
(137,222,196)
(54%,87%,77%)

RGB channels and saturation

R 137 of 255 = 54%
G 222 of 255 = 87%
B 196 of 255 = 77%

137
222
196

R + G + B ~ 73%. #89DEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 222 + 196 = 555 (100%)
R 137 of 555 ~ 24.68%
G 222 of 555 ~ 40%
B 196 of 555 ~ 35.32%

%24.68
%40
%35.32

CMYK color model

#89DEC4 color CMYK value is (38,0,12,13).

  • cyan value is 38.29%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 12.94%
CMYK:
(38,0,12,13)
C38M0Y12K13 
(38%,0%,12%,13%)
(0.38/0.00/0.12/0.13)	

CMYK percentages

%38.29
%0
%11.71
%12.94

Codes

Color #89DEC4 in popluar color models

89DEC4
RGB137222196
HSL162°56.29%70.39%
HSB/HSV162°38.29%87.06%
CMYK38.29%0.00%11.71%
12.94%

Color #89DEC4 in popluar number systems.

HEX89DEC4
Decimal137222196
Binary100010011101111011000100
Octal211336304

Shades and tints

Shades of #89DEC4

#89DEC4
(137,222,196)
#7DCAB3
(125,202,179)
#71B6A2
(113,182,162)
#65A291
(101,162,145)
#598E80
(89,142,128)
#4D7A6F
(77,122,111)
#41665E
(65,102,94)
#35524D
(53,82,77)
#293E3C
(41,62,60)
#1D2A2B
(29,42,43)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #89DEC4

#89DEC4
(137,222,196)
#93E1C9
(147,225,201)
#9DE4CE
(157,228,206)
#A7E7D3
(167,231,211)
#B1EAD8
(177,234,216)
#BBEDDD
(187,237,221)
#C5F0E2
(197,240,226)
#CFF3E7
(207,243,231)
#D9F6EC
(217,246,236)
#E3F9F1
(227,249,241)
#EDFCF6
(237,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DEC4 color. Also use rgb(137,222,196) instead hex code.

Text Font Color

.myTextColor { color: #89DEC4; }

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

This text font color is #89DEC4.


Background Color

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

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

This div background color is #89DEC4.


Border color

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

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

This div border color is #89DEC4.


Opacity

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

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

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

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

This text has shadow with #89DEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DEC4 on black background.


Color preview on white background

This text has color #89DEC4 on white background.



Black color preview on #89DEC4 background

This text has black color on #89DEC4 background.


White color preview on #89DEC4 background

This text has white color on #89DEC4 background.