COLOR #11B88B

HEX: #11B88B
RGB: (17,184,139)

Color info

#11B88B contains mainly green and blue colors. Web safe color of #11B88B is #00CC99 (or #0C9).

RGB color model

#11B88B color RGB value is (17,184,139).

  • red value is 17;
  • green value is 184;
  • blue value is 139.
RGB:
(17,184,139)
(7%,72%,55%)

RGB channels and saturation

R 17 of 255 = 7%
G 184 of 255 = 72%
B 139 of 255 = 55%

17
184
139

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

Portions of RGB colors in percentages

R + G + B =
17 + 184 + 139 = 340 (100%)
R 17 of 340 ~ 5%
G 184 of 340 ~ 54.12%
B 139 of 340 ~ 40.88%

%54.12
%40.88

CMYK color model

#11B88B color CMYK value is (91,0,24,28).

  • cyan value is 90.76%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 27.84%
CMYK:
(91,0,24,28)
C91M0Y24K28 
(91%,0%,24%,28%)
(0.91/0.00/0.24/0.28)	

CMYK percentages

%90.76
%0
%24.46
%27.84

Codes

Color #11B88B in popluar color models

11B88B
RGB17184139
HSL164°83.08%39.41%
HSB/HSV164°90.76%72.16%
CMYK90.76%0.00%24.46%
27.84%

Color #11B88B in popluar number systems.

HEX11B88B
Decimal17184139
Binary100011011100010001011
Octal21270213

Shades and tints

Shades of #11B88B

#11B88B
(17,184,139)
#10A87F
(16,168,127)
#0F9873
(15,152,115)
#0E8867
(14,136,103)
#0D785B
(13,120,91)
#0C684F
(12,104,79)
#0B5843
(11,88,67)
#0A4837
(10,72,55)
#09382B
(9,56,43)
#08281F
(8,40,31)
#071813
(7,24,19)
#000000
(0,0,0)

Tints of #11B88B

#11B88B
(17,184,139)
#26BE95
(38,190,149)
#3BC49F
(59,196,159)
#50CAA9
(80,202,169)
#65D0B3
(101,208,179)
#7AD6BD
(122,214,189)
#8FDCC7
(143,220,199)
#A4E2D1
(164,226,209)
#B9E8DB
(185,232,219)
#CEEEE5
(206,238,229)
#E3F4EF
(227,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11B88B color. Also use rgb(17,184,139) instead hex code.

Text Font Color

.myTextColor { color: #11B88B; }

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

This text font color is #11B88B.


Background Color

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

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

This div background color is #11B88B.


Border color

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

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

This div border color is #11B88B.


Opacity

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

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

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

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

This text has shadow with #11B88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11B88B on black background.


Color preview on white background

This text has color #11B88B on white background.



Black color preview on #11B88B background

This text has black color on #11B88B background.


White color preview on #11B88B background

This text has white color on #11B88B background.