COLOR #709C95

HEX: #709C95
RGB: (112,156,149)

Color info

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

RGB color model

#709C95 color RGB value is (112,156,149).

  • red value is 112;
  • green value is 156;
  • blue value is 149.
RGB:
(112,156,149)
(44%,61%,58%)

RGB channels and saturation

R 112 of 255 = 44%
G 156 of 255 = 61%
B 149 of 255 = 58%

112
156
149

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

Portions of RGB colors in percentages

R + G + B =
112 + 156 + 149 = 417 (100%)
R 112 of 417 ~ 26.86%
G 156 of 417 ~ 37.41%
B 149 of 417 ~ 35.73%

%26.86
%37.41
%35.73

CMYK color model

#709C95 color CMYK value is (28,0,4,39).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 38.82%
CMYK:
(28,0,4,39)
C28M0Y4K39 
(28%,0%,4%,39%)
(0.28/0.00/0.04/0.39)	

CMYK percentages

%28.21
%0
%4.49
%38.82

Codes

Color #709C95 in popluar color models

709C95
RGB112156149
HSL170°18.18%52.55%
HSB/HSV170°28.21%61.18%
CMYK28.21%0.00%4.49%
38.82%

Color #709C95 in popluar number systems.

HEX709C95
Decimal112156149
Binary11100001001110010010101
Octal160234225

Shades and tints

Shades of #709C95

#709C95
(112,156,149)
#668E88
(102,142,136)
#5C807B
(92,128,123)
#52726E
(82,114,110)
#486461
(72,100,97)
#3E5654
(62,86,84)
#344847
(52,72,71)
#2A3A3A
(42,58,58)
#202C2D
(32,44,45)
#161E20
(22,30,32)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #709C95

#709C95
(112,156,149)
#7DA59E
(125,165,158)
#8AAEA7
(138,174,167)
#97B7B0
(151,183,176)
#A4C0B9
(164,192,185)
#B1C9C2
(177,201,194)
#BED2CB
(190,210,203)
#CBDBD4
(203,219,212)
#D8E4DD
(216,228,221)
#E5EDE6
(229,237,230)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709C95; }

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

This text font color is #709C95.


Background Color

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

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

This div background color is #709C95.


Border color

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

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

This div border color is #709C95.


Opacity

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

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

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

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

This text has shadow with #709C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709C95 on black background.


Color preview on white background

This text has color #709C95 on white background.



Black color preview on #709C95 background

This text has black color on #709C95 background.


White color preview on #709C95 background

This text has white color on #709C95 background.