COLOR #749FA6

HEX: #749FA6
RGB: (116,159,166)

Renk bilgisi

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

RGB renk modeli

#749FA6 color RGB value is (116,159,166).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 159 of 255 = 62%
B 166 of 255 = 65%

116
159
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 159 + 166 = 441 (100%)
R 116 of 441 ~ 26.3%
G 159 of 441 ~ 36.05%
B 166 of 441 ~ 37.64%

%26.3
%36.05
%37.64

CMYK RENK MODELİ

#749FA6 rengi CMYK tonu (30,4,0,35).

  • camgöbeği tonu 30.12%
  • eflatun tonu 4.22%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(30,4,0,35)
C30M4Y0K35 
(30%,4%,0%,35%)
(0.30/0.04/0.00/0.35)	

CMYK yüzdeleri

%30.12
%4.22
%0
%34.9

Codes

Color #749FA6 in popluar color models

749FA6
RGB116159166
HSL188°21.93%55.29%
HSB/HSV188°30.12%65.10%
CMYK30.12%4.22%0.00%
34.90%

Color #749FA6 in popluar number systems.

HEX749FA6
Decimal116159166
Binary11101001001111110100110
Octal164237246

Shades and tints

Shades of #749FA6

#749FA6
(116,159,166)
#6A9197
(106,145,151)
#608388
(96,131,136)
#567579
(86,117,121)
#4C676A
(76,103,106)
#42595B
(66,89,91)
#384B4C
(56,75,76)
#2E3D3D
(46,61,61)
#242F2E
(36,47,46)
#1A211F
(26,33,31)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #749FA6

#749FA6
(116,159,166)
#80A7AE
(128,167,174)
#8CAFB6
(140,175,182)
#98B7BE
(152,183,190)
#A4BFC6
(164,191,198)
#B0C7CE
(176,199,206)
#BCCFD6
(188,207,214)
#C8D7DE
(200,215,222)
#D4DFE6
(212,223,230)
#E0E7EE
(224,231,238)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749FA6; }

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

This text font color is #749FA6.


Background Color

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

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

This div background color is #749FA6.


Border color

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

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

This div border color is #749FA6.


Opacity

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

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

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

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

This text has shadow with #749FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749FA6 on black background.


Color preview on white background

This text has color #749FA6 on white background.



Black color preview on #749FA6 background

This text has black color on #749FA6 background.


White color preview on #749FA6 background

This text has white color on #749FA6 background.