COLOR #709DA2

HEX: #709DA2 RGB: (112,157,162)

Color info

#709DA2 contains red, green and blue colors in about the same proportion. Web safe color of #709DA2 is #669999 (or #699).

RGB color model

#709DA2 color RGB value is (112,157,162).

RGB: (112,157,162) (44%, 62%, 64%)

RGB channels and saturation

R 112 of 255 = 44%
G 157 of 255 = 62%
B 162 of 255 = 64%

112
157
162

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

Portions of RGB colors in percentages

R + G + B = 112 + 157 + 162 = 431 (100%)
R 112 of 431 ~ 25.99%
G 157 of 431 ~ 36.43%
B 162 of 431 ~ 37.59'%

%25.99
%36.43
%37.59

CMYK color model

#709DA2 color CMYK value is (31,3,0,36).

  • cyan value is 30.86%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (31,3,0,36)
C31M3Y0K36 (31%, 3%, 0%, 36%)
(0.31 / 0.03 / 0.00 / 0.36)

CMYK percentages

%30.86
%3.09
%0
%36.47

Codes

Color #709DA2 in popluar color models

70 9D A2
RGB 112 157 162
HSL 186° 21.19% 53.73%
HSB/HSV 186° 30.86% 63.53%
CMYK 30.86% 3.09% 0.00%
36.47%

Color #709DA2 in popluar number systems.

HEX 70 9D A2
Decimal 112 157 162
Binary 1110000 10011101 10100010
Octal 160 235 242

Shades and tints

Shades of #709DA2

#709DA2
(112,157,162)
#668F94
(102,143,148)
#5C8186
(92,129,134)
#527378
(82,115,120)
#48656A
(72,101,106)
#3E575C
(62,87,92)
#34494E
(52,73,78)
#2A3B40
(42,59,64)
#202D32
(32,45,50)
#161F24
(22,31,36)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #709DA2

#709DA2
(112,157,162)
#7DA5AA
(125,165,170)
#8AADB2
(138,173,178)
#97B5BA
(151,181,186)
#A4BDC2
(164,189,194)
#B1C5CA
(177,197,202)
#BECDD2
(190,205,210)
#CBD5DA
(203,213,218)
#D8DDE2
(216,221,226)
#E5E5EA
(229,229,234)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709DA2; }

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

This text font color is #709DA2.

Background Color

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

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

This div background color is #709DA2.

Border color

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

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

This div border color is #709DA2.

Opacity

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

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

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

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

This text has shadow with #709DA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709DA2.

Preview

Color preview on black background

This text has color #709DA2 on black background.


Color preview on white background

This text has color #709DA2 on white background.


Black color preview on #709DA2 background

This text has black color on #709DA2 background.


White color preview on #709DA2 background

This text has white color on #709DA2 background.


Related colors

Complementary color

Complementary color for #hex is #8F625D.


I love getcolorcode.com

Triadic colors

1 #A2709D and #9DA270 with #709DA2 are triadic colors.

2 #A29D70 and #9D70A2 with #709DA2 are triadic colors.