COLOR #709D9D

HEX: #709D9D RGB: (112,157,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
157
157

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

Portions of RGB colors in percentages

R + G + B = 112 + 157 + 157 = 426 (100%)
R 112 of 426 ~ 26.29%
G 157 of 426 ~ 36.85%
B 157 of 426 ~ 36.85'%

%26.29
%36.85
%36.85

CMYK color model

#709D9D color CMYK value is (29,0,0,38).

  • cyan value is 28.66%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (29,0,0,38)
C29M0Y0K38 (29%, 0%, 0%, 38%)
(0.29 / 0.00 / 0.00 / 0.38)

CMYK percentages

%28.66
%0
%0
%38.43

Codes

Color #709D9D in popluar color models

70 9D 9D
RGB 112 157 157
HSL 180° 18.67% 52.75%
HSB/HSV 180° 28.66% 61.57%
CMYK 28.66% 0.00% 0.00%
38.43%

Color #709D9D in popluar number systems.

HEX 70 9D 9D
Decimal 112 157 157
Binary 1110000 10011101 10011101
Octal 160 235 235

Shades and tints

Shades of #709D9D

#709D9D
(112,157,157)
#668F8F
(102,143,143)
#5C8181
(92,129,129)
#527373
(82,115,115)
#486565
(72,101,101)
#3E5757
(62,87,87)
#344949
(52,73,73)
#2A3B3B
(42,59,59)
#202D2D
(32,45,45)
#161F1F
(22,31,31)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #709D9D

#709D9D
(112,157,157)
#7DA5A5
(125,165,165)
#8AADAD
(138,173,173)
#97B5B5
(151,181,181)
#A4BDBD
(164,189,189)
#B1C5C5
(177,197,197)
#BECDCD
(190,205,205)
#CBD5D5
(203,213,213)
#D8DDDD
(216,221,221)
#E5E5E5
(229,229,229)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709D9D; }

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

This text font color is #709D9D.

Background Color

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

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

This div background color is #709D9D.

Border color

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

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

This div border color is #709D9D.

Opacity

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

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

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

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

This text has shadow with #709D9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709D9D.

Preview

Color preview on black background

This text has color #709D9D on black background.


Color preview on white background

This text has color #709D9D on white background.


Black color preview on #709D9D background

This text has black color on #709D9D background.


White color preview on #709D9D background

This text has white color on #709D9D background.


Related colors

Complementary color

Complementary color for #hex is #8F6262.


I love getcolorcode.com