COLOR #117EA4

HEX: #117EA4
RGB: (17,126,164)

Renk bilgisi

#117EA4 contains mainly green and blue colors. #117EA4 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#117EA4 color RGB value is (17,126,164).

  • kırmız ton 17;
  • yeşil ton 126;
  • mavi ton 164.
RGB:
(17,126,164)
(7%,49%,64%)

RGB bağlantıları ve doygunluk

R 17 of 255 = 7%
G 126 of 255 = 49%
B 164 of 255 = 64%

17
126
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
17 + 126 + 164 = 307 (100%)
R 17 of 307 ~ 5.54%
G 126 of 307 ~ 41.04%
B 164 of 307 ~ 53.42%

%41.04
%53.42

CMYK RENK MODELİ

#117EA4 rengi CMYK tonu (90,23,0,36).

  • camgöbeği tonu 89.63%
  • eflatun tonu 23.17%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(90,23,0,36)
C90M23Y0K36 
(90%,23%,0%,36%)
(0.90/0.23/0.00/0.36)	

CMYK yüzdeleri

%89.63
%23.17
%0
%35.69

Codes

Color #117EA4 in popluar color models

117EA4
RGB17126164
HSL196°81.22%35.49%
HSB/HSV196°89.63%64.31%
CMYK89.63%23.17%0.00%
35.69%

Color #117EA4 in popluar number systems.

HEX117EA4
Decimal17126164
Binary10001111111010100100
Octal21176244

Shades and tints

Shades of #117EA4

#117EA4
(17,126,164)
#107396
(16,115,150)
#0F6888
(15,104,136)
#0E5D7A
(14,93,122)
#0D526C
(13,82,108)
#0C475E
(12,71,94)
#0B3C50
(11,60,80)
#0A3142
(10,49,66)
#092634
(9,38,52)
#081B26
(8,27,38)
#071018
(7,16,24)
#000000
(0,0,0)

Tints of #117EA4

#117EA4
(17,126,164)
#2689AC
(38,137,172)
#3B94B4
(59,148,180)
#509FBC
(80,159,188)
#65AAC4
(101,170,196)
#7AB5CC
(122,181,204)
#8FC0D4
(143,192,212)
#A4CBDC
(164,203,220)
#B9D6E4
(185,214,228)
#CEE1EC
(206,225,236)
#E3ECF4
(227,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #117EA4; }

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

This text font color is #117EA4.


Background Color

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

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

This div background color is #117EA4.


Border color

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

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

This div border color is #117EA4.


Opacity

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

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

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

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

This text has shadow with #117EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117EA4 on black background.


Color preview on white background

This text has color #117EA4 on white background.



Black color preview on #117EA4 background

This text has black color on #117EA4 background.


White color preview on #117EA4 background

This text has white color on #117EA4 background.