COLOR #11B9BE

HEX: #11B9BE RGB: (17,185,190)

Color info

#11B9BE contains mainly green and blue colors. Web safe color of #11B9BE is #00CCCC (or #0CC).

RGB color model

#11B9BE color RGB value is (17,185,190).

RGB: (17,185,190) (7%, 73%, 75%)

RGB channels and saturation

R 17 of 255 = 7%
G 185 of 255 = 73%
B 190 of 255 = 75%

17
185
190

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

Portions of RGB colors in percentages

R + G + B = 17 + 185 + 190 = 392 (100%)
R 17 of 392 ~ 4.34%
G 185 of 392 ~ 47.19%
B 190 of 392 ~ 48.47'%

%47.19
%48.47

CMYK color model

#11B9BE color CMYK value is (91,3,0,25).

  • cyan value is 91.05%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (91,3,0,25)
C91M3Y0K25 (91%, 3%, 0%, 25%)
(0.91 / 0.03 / 0.00 / 0.25)

CMYK percentages

%91.05
%2.63
%0
%25.49

Codes

Color #11B9BE in popluar color models

11 B9 BE
RGB 17 185 190
HSL 182° 83.57% 40.59%
HSB/HSV 182° 91.05% 74.51%
CMYK 91.05% 2.63% 0.00%
25.49%

Color #11B9BE in popluar number systems.

HEX 11 B9 BE
Decimal 17 185 190
Binary 10001 10111001 10111110
Octal 21 271 276

Shades and tints

Shades of #11B9BE

#11B9BE
(17,185,190)
#10A9AD
(16,169,173)
#0F999C
(15,153,156)
#0E898B
(14,137,139)
#0D797A
(13,121,122)
#0C6969
(12,105,105)
#0B5958
(11,89,88)
#0A4947
(10,73,71)
#093936
(9,57,54)
#082925
(8,41,37)
#071914
(7,25,20)
#000000
(0,0,0)

Tints of #11B9BE

#11B9BE
(17,185,190)
#26BFC3
(38,191,195)
#3BC5C8
(59,197,200)
#50CBCD
(80,203,205)
#65D1D2
(101,209,210)
#7AD7D7
(122,215,215)
#8FDDDC
(143,221,220)
#A4E3E1
(164,227,225)
#B9E9E6
(185,233,230)
#CEEFEB
(206,239,235)
#E3F5F0
(227,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11B9BE; }

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

This text font color is #11B9BE.

Background Color

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

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

This div background color is #11B9BE.

Border color

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

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

This div border color is #11B9BE.

Opacity

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

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

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

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

This text has shadow with #11B9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11B9BE.

Preview

Color preview on black background

This text has color #11B9BE on black background.


Color preview on white background

This text has color #11B9BE on white background.


Black color preview on #11B9BE background

This text has black color on #11B9BE background.


White color preview on #11B9BE background

This text has white color on #11B9BE background.


Related colors

Complementary color

Complementary color for #hex is #EE4641.


I love getcolorcode.com

Triadic colors

1 #BE11B9 and #B9BE11 with #11B9BE are triadic colors.

2 #BEB911 and #B911BE with #11B9BE are triadic colors.