COLOR #117AAE

HEX: #117AAE
RGB: (17,122,174)

Color info

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

RGB color model

#117AAE color RGB value is (17,122,174).

  • red value is 17;
  • green value is 122;
  • blue value is 174.
RGB:
(17,122,174)
(7%,48%,68%)

RGB channels and saturation

R 17 of 255 = 7%
G 122 of 255 = 48%
B 174 of 255 = 68%

17
122
174

R + G + B ~ 41%. #117AAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 122 + 174 = 313 (100%)
R 17 of 313 ~ 5.43%
G 122 of 313 ~ 38.98%
B 174 of 313 ~ 55.59%

%38.98
%55.59

CMYK color model

#117AAE color CMYK value is (90,30,0,32).

  • cyan value is 90.23%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(90,30,0,32)
C90M30Y0K32 
(90%,30%,0%,32%)
(0.90/0.30/0.00/0.32)	

CMYK percentages

%90.23
%29.89
%0
%31.76

Codes

Color #117AAE in popluar color models

117AAE
RGB17122174
HSL200°82.20%37.45%
HSB/HSV200°90.23%68.24%
CMYK90.23%29.89%0.00%
31.76%

Color #117AAE in popluar number systems.

HEX117AAE
Decimal17122174
Binary10001111101010101110
Octal21172256

Shades and tints

Shades of #117AAE

#117AAE
(17,122,174)
#106F9F
(16,111,159)
#0F6490
(15,100,144)
#0E5981
(14,89,129)
#0D4E72
(13,78,114)
#0C4363
(12,67,99)
#0B3854
(11,56,84)
#0A2D45
(10,45,69)
#092236
(9,34,54)
#081727
(8,23,39)
#070C18
(7,12,24)
#000000
(0,0,0)

Tints of #117AAE

#117AAE
(17,122,174)
#2686B5
(38,134,181)
#3B92BC
(59,146,188)
#509EC3
(80,158,195)
#65AACA
(101,170,202)
#7AB6D1
(122,182,209)
#8FC2D8
(143,194,216)
#A4CEDF
(164,206,223)
#B9DAE6
(185,218,230)
#CEE6ED
(206,230,237)
#E3F2F4
(227,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117AAE color. Also use rgb(17,122,174) instead hex code.

Text Font Color

.myTextColor { color: #117AAE; }

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

This text font color is #117AAE.


Background Color

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

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

This div background color is #117AAE.


Border color

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

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

This div border color is #117AAE.


Opacity

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

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

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

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

This text has shadow with #117AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117AAE on black background.


Color preview on white background

This text has color #117AAE on white background.



Black color preview on #117AAE background

This text has black color on #117AAE background.


White color preview on #117AAE background

This text has white color on #117AAE background.