COLOR #11BB83

HEX: #11BB83 RGB: (17,187,131)

Color info

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

RGB color model

#11BB83 color RGB value is (17,187,131).

RGB: (17,187,131) (7%, 73%, 51%)

RGB channels and saturation

R 17 of 255 = 7%
G 187 of 255 = 73%
B 131 of 255 = 51%

17
187
131

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

Portions of RGB colors in percentages

R + G + B = 17 + 187 + 131 = 335 (100%)
R 17 of 335 ~ 5.07%
G 187 of 335 ~ 55.82%
B 131 of 335 ~ 39.1'%

%55.82
%39.1

CMYK color model

#11BB83 color CMYK value is (91,0,30,27).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 29.95%
  • key color value is 26.67%

CMYK: (91,0,30,27)
C91M0Y30K27 (91%, 0%, 30%, 27%)
(0.91 / 0.00 / 0.30 / 0.27)

CMYK percentages

%90.91
%0
%29.95
%26.67

Codes

Color #11BB83 in popluar color models

11 BB 83
RGB 17 187 131
HSL 160° 83.33% 40.00%
HSB/HSV 160° 90.91% 73.33%
CMYK 90.91% 0.00% 29.95%
26.67%

Color #11BB83 in popluar number systems.

HEX 11 BB 83
Decimal 17 187 131
Binary 10001 10111011 10000011
Octal 21 273 203

Shades and tints

Shades of #11BB83

#11BB83
(17,187,131)
#10AA78
(16,170,120)
#0F996D
(15,153,109)
#0E8862
(14,136,98)
#0D7757
(13,119,87)
#0C664C
(12,102,76)
#0B5541
(11,85,65)
#0A4436
(10,68,54)
#09332B
(9,51,43)
#082220
(8,34,32)
#071115
(7,17,21)
#000000
(0,0,0)

Tints of #11BB83

#11BB83
(17,187,131)
#26C18E
(38,193,142)
#3BC799
(59,199,153)
#50CDA4
(80,205,164)
#65D3AF
(101,211,175)
#7AD9BA
(122,217,186)
#8FDFC5
(143,223,197)
#A4E5D0
(164,229,208)
#B9EBDB
(185,235,219)
#CEF1E6
(206,241,230)
#E3F7F1
(227,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11BB83 color. Also use rgb(17,187,131) instead hex code.

Text Font Color

.myTextColor { color: #11BB83; }

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

This text font color is #11BB83.

Background Color

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

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

This div background color is #11BB83.

Border color

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

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

This div border color is #11BB83.

Opacity

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

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

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

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

This text has shadow with #11BB83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11BB83.

Preview

Color preview on black background

This text has color #11BB83 on black background.


Color preview on white background

This text has color #11BB83 on white background.


Black color preview on #11BB83 background

This text has black color on #11BB83 background.


White color preview on #11BB83 background

This text has white color on #11BB83 background.


Related colors

Complementary color

Complementary color for #hex is #EE447C.


I love getcolorcode.com

Triadic colors

1 #8311BB and #BB8311 with #11BB83 are triadic colors.

2 #83BB11 and #BB1183 with #11BB83 are triadic colors.