COLOR #117F95

HEX: #117F95 RGB: (17,127,149)

Color info

#117F95 contains mainly green and blue colors. Web safe color of #117F95 is #006699 (or #069).

RGB color model

#117F95 color RGB value is (17,127,149).

RGB: (17,127,149) (7%, 50%, 58%)

RGB channels and saturation

R 17 of 255 = 7%
G 127 of 255 = 50%
B 149 of 255 = 58%

17
127
149

R + G + B ~ 38%. #117F95 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 127 + 149 = 293 (100%)
R 17 of 293 ~ 5.8%
G 127 of 293 ~ 43.34%
B 149 of 293 ~ 50.85'%

%43.34
%50.85

CMYK color model

#117F95 color CMYK value is (89,15,0,42).

  • cyan value is 88.59%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (89,15,0,42)
C89M15Y0K42 (89%, 15%, 0%, 42%)
(0.89 / 0.15 / 0.00 / 0.42)

CMYK percentages

%88.59
%14.77
%0
%41.57

Codes

Color #117F95 in popluar color models

11 7F 95
RGB 17 127 149
HSL 190° 79.52% 32.55%
HSB/HSV 190° 88.59% 58.43%
CMYK 88.59% 14.77% 0.00%
41.57%

Color #117F95 in popluar number systems.

HEX 11 7F 95
Decimal 17 127 149
Binary 10001 1111111 10010101
Octal 21 177 225

Shades and tints

Shades of #117F95

#117F95
(17,127,149)
#107488
(16,116,136)
#0F697B
(15,105,123)
#0E5E6E
(14,94,110)
#0D5361
(13,83,97)
#0C4854
(12,72,84)
#0B3D47
(11,61,71)
#0A323A
(10,50,58)
#09272D
(9,39,45)
#081C20
(8,28,32)
#071113
(7,17,19)
#000000
(0,0,0)

Tints of #117F95

#117F95
(17,127,149)
#268A9E
(38,138,158)
#3B95A7
(59,149,167)
#50A0B0
(80,160,176)
#65ABB9
(101,171,185)
#7AB6C2
(122,182,194)
#8FC1CB
(143,193,203)
#A4CCD4
(164,204,212)
#B9D7DD
(185,215,221)
#CEE2E6
(206,226,230)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117F95 color. Also use rgb(17,127,149) instead hex code.

Text Font Color

.myTextColor { color: #117F95; }

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

This text font color is #117F95.

Background Color

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

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

This div background color is #117F95.

Border color

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

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

This div border color is #117F95.

Opacity

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

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

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

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

This text has shadow with #117F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #117F95.

Preview

Color preview on black background

This text has color #117F95 on black background.


Color preview on white background

This text has color #117F95 on white background.


Black color preview on #117F95 background

This text has black color on #117F95 background.


White color preview on #117F95 background

This text has white color on #117F95 background.


Related colors

Complementary color

Complementary color for #hex is #EE806A.


I love getcolorcode.com

Triadic colors

1 #95117F and #7F9511 with #117F95 are triadic colors.

2 #957F11 and #7F1195 with #117F95 are triadic colors.