COLOR #11E1E7

HEX: #11E1E7
RGB: (17,225,231)

Color info

#11E1E7 contains mainly green and blue colors. Web safe color of #11E1E7 is #00CCFF (or #0CF).

RGB color model

#11E1E7 color RGB value is (17,225,231).

  • red value is 17;
  • green value is 225;
  • blue value is 231.
RGB:
(17,225,231)
(7%,88%,91%)

RGB channels and saturation

R 17 of 255 = 7%
G 225 of 255 = 88%
B 231 of 255 = 91%

17
225
231

R + G + B ~ 62%. #11E1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
17 + 225 + 231 = 473 (100%)
R 17 of 473 ~ 3.59%
G 225 of 473 ~ 47.57%
B 231 of 473 ~ 48.84%

%47.57
%48.84

CMYK color model

#11E1E7 color CMYK value is (93,3,0,9).

  • cyan value is 92.64%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(93,3,0,9)
C93M3Y0K9 
(93%,3%,0%,9%)
(0.93/0.03/0.00/0.09)	

CMYK percentages

%92.64
%2.6
%0
%9.41

Codes

Color #11E1E7 in popluar color models

11E1E7
RGB17225231
HSL182°86.29%48.63%
HSB/HSV182°92.64%90.59%
CMYK92.64%2.60%0.00%
9.41%

Color #11E1E7 in popluar number systems.

HEX11E1E7
Decimal17225231
Binary100011110000111100111
Octal21341347

Shades and tints

Shades of #11E1E7

#11E1E7
(17,225,231)
#10CDD2
(16,205,210)
#0FB9BD
(15,185,189)
#0EA5A8
(14,165,168)
#0D9193
(13,145,147)
#0C7D7E
(12,125,126)
#0B6969
(11,105,105)
#0A5554
(10,85,84)
#09413F
(9,65,63)
#082D2A
(8,45,42)
#071915
(7,25,21)
#000000
(0,0,0)

Tints of #11E1E7

#11E1E7
(17,225,231)
#26E3E9
(38,227,233)
#3BE5EB
(59,229,235)
#50E7ED
(80,231,237)
#65E9EF
(101,233,239)
#7AEBF1
(122,235,241)
#8FEDF3
(143,237,243)
#A4EFF5
(164,239,245)
#B9F1F7
(185,241,247)
#CEF3F9
(206,243,249)
#E3F5FB
(227,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11E1E7 color. Also use rgb(17,225,231) instead hex code.

Text Font Color

.myTextColor { color: #11E1E7; }

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

This text font color is #11E1E7.


Background Color

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

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

This div background color is #11E1E7.


Border color

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

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

This div border color is #11E1E7.


Opacity

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

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

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

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

This text has shadow with #11E1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11E1E7 on black background.


Color preview on white background

This text has color #11E1E7 on white background.



Black color preview on #11E1E7 background

This text has black color on #11E1E7 background.


White color preview on #11E1E7 background

This text has white color on #11E1E7 background.