COLOR #739AB6

HEX: #739AB6
RGB: (115,154,182)

Renk bilgisi

#739AB6 contains mainly green and blue colors. #739AB6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#739AB6 color RGB value is (115,154,182).

  • kırmız ton 115;
  • yeşil ton 154;
  • mavi ton 182.
RGB:
(115,154,182)
(45%,60%,71%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 154 of 255 = 60%
B 182 of 255 = 71%

115
154
182

R + G + B ~ 59%. #739AB6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 154 + 182 = 451 (100%)
R 115 of 451 ~ 25.5%
G 154 of 451 ~ 34.15%
B 182 of 451 ~ 40.35%

%25.5
%34.15
%40.35

CMYK RENK MODELİ

#739AB6 rengi CMYK tonu (37,15,0,29).

  • camgöbeği tonu 36.81%
  • eflatun tonu 15.38%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(37,15,0,29)
C37M15Y0K29 
(37%,15%,0%,29%)
(0.37/0.15/0.00/0.29)	

CMYK yüzdeleri

%36.81
%15.38
%0
%28.63

Codes

Color #739AB6 in popluar color models

739AB6
RGB115154182
HSL205°31.46%58.24%
HSB/HSV205°36.81%71.37%
CMYK36.81%15.38%0.00%
28.63%

Color #739AB6 in popluar number systems.

HEX739AB6
Decimal115154182
Binary11100111001101010110110
Octal163232266

Shades and tints

Shades of #739AB6

#739AB6
(115,154,182)
#698CA6
(105,140,166)
#5F7E96
(95,126,150)
#557086
(85,112,134)
#4B6276
(75,98,118)
#415466
(65,84,102)
#374656
(55,70,86)
#2D3846
(45,56,70)
#232A36
(35,42,54)
#191C26
(25,28,38)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #739AB6

#739AB6
(115,154,182)
#7FA3BC
(127,163,188)
#8BACC2
(139,172,194)
#97B5C8
(151,181,200)
#A3BECE
(163,190,206)
#AFC7D4
(175,199,212)
#BBD0DA
(187,208,218)
#C7D9E0
(199,217,224)
#D3E2E6
(211,226,230)
#DFEBEC
(223,235,236)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739AB6 color. Also use rgb(115,154,182) instead hex code.

Text Font Color

.myTextColor { color: #739AB6; }

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

This text font color is #739AB6.


Background Color

.myBgColor { background-color: #739AB6; }

<div style="background-color:#739AB6">Inner text</div>

This div background color is #739AB6.


Border color

.myBorderColor { border: 1px solid #739AB6; }

<div style="border:3px solid #739AB6">Div</div>

This div border color is #739AB6.


Opacity

.myOpacity80 { color: #739AB6; opacity: 0.8; }

<p style="color:#739AB6;opacity:0.8;">80%</p>

Text with #739AB6 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 #739AB6;}

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

This text has shadow with #739AB6 color.

.textShadow {text-shadow: 3px 3px 1px #739AB6, 3px 3px 1px red;}

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

This text has shadow with #739AB6 primary color and red secondary color.


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

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

This text has shadow with #739AB6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739AB6 on black background.


Color preview on white background

This text has color #739AB6 on white background.



Black color preview on #739AB6 background

This text has black color on #739AB6 background.


White color preview on #739AB6 background

This text has white color on #739AB6 background.