COLOR #89DFC4

HEX: #89DFC4
RGB: (137,223,196)

Color info

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

RGB color model

#89DFC4 color RGB value is (137,223,196).

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

RGB channels and saturation

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

137
223
196

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

Portions of RGB colors in percentages

R + G + B =
137 + 223 + 196 = 556 (100%)
R 137 of 556 ~ 24.64%
G 223 of 556 ~ 40.11%
B 196 of 556 ~ 35.25%

%24.64
%40.11
%35.25

CMYK color model

#89DFC4 color CMYK value is (39,0,12,13).

  • cyan value is 38.57%
  • magenta value is 0.00%
  • yellow value is 12.11%
  • key color value is 12.55%
CMYK:
(39,0,12,13)
C39M0Y12K13 
(39%,0%,12%,13%)
(0.39/0.00/0.12/0.13)	

CMYK percentages

%38.57
%0
%12.11
%12.55

Codes

Color #89DFC4 in popluar color models

89DFC4
RGB137223196
HSL161°57.33%70.59%
HSB/HSV161°38.57%87.45%
CMYK38.57%0.00%12.11%
12.55%

Color #89DFC4 in popluar number systems.

HEX89DFC4
Decimal137223196
Binary100010011101111111000100
Octal211337304

Shades and tints

Shades of #89DFC4

#89DFC4
(137,223,196)
#7DCBB3
(125,203,179)
#71B7A2
(113,183,162)
#65A391
(101,163,145)
#598F80
(89,143,128)
#4D7B6F
(77,123,111)
#41675E
(65,103,94)
#35534D
(53,83,77)
#293F3C
(41,63,60)
#1D2B2B
(29,43,43)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #89DFC4

#89DFC4
(137,223,196)
#93E1C9
(147,225,201)
#9DE3CE
(157,227,206)
#A7E5D3
(167,229,211)
#B1E7D8
(177,231,216)
#BBE9DD
(187,233,221)
#C5EBE2
(197,235,226)
#CFEDE7
(207,237,231)
#D9EFEC
(217,239,236)
#E3F1F1
(227,241,241)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DFC4; }

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

This text font color is #89DFC4.


Background Color

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

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

This div background color is #89DFC4.


Border color

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

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

This div border color is #89DFC4.


Opacity

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

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

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

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

This text has shadow with #89DFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DFC4 on black background.


Color preview on white background

This text has color #89DFC4 on white background.



Black color preview on #89DFC4 background

This text has black color on #89DFC4 background.


White color preview on #89DFC4 background

This text has white color on #89DFC4 background.