COLOR #11968C

HEX: #11968C
RGB: (17,150,140)

Color info

#11968C contains mainly green and blue colors. Web safe color of #11968C is #009999 (or #099).

RGB color model

#11968C color RGB value is (17,150,140).

  • red value is 17;
  • green value is 150;
  • blue value is 140.
RGB:
(17,150,140)
(7%,59%,55%)

RGB channels and saturation

R 17 of 255 = 7%
G 150 of 255 = 59%
B 140 of 255 = 55%

17
150
140

R + G + B ~ 40%. #11968C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 150 + 140 = 307 (100%)
R 17 of 307 ~ 5.54%
G 150 of 307 ~ 48.86%
B 140 of 307 ~ 45.6%

%48.86
%45.6

CMYK color model

#11968C color CMYK value is (89,0,7,41).

  • cyan value is 88.67%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(89,0,7,41)
C89M0Y7K41 
(89%,0%,7%,41%)
(0.89/0.00/0.07/0.41)	

CMYK percentages

%88.67
%0
%6.67
%41.18

Codes

Color #11968C in popluar color models

11968C
RGB17150140
HSL175°79.64%32.75%
HSB/HSV175°88.67%58.82%
CMYK88.67%0.00%6.67%
41.18%

Color #11968C in popluar number systems.

HEX11968C
Decimal17150140
Binary100011001011010001100
Octal21226214

Shades and tints

Shades of #11968C

#11968C
(17,150,140)
#108980
(16,137,128)
#0F7C74
(15,124,116)
#0E6F68
(14,111,104)
#0D625C
(13,98,92)
#0C5550
(12,85,80)
#0B4844
(11,72,68)
#0A3B38
(10,59,56)
#092E2C
(9,46,44)
#082120
(8,33,32)
#071414
(7,20,20)
#000000
(0,0,0)

Tints of #11968C

#11968C
(17,150,140)
#269F96
(38,159,150)
#3BA8A0
(59,168,160)
#50B1AA
(80,177,170)
#65BAB4
(101,186,180)
#7AC3BE
(122,195,190)
#8FCCC8
(143,204,200)
#A4D5D2
(164,213,210)
#B9DEDC
(185,222,220)
#CEE7E6
(206,231,230)
#E3F0F0
(227,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11968C color. Also use rgb(17,150,140) instead hex code.

Text Font Color

.myTextColor { color: #11968C; }

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

This text font color is #11968C.


Background Color

.myBgColor { background-color: #11968C; }

<div style="background-color:#11968C">Inner text</div>

This div background color is #11968C.


Border color

.myBorderColor { border: 1px solid #11968C; }

<div style="border:3px solid #11968C">Div</div>

This div border color is #11968C.


Opacity

.myOpacity80 { color: #11968C; opacity: 0.8; }

<p style="color:#11968C;opacity:0.8;">80%</p>

Text with #11968C 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 #11968C;}

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

This text has shadow with #11968C color.

.textShadow {text-shadow: 3px 3px 1px #11968C, 3px 3px 1px red;}

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

This text has shadow with #11968C primary color and red secondary color.


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

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

This text has shadow with #11968C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11968C on black background.


Color preview on white background

This text has color #11968C on white background.



Black color preview on #11968C background

This text has black color on #11968C background.


White color preview on #11968C background

This text has white color on #11968C background.