COLOR #718EAD

HEX: #718EAD
RGB: (113,142,173)

Renk bilgisi

#718EAD contains mainly green and blue colors. #718EAD ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#718EAD color RGB value is (113,142,173).

  • kırmız ton 113;
  • yeşil ton 142;
  • mavi ton 173.
RGB:
(113,142,173)
(44%,56%,68%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 142 of 255 = 56%
B 173 of 255 = 68%

113
142
173

R + G + B ~ 56%. #718EAD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 142 + 173 = 428 (100%)
R 113 of 428 ~ 26.4%
G 142 of 428 ~ 33.18%
B 173 of 428 ~ 40.42%

%26.4
%33.18
%40.42

CMYK RENK MODELİ

#718EAD rengi CMYK tonu (35,18,0,32).

  • camgöbeği tonu 34.68%
  • eflatun tonu 17.92%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(35,18,0,32)
C35M18Y0K32 
(35%,18%,0%,32%)
(0.35/0.18/0.00/0.32)	

CMYK yüzdeleri

%34.68
%17.92
%0
%32.16

Codes

Color #718EAD in popluar color models

718EAD
RGB113142173
HSL211°26.79%56.08%
HSB/HSV211°34.68%67.84%
CMYK34.68%17.92%0.00%
32.16%

Color #718EAD in popluar number systems.

HEX718EAD
Decimal113142173
Binary11100011000111010101101
Octal161216255

Shades and tints

Shades of #718EAD

#718EAD
(113,142,173)
#67829E
(103,130,158)
#5D768F
(93,118,143)
#536A80
(83,106,128)
#495E71
(73,94,113)
#3F5262
(63,82,98)
#354653
(53,70,83)
#2B3A44
(43,58,68)
#212E35
(33,46,53)
#172226
(23,34,38)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #718EAD

#718EAD
(113,142,173)
#7D98B4
(125,152,180)
#89A2BB
(137,162,187)
#95ACC2
(149,172,194)
#A1B6C9
(161,182,201)
#ADC0D0
(173,192,208)
#B9CAD7
(185,202,215)
#C5D4DE
(197,212,222)
#D1DEE5
(209,222,229)
#DDE8EC
(221,232,236)
#E9F2F3
(233,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718EAD color. Also use rgb(113,142,173) instead hex code.

Text Font Color

.myTextColor { color: #718EAD; }

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

This text font color is #718EAD.


Background Color

.myBgColor { background-color: #718EAD; }

<div style="background-color:#718EAD">Inner text</div>

This div background color is #718EAD.


Border color

.myBorderColor { border: 1px solid #718EAD; }

<div style="border:3px solid #718EAD">Div</div>

This div border color is #718EAD.


Opacity

.myOpacity80 { color: #718EAD; opacity: 0.8; }

<p style="color:#718EAD;opacity:0.8;">80%</p>

Text with #718EAD 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 #718EAD;}

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

This text has shadow with #718EAD color.

.textShadow {text-shadow: 3px 3px 1px #718EAD, 3px 3px 1px red;}

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

This text has shadow with #718EAD primary color and red secondary color.


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

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

This text has shadow with #718EAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718EAD on black background.


Color preview on white background

This text has color #718EAD on white background.



Black color preview on #718EAD background

This text has black color on #718EAD background.


White color preview on #718EAD background

This text has white color on #718EAD background.