COLOR #11D2DA

HEX: #11D2DA
RGB: (17,210,218)

Color info

#11D2DA contains mainly green and blue colors. Web safe color of #11D2DA is #00CCCC (or #0CC).

RGB color model

#11D2DA color RGB value is (17,210,218).

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

RGB channels and saturation

R 17 of 255 = 7%
G 210 of 255 = 82%
B 218 of 255 = 85%

17
210
218

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

Portions of RGB colors in percentages

R + G + B =
17 + 210 + 218 = 445 (100%)
R 17 of 445 ~ 3.82%
G 210 of 445 ~ 47.19%
B 218 of 445 ~ 48.99%

%47.19
%48.99

CMYK color model

#11D2DA color CMYK value is (92,4,0,15).

  • cyan value is 92.20%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(92,4,0,15)
C92M4Y0K15 
(92%,4%,0%,15%)
(0.92/0.04/0.00/0.15)	

CMYK percentages

%92.2
%3.67
%0
%14.51

Codes

Color #11D2DA in popluar color models

11D2DA
RGB17210218
HSL182°85.53%46.08%
HSB/HSV182°92.20%85.49%
CMYK92.20%3.67%0.00%
14.51%

Color #11D2DA in popluar number systems.

HEX11D2DA
Decimal17210218
Binary100011101001011011010
Octal21322332

Shades and tints

Shades of #11D2DA

#11D2DA
(17,210,218)
#10BFC7
(16,191,199)
#0FACB4
(15,172,180)
#0E99A1
(14,153,161)
#0D868E
(13,134,142)
#0C737B
(12,115,123)
#0B6068
(11,96,104)
#0A4D55
(10,77,85)
#093A42
(9,58,66)
#08272F
(8,39,47)
#07141C
(7,20,28)
#000000
(0,0,0)

Tints of #11D2DA

#11D2DA
(17,210,218)
#26D6DD
(38,214,221)
#3BDAE0
(59,218,224)
#50DEE3
(80,222,227)
#65E2E6
(101,226,230)
#7AE6E9
(122,230,233)
#8FEAEC
(143,234,236)
#A4EEEF
(164,238,239)
#B9F2F2
(185,242,242)
#CEF6F5
(206,246,245)
#E3FAF8
(227,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11D2DA; }

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

This text font color is #11D2DA.


Background Color

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

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

This div background color is #11D2DA.


Border color

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

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

This div border color is #11D2DA.


Opacity

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

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

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

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

This text has shadow with #11D2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11D2DA on black background.


Color preview on white background

This text has color #11D2DA on white background.



Black color preview on #11D2DA background

This text has black color on #11D2DA background.


White color preview on #11D2DA background

This text has white color on #11D2DA background.