COLOR #747DA9

HEX: #747DA9
RGB: (116,125,169)

Renk bilgisi

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

RGB renk modeli

#747DA9 color RGB value is (116,125,169).

  • kırmız ton 116;
  • yeşil ton 125;
  • mavi ton 169.
RGB:
(116,125,169)
(45%,49%,66%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 125 of 255 = 49%
B 169 of 255 = 66%

116
125
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 125 + 169 = 410 (100%)
R 116 of 410 ~ 28.29%
G 125 of 410 ~ 30.49%
B 169 of 410 ~ 41.22%

%28.29
%30.49
%41.22

CMYK RENK MODELİ

#747DA9 rengi CMYK tonu (31,26,0,34).

  • camgöbeği tonu 31.36%
  • eflatun tonu 26.04%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(31,26,0,34)
C31M26Y0K34 
(31%,26%,0%,34%)
(0.31/0.26/0.00/0.34)	

CMYK yüzdeleri

%31.36
%26.04
%0
%33.73

Codes

Color #747DA9 in popluar color models

747DA9
RGB116125169
HSL230°23.56%55.88%
HSB/HSV230°31.36%66.27%
CMYK31.36%26.04%0.00%
33.73%

Color #747DA9 in popluar number systems.

HEX747DA9
Decimal116125169
Binary1110100111110110101001
Octal164175251

Shades and tints

Shades of #747DA9

#747DA9
(116,125,169)
#6A729A
(106,114,154)
#60678B
(96,103,139)
#565C7C
(86,92,124)
#4C516D
(76,81,109)
#42465E
(66,70,94)
#383B4F
(56,59,79)
#2E3040
(46,48,64)
#242531
(36,37,49)
#1A1A22
(26,26,34)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #747DA9

#747DA9
(116,125,169)
#8088B0
(128,136,176)
#8C93B7
(140,147,183)
#989EBE
(152,158,190)
#A4A9C5
(164,169,197)
#B0B4CC
(176,180,204)
#BCBFD3
(188,191,211)
#C8CADA
(200,202,218)
#D4D5E1
(212,213,225)
#E0E0E8
(224,224,232)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747DA9 color. Also use rgb(116,125,169) instead hex code.

Text Font Color

.myTextColor { color: #747DA9; }

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

This text font color is #747DA9.


Background Color

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

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

This div background color is #747DA9.


Border color

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

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

This div border color is #747DA9.


Opacity

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

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

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

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

This text has shadow with #747DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747DA9 on black background.


Color preview on white background

This text has color #747DA9 on white background.



Black color preview on #747DA9 background

This text has black color on #747DA9 background.


White color preview on #747DA9 background

This text has white color on #747DA9 background.