COLOR #709B86

HEX: #709B86
RGB: (112,155,134)

Color info

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

RGB color model

#709B86 color RGB value is (112,155,134).

  • red value is 112;
  • green value is 155;
  • blue value is 134.
RGB:
(112,155,134)
(44%,61%,53%)

RGB channels and saturation

R 112 of 255 = 44%
G 155 of 255 = 61%
B 134 of 255 = 53%

112
155
134

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

Portions of RGB colors in percentages

R + G + B =
112 + 155 + 134 = 401 (100%)
R 112 of 401 ~ 27.93%
G 155 of 401 ~ 38.65%
B 134 of 401 ~ 33.42%

%27.93
%38.65
%33.42

CMYK color model

#709B86 color CMYK value is (28,0,14,39).

  • cyan value is 27.74%
  • magenta value is 0.00%
  • yellow value is 13.55%
  • key color value is 39.22%
CMYK:
(28,0,14,39)
C28M0Y14K39 
(28%,0%,14%,39%)
(0.28/0.00/0.14/0.39)	

CMYK percentages

%27.74
%0
%13.55
%39.22

Codes

Color #709B86 in popluar color models

709B86
RGB112155134
HSL151°17.70%52.35%
HSB/HSV151°27.74%60.78%
CMYK27.74%0.00%13.55%
39.22%

Color #709B86 in popluar number systems.

HEX709B86
Decimal112155134
Binary11100001001101110000110
Octal160233206

Shades and tints

Shades of #709B86

#709B86
(112,155,134)
#668D7A
(102,141,122)
#5C7F6E
(92,127,110)
#527162
(82,113,98)
#486356
(72,99,86)
#3E554A
(62,85,74)
#34473E
(52,71,62)
#2A3932
(42,57,50)
#202B26
(32,43,38)
#161D1A
(22,29,26)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #709B86

#709B86
(112,155,134)
#7DA491
(125,164,145)
#8AAD9C
(138,173,156)
#97B6A7
(151,182,167)
#A4BFB2
(164,191,178)
#B1C8BD
(177,200,189)
#BED1C8
(190,209,200)
#CBDAD3
(203,218,211)
#D8E3DE
(216,227,222)
#E5ECE9
(229,236,233)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709B86; }

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

This text font color is #709B86.


Background Color

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

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

This div background color is #709B86.


Border color

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

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

This div border color is #709B86.


Opacity

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

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

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

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

This text has shadow with #709B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709B86 on black background.


Color preview on white background

This text has color #709B86 on white background.



Black color preview on #709B86 background

This text has black color on #709B86 background.


White color preview on #709B86 background

This text has white color on #709B86 background.