COLOR #11BE7E

HEX: #11BE7E
RGB: (17,190,126)

Color info

#11BE7E contains mainly green color. Web safe color of #11BE7E is #00CC66 (or #0C6).

RGB color model

#11BE7E color RGB value is (17,190,126).

  • red value is 17;
  • green value is 190;
  • blue value is 126.
RGB:
(17,190,126)
(7%,75%,49%)

RGB channels and saturation

R 17 of 255 = 7%
G 190 of 255 = 75%
B 126 of 255 = 49%

17
190
126

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

Portions of RGB colors in percentages

R + G + B =
17 + 190 + 126 = 333 (100%)
R 17 of 333 ~ 5.11%
G 190 of 333 ~ 57.06%
B 126 of 333 ~ 37.84%

%57.06
%37.84

CMYK color model

#11BE7E color CMYK value is (91,0,34,25).

  • cyan value is 91.05%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 25.49%
CMYK:
(91,0,34,25)
C91M0Y34K25 
(91%,0%,34%,25%)
(0.91/0.00/0.34/0.25)	

CMYK percentages

%91.05
%0
%33.68
%25.49

Codes

Color #11BE7E in popluar color models

11BE7E
RGB17190126
HSL158°83.57%40.59%
HSB/HSV158°91.05%74.51%
CMYK91.05%0.00%33.68%
25.49%

Color #11BE7E in popluar number systems.

HEX11BE7E
Decimal17190126
Binary10001101111101111110
Octal21276176

Shades and tints

Shades of #11BE7E

#11BE7E
(17,190,126)
#10AD73
(16,173,115)
#0F9C68
(15,156,104)
#0E8B5D
(14,139,93)
#0D7A52
(13,122,82)
#0C6947
(12,105,71)
#0B583C
(11,88,60)
#0A4731
(10,71,49)
#093626
(9,54,38)
#08251B
(8,37,27)
#071410
(7,20,16)
#000000
(0,0,0)

Tints of #11BE7E

#11BE7E
(17,190,126)
#26C389
(38,195,137)
#3BC894
(59,200,148)
#50CD9F
(80,205,159)
#65D2AA
(101,210,170)
#7AD7B5
(122,215,181)
#8FDCC0
(143,220,192)
#A4E1CB
(164,225,203)
#B9E6D6
(185,230,214)
#CEEBE1
(206,235,225)
#E3F0EC
(227,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11BE7E color. Also use rgb(17,190,126) instead hex code.

Text Font Color

.myTextColor { color: #11BE7E; }

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

This text font color is #11BE7E.


Background Color

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

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

This div background color is #11BE7E.


Border color

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

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

This div border color is #11BE7E.


Opacity

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

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

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

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

This text has shadow with #11BE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11BE7E on black background.


Color preview on white background

This text has color #11BE7E on white background.



Black color preview on #11BE7E background

This text has black color on #11BE7E background.


White color preview on #11BE7E background

This text has white color on #11BE7E background.