COLOR #11DA88

HEX: #11DA88
RGB: (17,218,136)

Color info

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

RGB color model

#11DA88 color RGB value is (17,218,136).

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

RGB channels and saturation

R 17 of 255 = 7%
G 218 of 255 = 85%
B 136 of 255 = 53%

17
218
136

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

Portions of RGB colors in percentages

R + G + B =
17 + 218 + 136 = 371 (100%)
R 17 of 371 ~ 4.58%
G 218 of 371 ~ 58.76%
B 136 of 371 ~ 36.66%

%58.76
%36.66

CMYK color model

#11DA88 color CMYK value is (92,0,38,15).

  • cyan value is 92.20%
  • magenta value is 0.00%
  • yellow value is 37.61%
  • key color value is 14.51%
CMYK:
(92,0,38,15)
C92M0Y38K15 
(92%,0%,38%,15%)
(0.92/0.00/0.38/0.15)	

CMYK percentages

%92.2
%0
%37.61
%14.51

Codes

Color #11DA88 in popluar color models

11DA88
RGB17218136
HSL156°85.53%46.08%
HSB/HSV156°92.20%85.49%
CMYK92.20%0.00%37.61%
14.51%

Color #11DA88 in popluar number systems.

HEX11DA88
Decimal17218136
Binary100011101101010001000
Octal21332210

Shades and tints

Shades of #11DA88

#11DA88
(17,218,136)
#10C77C
(16,199,124)
#0FB470
(15,180,112)
#0EA164
(14,161,100)
#0D8E58
(13,142,88)
#0C7B4C
(12,123,76)
#0B6840
(11,104,64)
#0A5534
(10,85,52)
#094228
(9,66,40)
#082F1C
(8,47,28)
#071C10
(7,28,16)
#000000
(0,0,0)

Tints of #11DA88

#11DA88
(17,218,136)
#26DD92
(38,221,146)
#3BE09C
(59,224,156)
#50E3A6
(80,227,166)
#65E6B0
(101,230,176)
#7AE9BA
(122,233,186)
#8FECC4
(143,236,196)
#A4EFCE
(164,239,206)
#B9F2D8
(185,242,216)
#CEF5E2
(206,245,226)
#E3F8EC
(227,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11DA88; }

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

This text font color is #11DA88.


Background Color

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

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

This div background color is #11DA88.


Border color

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

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

This div border color is #11DA88.


Opacity

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

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

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

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

This text has shadow with #11DA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11DA88 on black background.


Color preview on white background

This text has color #11DA88 on white background.



Black color preview on #11DA88 background

This text has black color on #11DA88 background.


White color preview on #11DA88 background

This text has white color on #11DA88 background.