COLOR #117E69

HEX: #117E69
RGB: (17,126,105)

Color info

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

RGB color model

#117E69 color RGB value is (17,126,105).

  • red value is 17;
  • green value is 126;
  • blue value is 105.
RGB:
(17,126,105)
(7%,49%,41%)

RGB channels and saturation

R 17 of 255 = 7%
G 126 of 255 = 49%
B 105 of 255 = 41%

17
126
105

R + G + B ~ 32%. #117E69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 126 + 105 = 248 (100%)
R 17 of 248 ~ 6.85%
G 126 of 248 ~ 50.81%
B 105 of 248 ~ 42.34%

%50.81
%42.34

CMYK color model

#117E69 color CMYK value is (87,0,17,51).

  • cyan value is 86.51%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 50.59%
CMYK:
(87,0,17,51)
C87M0Y17K51 
(87%,0%,17%,51%)
(0.87/0.00/0.17/0.51)	

CMYK percentages

%86.51
%0
%16.67
%50.59

Codes

Color #117E69 in popluar color models

117E69
RGB17126105
HSL168°76.22%28.04%
HSB/HSV168°86.51%49.41%
CMYK86.51%0.00%16.67%
50.59%

Color #117E69 in popluar number systems.

HEX117E69
Decimal17126105
Binary1000111111101101001
Octal21176151

Shades and tints

Shades of #117E69

#117E69
(17,126,105)
#107360
(16,115,96)
#0F6857
(15,104,87)
#0E5D4E
(14,93,78)
#0D5245
(13,82,69)
#0C473C
(12,71,60)
#0B3C33
(11,60,51)
#0A312A
(10,49,42)
#092621
(9,38,33)
#081B18
(8,27,24)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #117E69

#117E69
(17,126,105)
#268976
(38,137,118)
#3B9483
(59,148,131)
#509F90
(80,159,144)
#65AA9D
(101,170,157)
#7AB5AA
(122,181,170)
#8FC0B7
(143,192,183)
#A4CBC4
(164,203,196)
#B9D6D1
(185,214,209)
#CEE1DE
(206,225,222)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117E69 color. Also use rgb(17,126,105) instead hex code.

Text Font Color

.myTextColor { color: #117E69; }

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

This text font color is #117E69.


Background Color

.myBgColor { background-color: #117E69; }

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

This div background color is #117E69.


Border color

.myBorderColor { border: 1px solid #117E69; }

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

This div border color is #117E69.


Opacity

.myOpacity80 { color: #117E69; opacity: 0.8; }

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

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

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

This text has shadow with #117E69 color.

.textShadow {text-shadow: 3px 3px 1px #117E69, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117E69 on black background.


Color preview on white background

This text has color #117E69 on white background.



Black color preview on #117E69 background

This text has black color on #117E69 background.


White color preview on #117E69 background

This text has white color on #117E69 background.