COLOR #11C9D5

HEX: #11C9D5 RGB: (17,201,213)

Color info

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

RGB color model

#11C9D5 color RGB value is (17,201,213).

RGB: (17,201,213) (7%, 79%, 84%)

RGB channels and saturation

R 17 of 255 = 7%
G 201 of 255 = 79%
B 213 of 255 = 84%

17
201
213

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

Portions of RGB colors in percentages

R + G + B = 17 + 201 + 213 = 431 (100%)
R 17 of 431 ~ 3.94%
G 201 of 431 ~ 46.64%
B 213 of 431 ~ 49.42'%

%46.64
%49.42

CMYK color model

#11C9D5 color CMYK value is (92,6,0,16).

  • cyan value is 92.02%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (92,6,0,16)
C92M6Y0K16 (92%, 6%, 0%, 16%)
(0.92 / 0.06 / 0.00 / 0.16)

CMYK percentages

%92.02
%5.63
%0
%16.47

Codes

Color #11C9D5 in popluar color models

11 C9 D5
RGB 17 201 213
HSL 184° 85.22% 45.10%
HSB/HSV 184° 92.02% 83.53%
CMYK 92.02% 5.63% 0.00%
16.47%

Color #11C9D5 in popluar number systems.

HEX 11 C9 D5
Decimal 17 201 213
Binary 10001 11001001 11010101
Octal 21 311 325

Shades and tints

Shades of #11C9D5

#11C9D5
(17,201,213)
#10B7C2
(16,183,194)
#0FA5AF
(15,165,175)
#0E939C
(14,147,156)
#0D8189
(13,129,137)
#0C6F76
(12,111,118)
#0B5D63
(11,93,99)
#0A4B50
(10,75,80)
#09393D
(9,57,61)
#08272A
(8,39,42)
#071517
(7,21,23)
#000000
(0,0,0)

Tints of #11C9D5

#11C9D5
(17,201,213)
#26CDD8
(38,205,216)
#3BD1DB
(59,209,219)
#50D5DE
(80,213,222)
#65D9E1
(101,217,225)
#7ADDE4
(122,221,228)
#8FE1E7
(143,225,231)
#A4E5EA
(164,229,234)
#B9E9ED
(185,233,237)
#CEEDF0
(206,237,240)
#E3F1F3
(227,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11C9D5 color. Also use rgb(17,201,213) instead hex code.

Text Font Color

.myTextColor { color: #11C9D5; }

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

This text font color is #11C9D5.

Background Color

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

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

This div background color is #11C9D5.

Border color

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

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

This div border color is #11C9D5.

Opacity

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

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

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

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

This text has shadow with #11C9D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11C9D5.

Preview

Color preview on black background

This text has color #11C9D5 on black background.


Color preview on white background

This text has color #11C9D5 on white background.


Black color preview on #11C9D5 background

This text has black color on #11C9D5 background.


White color preview on #11C9D5 background

This text has white color on #11C9D5 background.


Related colors

Complementary color

Complementary color for #hex is #EE362A.


I love getcolorcode.com

Triadic colors

1 #D511C9 and #C9D511 with #11C9D5 are triadic colors.

2 #D5C911 and #C911D5 with #11C9D5 are triadic colors.