COLOR #1E9D89

HEX: #1E9D89
RGB: (30,157,137)

Color info

#1E9D89 contains mainly green and blue colors. Web safe color of #1E9D89 is #339999 (or #399).

RGB color model

#1E9D89 color RGB value is (30,157,137).

  • red value is 30;
  • green value is 157;
  • blue value is 137.
RGB:
(30,157,137)
(12%,62%,54%)

RGB channels and saturation

R 30 of 255 = 12%
G 157 of 255 = 62%
B 137 of 255 = 54%

30
157
137

R + G + B ~ 43%. #1E9D89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
30 + 157 + 137 = 324 (100%)
R 30 of 324 ~ 9.26%
G 157 of 324 ~ 48.46%
B 137 of 324 ~ 42.28%

%48.46
%42.28

CMYK color model

#1E9D89 color CMYK value is (81,0,13,38).

  • cyan value is 80.89%
  • magenta value is 0.00%
  • yellow value is 12.74%
  • key color value is 38.43%
CMYK:
(81,0,13,38)
C81M0Y13K38 
(81%,0%,13%,38%)
(0.81/0.00/0.13/0.38)	

CMYK percentages

%80.89
%0
%12.74
%38.43

Codes

Color #1E9D89 in popluar color models

1E9D89
RGB30157137
HSL171°67.91%36.67%
HSB/HSV171°80.89%61.57%
CMYK80.89%0.00%12.74%
38.43%

Color #1E9D89 in popluar number systems.

HEX1E9D89
Decimal30157137
Binary111101001110110001001
Octal36235211

Shades and tints

Shades of #1E9D89

#1E9D89
(30,157,137)
#1C8F7D
(28,143,125)
#1A8171
(26,129,113)
#187365
(24,115,101)
#166559
(22,101,89)
#14574D
(20,87,77)
#124941
(18,73,65)
#103B35
(16,59,53)
#0E2D29
(14,45,41)
#0C1F1D
(12,31,29)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #1E9D89

#1E9D89
(30,157,137)
#32A593
(50,165,147)
#46AD9D
(70,173,157)
#5AB5A7
(90,181,167)
#6EBDB1
(110,189,177)
#82C5BB
(130,197,187)
#96CDC5
(150,205,197)
#AAD5CF
(170,213,207)
#BEDDD9
(190,221,217)
#D2E5E3
(210,229,227)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E9D89 color. Also use rgb(30,157,137) instead hex code.

Text Font Color

.myTextColor { color: #1E9D89; }

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

This text font color is #1E9D89.


Background Color

.myBgColor { background-color: #1E9D89; }

<div style="background-color:#1E9D89">Inner text</div>

This div background color is #1E9D89.


Border color

.myBorderColor { border: 1px solid #1E9D89; }

<div style="border:3px solid #1E9D89">Div</div>

This div border color is #1E9D89.


Opacity

.myOpacity80 { color: #1E9D89; opacity: 0.8; }

<p style="color:#1E9D89;opacity:0.8;">80%</p>

Text with #1E9D89 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 #1E9D89;}

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

This text has shadow with #1E9D89 color.

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

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

This text has shadow with #1E9D89 primary color and red secondary color.


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

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

This text has shadow with #1E9D89 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E9D89 on black background.


Color preview on white background

This text has color #1E9D89 on white background.



Black color preview on #1E9D89 background

This text has black color on #1E9D89 background.


White color preview on #1E9D89 background

This text has white color on #1E9D89 background.