COLOR #717D88

HEX: #717D88
RGB: (113,125,136)

Renk bilgisi

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

RGB renk modeli

#717D88 color RGB value is (113,125,136).

  • kırmız ton 113;
  • yeşil ton 125;
  • mavi ton 136.
RGB:
(113,125,136)
(44%,49%,53%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 125 of 255 = 49%
B 136 of 255 = 53%

113
125
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 125 + 136 = 374 (100%)
R 113 of 374 ~ 30.21%
G 125 of 374 ~ 33.42%
B 136 of 374 ~ 36.36%

%30.21
%33.42
%36.36

CMYK RENK MODELİ

#717D88 rengi CMYK tonu (17,8,0,47).

  • camgöbeği tonu 16.91%
  • eflatun tonu 8.09%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(17,8,0,47)
C17M8Y0K47 
(17%,8%,0%,47%)
(0.17/0.08/0.00/0.47)	

CMYK yüzdeleri

%16.91
%8.09
%0
%46.67

Codes

Color #717D88 in popluar color models

717D88
RGB113125136
HSL209°9.24%48.82%
HSB/HSV209°16.91%53.33%
CMYK16.91%8.09%0.00%
46.67%

Color #717D88 in popluar number systems.

HEX717D88
Decimal113125136
Binary1110001111110110001000
Octal161175210

Shades and tints

Shades of #717D88

#717D88
(113,125,136)
#67727C
(103,114,124)
#5D6770
(93,103,112)
#535C64
(83,92,100)
#495158
(73,81,88)
#3F464C
(63,70,76)
#353B40
(53,59,64)
#2B3034
(43,48,52)
#212528
(33,37,40)
#171A1C
(23,26,28)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #717D88

#717D88
(113,125,136)
#7D8892
(125,136,146)
#89939C
(137,147,156)
#959EA6
(149,158,166)
#A1A9B0
(161,169,176)
#ADB4BA
(173,180,186)
#B9BFC4
(185,191,196)
#C5CACE
(197,202,206)
#D1D5D8
(209,213,216)
#DDE0E2
(221,224,226)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717D88 color. Also use rgb(113,125,136) instead hex code.

Text Font Color

.myTextColor { color: #717D88; }

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

This text font color is #717D88.


Background Color

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

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

This div background color is #717D88.


Border color

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

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

This div border color is #717D88.


Opacity

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

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

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

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

This text has shadow with #717D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717D88 on black background.


Color preview on white background

This text has color #717D88 on white background.



Black color preview on #717D88 background

This text has black color on #717D88 background.


White color preview on #717D88 background

This text has white color on #717D88 background.