COLOR #746E93

HEX: #746E93
RGB: (116,110,147)

Renk bilgisi

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

RGB renk modeli

#746E93 color RGB value is (116,110,147).

  • kırmız ton 116;
  • yeşil ton 110;
  • mavi ton 147.
RGB:
(116,110,147)
(45%,43%,58%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 110 of 255 = 43%
B 147 of 255 = 58%

116
110
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 110 + 147 = 373 (100%)
R 116 of 373 ~ 31.1%
G 110 of 373 ~ 29.49%
B 147 of 373 ~ 39.41%

%31.1
%29.49
%39.41

CMYK RENK MODELİ

#746E93 rengi CMYK tonu (21,25,0,42).

  • camgöbeği tonu 21.09%
  • eflatun tonu 25.17%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(21,25,0,42)
C21M25Y0K42 
(21%,25%,0%,42%)
(0.21/0.25/0.00/0.42)	

CMYK yüzdeleri

%21.09
%25.17
%0
%42.35

Codes

Color #746E93 in popluar color models

746E93
RGB116110147
HSL250°14.62%50.39%
HSB/HSV250°25.17%57.65%
CMYK21.09%25.17%0.00%
42.35%

Color #746E93 in popluar number systems.

HEX746E93
Decimal116110147
Binary1110100110111010010011
Octal164156223

Shades and tints

Shades of #746E93

#746E93
(116,110,147)
#6A6486
(106,100,134)
#605A79
(96,90,121)
#56506C
(86,80,108)
#4C465F
(76,70,95)
#423C52
(66,60,82)
#383245
(56,50,69)
#2E2838
(46,40,56)
#241E2B
(36,30,43)
#1A141E
(26,20,30)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #746E93

#746E93
(116,110,147)
#807B9C
(128,123,156)
#8C88A5
(140,136,165)
#9895AE
(152,149,174)
#A4A2B7
(164,162,183)
#B0AFC0
(176,175,192)
#BCBCC9
(188,188,201)
#C8C9D2
(200,201,210)
#D4D6DB
(212,214,219)
#E0E3E4
(224,227,228)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746E93 color. Also use rgb(116,110,147) instead hex code.

Text Font Color

.myTextColor { color: #746E93; }

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

This text font color is #746E93.


Background Color

.myBgColor { background-color: #746E93; }

<div style="background-color:#746E93">Inner text</div>

This div background color is #746E93.


Border color

.myBorderColor { border: 1px solid #746E93; }

<div style="border:3px solid #746E93">Div</div>

This div border color is #746E93.


Opacity

.myOpacity80 { color: #746E93; opacity: 0.8; }

<p style="color:#746E93;opacity:0.8;">80%</p>

Text with #746E93 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 #746E93;}

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

This text has shadow with #746E93 color.

.textShadow {text-shadow: 3px 3px 1px #746E93, 3px 3px 1px red;}

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

This text has shadow with #746E93 primary color and red secondary color.


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

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

This text has shadow with #746E93 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746E93 on black background.


Color preview on white background

This text has color #746E93 on white background.



Black color preview on #746E93 background

This text has black color on #746E93 background.


White color preview on #746E93 background

This text has white color on #746E93 background.