COLOR #11EEE9

HEX: #11EEE9
RGB: (17,238,233)

Color info

#11EEE9 contains mainly green and blue colors. Web safe color of #11EEE9 is #00FFFF (or #0FF).

RGB color model

#11EEE9 color RGB value is (17,238,233).

  • red value is 17;
  • green value is 238;
  • blue value is 233.
RGB:
(17,238,233)
(7%,93%,91%)

RGB channels and saturation

R 17 of 255 = 7%
G 238 of 255 = 93%
B 233 of 255 = 91%

17
238
233

R + G + B ~ 64%. #11EEE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
17 + 238 + 233 = 488 (100%)
R 17 of 488 ~ 3.48%
G 238 of 488 ~ 48.77%
B 233 of 488 ~ 47.75%

%48.77
%47.75

CMYK color model

#11EEE9 color CMYK value is (93,0,2,7).

  • cyan value is 92.86%
  • magenta value is 0.00%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(93,0,2,7)
C93M0Y2K7 
(93%,0%,2%,7%)
(0.93/0.00/0.02/0.07)	

CMYK percentages

%92.86
%0
%2.1
%6.67

Codes

Color #11EEE9 in popluar color models

11EEE9
RGB17238233
HSL179°86.67%50.00%
HSB/HSV179°92.86%93.33%
CMYK92.86%0.00%2.10%
6.67%

Color #11EEE9 in popluar number systems.

HEX11EEE9
Decimal17238233
Binary100011110111011101001
Octal21356351

Shades and tints

Shades of #11EEE9

#11EEE9
(17,238,233)
#10D9D4
(16,217,212)
#0FC4BF
(15,196,191)
#0EAFAA
(14,175,170)
#0D9A95
(13,154,149)
#0C8580
(12,133,128)
#0B706B
(11,112,107)
#0A5B56
(10,91,86)
#094641
(9,70,65)
#08312C
(8,49,44)
#071C17
(7,28,23)
#000000
(0,0,0)

Tints of #11EEE9

#11EEE9
(17,238,233)
#26EFEB
(38,239,235)
#3BF0ED
(59,240,237)
#50F1EF
(80,241,239)
#65F2F1
(101,242,241)
#7AF3F3
(122,243,243)
#8FF4F5
(143,244,245)
#A4F5F7
(164,245,247)
#B9F6F9
(185,246,249)
#CEF7FB
(206,247,251)
#E3F8FD
(227,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11EEE9 color. Also use rgb(17,238,233) instead hex code.

Text Font Color

.myTextColor { color: #11EEE9; }

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

This text font color is #11EEE9.


Background Color

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

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

This div background color is #11EEE9.


Border color

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

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

This div border color is #11EEE9.


Opacity

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

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

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

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

This text has shadow with #11EEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11EEE9 on black background.


Color preview on white background

This text has color #11EEE9 on white background.



Black color preview on #11EEE9 background

This text has black color on #11EEE9 background.


White color preview on #11EEE9 background

This text has white color on #11EEE9 background.