COLOR #709C8F

HEX: #709C8F RGB: (112,156,143)

Color info

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

RGB color model

#709C8F color RGB value is (112,156,143).

RGB: (112,156,143) (44%, 61%, 56%)

RGB channels and saturation

R 112 of 255 = 44%
G 156 of 255 = 61%
B 143 of 255 = 56%

112
156
143

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

Portions of RGB colors in percentages

R + G + B = 112 + 156 + 143 = 411 (100%)
R 112 of 411 ~ 27.25%
G 156 of 411 ~ 37.96%
B 143 of 411 ~ 34.79'%

%27.25
%37.96
%34.79

CMYK color model

#709C8F color CMYK value is (28,0,8,39).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 38.82%

CMYK: (28,0,8,39)
C28M0Y8K39 (28%, 0%, 8%, 39%)
(0.28 / 0.00 / 0.08 / 0.39)

CMYK percentages

%28.21
%0
%8.33
%38.82

Codes

Color #709C8F in popluar color models

70 9C 8F
RGB 112 156 143
HSL 162° 18.18% 52.55%
HSB/HSV 162° 28.21% 61.18%
CMYK 28.21% 0.00% 8.33%
38.82%

Color #709C8F in popluar number systems.

HEX 70 9C 8F
Decimal 112 156 143
Binary 1110000 10011100 10001111
Octal 160 234 217

Shades and tints

Shades of #709C8F

#709C8F
(112,156,143)
#668E82
(102,142,130)
#5C8075
(92,128,117)
#527268
(82,114,104)
#48645B
(72,100,91)
#3E564E
(62,86,78)
#344841
(52,72,65)
#2A3A34
(42,58,52)
#202C27
(32,44,39)
#161E1A
(22,30,26)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #709C8F

#709C8F
(112,156,143)
#7DA599
(125,165,153)
#8AAEA3
(138,174,163)
#97B7AD
(151,183,173)
#A4C0B7
(164,192,183)
#B1C9C1
(177,201,193)
#BED2CB
(190,210,203)
#CBDBD5
(203,219,213)
#D8E4DF
(216,228,223)
#E5EDE9
(229,237,233)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709C8F; }

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

This text font color is #709C8F.

Background Color

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

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

This div background color is #709C8F.

Border color

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

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

This div border color is #709C8F.

Opacity

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

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

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

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

This text has shadow with #709C8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709C8F.

Preview

Color preview on black background

This text has color #709C8F on black background.


Color preview on white background

This text has color #709C8F on white background.


Black color preview on #709C8F background

This text has black color on #709C8F background.


White color preview on #709C8F background

This text has white color on #709C8F background.


Related colors

Complementary color

Complementary color for #hex is #8F6370.


I love getcolorcode.com

Triadic colors

1 #8F709C and #9C8F70 with #709C8F are triadic colors.

2 #8F9C70 and #9C708F with #709C8F are triadic colors.