COLOR #709DAA

HEX: #709DAA
RGB: (112,157,170)

Renk bilgisi

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

RGB renk modeli

#709DAA color RGB value is (112,157,170).

  • kırmız ton 112;
  • yeşil ton 157;
  • mavi ton 170.
RGB:
(112,157,170)
(44%,62%,67%)

RGB bağlantıları ve doygunluk

R 112 of 255 = 44%
G 157 of 255 = 62%
B 170 of 255 = 67%

112
157
170

R + G + B ~ 58%. #709DAA is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
112 + 157 + 170 = 439 (100%)
R 112 of 439 ~ 25.51%
G 157 of 439 ~ 35.76%
B 170 of 439 ~ 38.72%

%25.51
%35.76
%38.72

CMYK RENK MODELİ

#709DAA rengi CMYK tonu (34,8,0,33).

  • camgöbeği tonu 34.12%
  • eflatun tonu 7.65%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(34,8,0,33)
C34M8Y0K33 
(34%,8%,0%,33%)
(0.34/0.08/0.00/0.33)	

CMYK yüzdeleri

%34.12
%7.65
%0
%33.33

Codes

Color #709DAA in popluar color models

709DAA
RGB112157170
HSL193°25.44%55.29%
HSB/HSV193°34.12%66.67%
CMYK34.12%7.65%0.00%
33.33%

Color #709DAA in popluar number systems.

HEX709DAA
Decimal112157170
Binary11100001001110110101010
Octal160235252

Shades and tints

Shades of #709DAA

#709DAA
(112,157,170)
#668F9B
(102,143,155)
#5C818C
(92,129,140)
#52737D
(82,115,125)
#48656E
(72,101,110)
#3E575F
(62,87,95)
#344950
(52,73,80)
#2A3B41
(42,59,65)
#202D32
(32,45,50)
#161F23
(22,31,35)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #709DAA

#709DAA
(112,157,170)
#7DA5B1
(125,165,177)
#8AADB8
(138,173,184)
#97B5BF
(151,181,191)
#A4BDC6
(164,189,198)
#B1C5CD
(177,197,205)
#BECDD4
(190,205,212)
#CBD5DB
(203,213,219)
#D8DDE2
(216,221,226)
#E5E5E9
(229,229,233)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709DAA color. Also use rgb(112,157,170) instead hex code.

Text Font Color

.myTextColor { color: #709DAA; }

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

This text font color is #709DAA.


Background Color

.myBgColor { background-color: #709DAA; }

<div style="background-color:#709DAA">Inner text</div>

This div background color is #709DAA.


Border color

.myBorderColor { border: 1px solid #709DAA; }

<div style="border:3px solid #709DAA">Div</div>

This div border color is #709DAA.


Opacity

.myOpacity80 { color: #709DAA; opacity: 0.8; }

<p style="color:#709DAA;opacity:0.8;">80%</p>

Text with #709DAA 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 #709DAA;}

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

This text has shadow with #709DAA color.

.textShadow {text-shadow: 3px 3px 1px #709DAA, 3px 3px 1px red;}

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

This text has shadow with #709DAA primary color and red secondary color.


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

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

This text has shadow with #709DAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709DAA on black background.


Color preview on white background

This text has color #709DAA on white background.



Black color preview on #709DAA background

This text has black color on #709DAA background.


White color preview on #709DAA background

This text has white color on #709DAA background.