COLOR #747FA6

HEX: #747FA6
RGB: (116,127,166)

Renk bilgisi

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

RGB renk modeli

#747FA6 color RGB value is (116,127,166).

  • kırmız ton 116;
  • yeşil ton 127;
  • mavi ton 166.
RGB:
(116,127,166)
(45%,50%,65%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 127 of 255 = 50%
B 166 of 255 = 65%

116
127
166

R + G + B ~ 53%. #747FA6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 127 + 166 = 409 (100%)
R 116 of 409 ~ 28.36%
G 127 of 409 ~ 31.05%
B 166 of 409 ~ 40.59%

%28.36
%31.05
%40.59

CMYK RENK MODELİ

#747FA6 rengi CMYK tonu (30,23,0,35).

  • camgöbeği tonu 30.12%
  • eflatun tonu 23.49%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(30,23,0,35)
C30M23Y0K35 
(30%,23%,0%,35%)
(0.30/0.23/0.00/0.35)	

CMYK yüzdeleri

%30.12
%23.49
%0
%34.9

Codes

Color #747FA6 in popluar color models

747FA6
RGB116127166
HSL227°21.93%55.29%
HSB/HSV227°30.12%65.10%
CMYK30.12%23.49%0.00%
34.90%

Color #747FA6 in popluar number systems.

HEX747FA6
Decimal116127166
Binary1110100111111110100110
Octal164177246

Shades and tints

Shades of #747FA6

#747FA6
(116,127,166)
#6A7497
(106,116,151)
#606988
(96,105,136)
#565E79
(86,94,121)
#4C536A
(76,83,106)
#42485B
(66,72,91)
#383D4C
(56,61,76)
#2E323D
(46,50,61)
#24272E
(36,39,46)
#1A1C1F
(26,28,31)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #747FA6

#747FA6
(116,127,166)
#808AAE
(128,138,174)
#8C95B6
(140,149,182)
#98A0BE
(152,160,190)
#A4ABC6
(164,171,198)
#B0B6CE
(176,182,206)
#BCC1D6
(188,193,214)
#C8CCDE
(200,204,222)
#D4D7E6
(212,215,230)
#E0E2EE
(224,226,238)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747FA6 color. Also use rgb(116,127,166) instead hex code.

Text Font Color

.myTextColor { color: #747FA6; }

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

This text font color is #747FA6.


Background Color

.myBgColor { background-color: #747FA6; }

<div style="background-color:#747FA6">Inner text</div>

This div background color is #747FA6.


Border color

.myBorderColor { border: 1px solid #747FA6; }

<div style="border:3px solid #747FA6">Div</div>

This div border color is #747FA6.


Opacity

.myOpacity80 { color: #747FA6; opacity: 0.8; }

<p style="color:#747FA6;opacity:0.8;">80%</p>

Text with #747FA6 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 #747FA6;}

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

This text has shadow with #747FA6 color.

.textShadow {text-shadow: 3px 3px 1px #747FA6, 3px 3px 1px red;}

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

This text has shadow with #747FA6 primary color and red secondary color.


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

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

This text has shadow with #747FA6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747FA6 on black background.


Color preview on white background

This text has color #747FA6 on white background.



Black color preview on #747FA6 background

This text has black color on #747FA6 background.


White color preview on #747FA6 background

This text has white color on #747FA6 background.