COLOR #11DA8E

HEX: #11DA8E
RGB: (17,218,142)

Color info

#11DA8E contains mainly green color. Web safe color of #11DA8E is #00CC99 (or #0C9).

RGB color model

#11DA8E color RGB value is (17,218,142).

  • red value is 17;
  • green value is 218;
  • blue value is 142.
RGB:
(17,218,142)
(7%,85%,56%)

RGB channels and saturation

R 17 of 255 = 7%
G 218 of 255 = 85%
B 142 of 255 = 56%

17
218
142

R + G + B ~ 49%. #11DA8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 218 + 142 = 377 (100%)
R 17 of 377 ~ 4.51%
G 218 of 377 ~ 57.82%
B 142 of 377 ~ 37.67%

%57.82
%37.67

CMYK color model

#11DA8E color CMYK value is (92,0,35,15).

  • cyan value is 92.20%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 14.51%
CMYK:
(92,0,35,15)
C92M0Y35K15 
(92%,0%,35%,15%)
(0.92/0.00/0.35/0.15)	

CMYK percentages

%92.2
%0
%34.86
%14.51

Codes

Color #11DA8E in popluar color models

11DA8E
RGB17218142
HSL157°85.53%46.08%
HSB/HSV157°92.20%85.49%
CMYK92.20%0.00%34.86%
14.51%

Color #11DA8E in popluar number systems.

HEX11DA8E
Decimal17218142
Binary100011101101010001110
Octal21332216

Shades and tints

Shades of #11DA8E

#11DA8E
(17,218,142)
#10C782
(16,199,130)
#0FB476
(15,180,118)
#0EA16A
(14,161,106)
#0D8E5E
(13,142,94)
#0C7B52
(12,123,82)
#0B6846
(11,104,70)
#0A553A
(10,85,58)
#09422E
(9,66,46)
#082F22
(8,47,34)
#071C16
(7,28,22)
#000000
(0,0,0)

Tints of #11DA8E

#11DA8E
(17,218,142)
#26DD98
(38,221,152)
#3BE0A2
(59,224,162)
#50E3AC
(80,227,172)
#65E6B6
(101,230,182)
#7AE9C0
(122,233,192)
#8FECCA
(143,236,202)
#A4EFD4
(164,239,212)
#B9F2DE
(185,242,222)
#CEF5E8
(206,245,232)
#E3F8F2
(227,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11DA8E color. Also use rgb(17,218,142) instead hex code.

Text Font Color

.myTextColor { color: #11DA8E; }

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

This text font color is #11DA8E.


Background Color

.myBgColor { background-color: #11DA8E; }

<div style="background-color:#11DA8E">Inner text</div>

This div background color is #11DA8E.


Border color

.myBorderColor { border: 1px solid #11DA8E; }

<div style="border:3px solid #11DA8E">Div</div>

This div border color is #11DA8E.


Opacity

.myOpacity80 { color: #11DA8E; opacity: 0.8; }

<p style="color:#11DA8E;opacity:0.8;">80%</p>

Text with #11DA8E 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 #11DA8E;}

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

This text has shadow with #11DA8E color.

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

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

This text has shadow with #11DA8E primary color and red secondary color.


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

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

This text has shadow with #11DA8E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11DA8E on black background.


Color preview on white background

This text has color #11DA8E on white background.



Black color preview on #11DA8E background

This text has black color on #11DA8E background.


White color preview on #11DA8E background

This text has white color on #11DA8E background.