COLOR #11ACD1

HEX: #11ACD1 RGB: (17,172,209)

Color info

#11ACD1 contains mainly green and blue colors. Web safe color of #11ACD1 is #0099CC (or #09C).

RGB color model

#11ACD1 color RGB value is (17,172,209).

RGB: (17,172,209) (7%, 67%, 82%)

RGB channels and saturation

R 17 of 255 = 7%
G 172 of 255 = 67%
B 209 of 255 = 82%

17
172
209

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

Portions of RGB colors in percentages

R + G + B = 17 + 172 + 209 = 398 (100%)
R 17 of 398 ~ 4.27%
G 172 of 398 ~ 43.22%
B 209 of 398 ~ 52.51'%

%43.22
%52.51

CMYK color model

#11ACD1 color CMYK value is (92,18,0,18).

  • cyan value is 91.87%
  • magenta value is 17.70%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (92,18,0,18)
C92M18Y0K18 (92%, 18%, 0%, 18%)
(0.92 / 0.18 / 0.00 / 0.18)

CMYK percentages

%91.87
%17.7
%0
%18.04

Codes

Color #11ACD1 in popluar color models

11 AC D1
RGB 17 172 209
HSL 192° 84.96% 44.31%
HSB/HSV 192° 91.87% 81.96%
CMYK 91.87% 17.70% 0.00%
18.04%

Color #11ACD1 in popluar number systems.

HEX 11 AC D1
Decimal 17 172 209
Binary 10001 10101100 11010001
Octal 21 254 321

Shades and tints

Shades of #11ACD1

#11ACD1
(17,172,209)
#109DBE
(16,157,190)
#0F8EAB
(15,142,171)
#0E7F98
(14,127,152)
#0D7085
(13,112,133)
#0C6172
(12,97,114)
#0B525F
(11,82,95)
#0A434C
(10,67,76)
#093439
(9,52,57)
#082526
(8,37,38)
#071613
(7,22,19)
#000000
(0,0,0)

Tints of #11ACD1

#11ACD1
(17,172,209)
#26B3D5
(38,179,213)
#3BBAD9
(59,186,217)
#50C1DD
(80,193,221)
#65C8E1
(101,200,225)
#7ACFE5
(122,207,229)
#8FD6E9
(143,214,233)
#A4DDED
(164,221,237)
#B9E4F1
(185,228,241)
#CEEBF5
(206,235,245)
#E3F2F9
(227,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11ACD1 color. Also use rgb(17,172,209) instead hex code.

Text Font Color

.myTextColor { color: #11ACD1; }

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

This text font color is #11ACD1.

Background Color

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

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

This div background color is #11ACD1.

Border color

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

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

This div border color is #11ACD1.

Opacity

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

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

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

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

This text has shadow with #11ACD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11ACD1.

Preview

Color preview on black background

This text has color #11ACD1 on black background.


Color preview on white background

This text has color #11ACD1 on white background.


Black color preview on #11ACD1 background

This text has black color on #11ACD1 background.


White color preview on #11ACD1 background

This text has white color on #11ACD1 background.


Related colors

Complementary color

Complementary color for #hex is #EE532E.


I love getcolorcode.com

Triadic colors

1 #D111AC and #ACD111 with #11ACD1 are triadic colors.

2 #D1AC11 and #AC11D1 with #11ACD1 are triadic colors.