COLOR #109987

HEX: #109987 RGB: (16,153,135)

Color info

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

RGB color model

#109987 color RGB value is (16,153,135).

RGB: (16,153,135) (6%, 60%, 53%)

RGB channels and saturation

R 16 of 255 = 6%
G 153 of 255 = 60%
B 135 of 255 = 53%

16
153
135

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

Portions of RGB colors in percentages

R + G + B = 16 + 153 + 135 = 304 (100%)
R 16 of 304 ~ 5.26%
G 153 of 304 ~ 50.33%
B 135 of 304 ~ 44.41'%

%50.33
%44.41

CMYK color model

#109987 color CMYK value is (90,0,12,40).

  • cyan value is 89.54%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 40.00%

CMYK: (90,0,12,40)
C90M0Y12K40 (90%, 0%, 12%, 40%)
(0.90 / 0.00 / 0.12 / 0.40)

CMYK percentages

%89.54
%0
%11.76
%40

Codes

Color #109987 in popluar color models

10 99 87
RGB 16 153 135
HSL 172° 81.07% 33.14%
HSB/HSV 172° 89.54% 60.00%
CMYK 89.54% 0.00% 11.76%
40.00%

Color #109987 in popluar number systems.

HEX 10 99 87
Decimal 16 153 135
Binary 10000 10011001 10000111
Octal 20 231 207

Shades and tints

Shades of #109987

#109987
(16,153,135)
#0F8C7B
(15,140,123)
#0E7F6F
(14,127,111)
#0D7263
(13,114,99)
#0C6557
(12,101,87)
#0B584B
(11,88,75)
#0A4B3F
(10,75,63)
#093E33
(9,62,51)
#083127
(8,49,39)
#07241B
(7,36,27)
#06170F
(6,23,15)
#000000
(0,0,0)

Tints of #109987

#109987
(16,153,135)
#25A291
(37,162,145)
#3AAB9B
(58,171,155)
#4FB4A5
(79,180,165)
#64BDAF
(100,189,175)
#79C6B9
(121,198,185)
#8ECFC3
(142,207,195)
#A3D8CD
(163,216,205)
#B8E1D7
(184,225,215)
#CDEAE1
(205,234,225)
#E2F3EB
(226,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #109987 color. Also use rgb(16,153,135) instead hex code.

Text Font Color

.myTextColor { color: #109987; }

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

This text font color is #109987.

Background Color

.myBgColor { background-color: #109987; }

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

This div background color is #109987.

Border color

.myBorderColor { border: 1px solid #109987; }

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

This div border color is #109987.

Opacity

.myOpacity80 { color: #109987; opacity: 0.8; }

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

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

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

This text has shadow with #109987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #109987.

Preview

Color preview on black background

This text has color #109987 on black background.


Color preview on white background

This text has color #109987 on white background.


Black color preview on #109987 background

This text has black color on #109987 background.


White color preview on #109987 background

This text has white color on #109987 background.


Related colors

Complementary color

Complementary color for #hex is #EF6678.


I love getcolorcode.com

Triadic colors

1 #871099 and #998710 with #109987 are triadic colors.

2 #879910 and #991087 with #109987 are triadic colors.