COLOR #107C7B

HEX: #107C7B
RGB: (16,124,123)

Color info

#107C7B contains mainly green and blue colors. Web safe color of #107C7B is #006666 (or #066).

RGB color model

#107C7B color RGB value is (16,124,123).

  • red value is 16;
  • green value is 124;
  • blue value is 123.
RGB:
(16,124,123)
(6%,49%,48%)

RGB channels and saturation

R 16 of 255 = 6%
G 124 of 255 = 49%
B 123 of 255 = 48%

16
124
123

R + G + B ~ 34%. #107C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 124 + 123 = 263 (100%)
R 16 of 263 ~ 6.08%
G 124 of 263 ~ 47.15%
B 123 of 263 ~ 46.77%

%47.15
%46.77

CMYK color model

#107C7B color CMYK value is (87,0,1,51).

  • cyan value is 87.10%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 51.37%
CMYK:
(87,0,1,51)
C87M0Y1K51 
(87%,0%,1%,51%)
(0.87/0.00/0.01/0.51)	

CMYK percentages

%87.1
%0
%0.81
%51.37

Codes

Color #107C7B in popluar color models

107C7B
RGB16124123
HSL179°77.14%27.45%
HSB/HSV179°87.10%48.63%
CMYK87.10%0.00%0.81%
51.37%

Color #107C7B in popluar number systems.

HEX107C7B
Decimal16124123
Binary1000011111001111011
Octal20174173

Shades and tints

Shades of #107C7B

#107C7B
(16,124,123)
#0F7170
(15,113,112)
#0E6665
(14,102,101)
#0D5B5A
(13,91,90)
#0C504F
(12,80,79)
#0B4544
(11,69,68)
#0A3A39
(10,58,57)
#092F2E
(9,47,46)
#082423
(8,36,35)
#071918
(7,25,24)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #107C7B

#107C7B
(16,124,123)
#258787
(37,135,135)
#3A9293
(58,146,147)
#4F9D9F
(79,157,159)
#64A8AB
(100,168,171)
#79B3B7
(121,179,183)
#8EBEC3
(142,190,195)
#A3C9CF
(163,201,207)
#B8D4DB
(184,212,219)
#CDDFE7
(205,223,231)
#E2EAF3
(226,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #107C7B color. Also use rgb(16,124,123) instead hex code.

Text Font Color

.myTextColor { color: #107C7B; }

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

This text font color is #107C7B.


Background Color

.myBgColor { background-color: #107C7B; }

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

This div background color is #107C7B.


Border color

.myBorderColor { border: 1px solid #107C7B; }

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

This div border color is #107C7B.


Opacity

.myOpacity80 { color: #107C7B; opacity: 0.8; }

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

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

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

This text has shadow with #107C7B color.

.textShadow {text-shadow: 3px 3px 1px #107C7B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #107C7B on black background.


Color preview on white background

This text has color #107C7B on white background.



Black color preview on #107C7B background

This text has black color on #107C7B background.


White color preview on #107C7B background

This text has white color on #107C7B background.