COLOR #717BA5

HEX: #717BA5
RGB: (113,123,165)

Renk bilgisi

#717BA5 contains red, green and blue colors in about the same proportion. #717BA5 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#717BA5 color RGB value is (113,123,165).

  • kırmız ton 113;
  • yeşil ton 123;
  • mavi ton 165.
RGB:
(113,123,165)
(44%,48%,65%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 123 of 255 = 48%
B 165 of 255 = 65%

113
123
165

R + G + B ~ 52%. #717BA5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 123 + 165 = 401 (100%)
R 113 of 401 ~ 28.18%
G 123 of 401 ~ 30.67%
B 165 of 401 ~ 41.15%

%28.18
%30.67
%41.15

CMYK RENK MODELİ

#717BA5 rengi CMYK tonu (32,25,0,35).

  • camgöbeği tonu 31.52%
  • eflatun tonu 25.45%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(32,25,0,35)
C32M25Y0K35 
(32%,25%,0%,35%)
(0.32/0.25/0.00/0.35)	

CMYK yüzdeleri

%31.52
%25.45
%0
%35.29

Codes

Color #717BA5 in popluar color models

717BA5
RGB113123165
HSL228°22.41%54.51%
HSB/HSV228°31.52%64.71%
CMYK31.52%25.45%0.00%
35.29%

Color #717BA5 in popluar number systems.

HEX717BA5
Decimal113123165
Binary1110001111101110100101
Octal161173245

Shades and tints

Shades of #717BA5

#717BA5
(113,123,165)
#677096
(103,112,150)
#5D6587
(93,101,135)
#535A78
(83,90,120)
#494F69
(73,79,105)
#3F445A
(63,68,90)
#35394B
(53,57,75)
#2B2E3C
(43,46,60)
#21232D
(33,35,45)
#17181E
(23,24,30)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #717BA5

#717BA5
(113,123,165)
#7D87AD
(125,135,173)
#8993B5
(137,147,181)
#959FBD
(149,159,189)
#A1ABC5
(161,171,197)
#ADB7CD
(173,183,205)
#B9C3D5
(185,195,213)
#C5CFDD
(197,207,221)
#D1DBE5
(209,219,229)
#DDE7ED
(221,231,237)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717BA5 color. Also use rgb(113,123,165) instead hex code.

Text Font Color

.myTextColor { color: #717BA5; }

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

This text font color is #717BA5.


Background Color

.myBgColor { background-color: #717BA5; }

<div style="background-color:#717BA5">Inner text</div>

This div background color is #717BA5.


Border color

.myBorderColor { border: 1px solid #717BA5; }

<div style="border:3px solid #717BA5">Div</div>

This div border color is #717BA5.


Opacity

.myOpacity80 { color: #717BA5; opacity: 0.8; }

<p style="color:#717BA5;opacity:0.8;">80%</p>

Text with #717BA5 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 #717BA5;}

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

This text has shadow with #717BA5 color.

.textShadow {text-shadow: 3px 3px 1px #717BA5, 3px 3px 1px red;}

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

This text has shadow with #717BA5 primary color and red secondary color.


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

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

This text has shadow with #717BA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717BA5 on black background.


Color preview on white background

This text has color #717BA5 on white background.



Black color preview on #717BA5 background

This text has black color on #717BA5 background.


White color preview on #717BA5 background

This text has white color on #717BA5 background.