COLOR #709A8E

HEX: #709A8E
RGB: (112,154,142)

Color info

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

RGB color model

#709A8E color RGB value is (112,154,142).

  • red value is 112;
  • green value is 154;
  • blue value is 142.
RGB:
(112,154,142)
(44%,60%,56%)

RGB channels and saturation

R 112 of 255 = 44%
G 154 of 255 = 60%
B 142 of 255 = 56%

112
154
142

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

Portions of RGB colors in percentages

R + G + B =
112 + 154 + 142 = 408 (100%)
R 112 of 408 ~ 27.45%
G 154 of 408 ~ 37.75%
B 142 of 408 ~ 34.8%

%27.45
%37.75
%34.8

CMYK color model

#709A8E color CMYK value is (27,0,8,40).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 39.61%
CMYK:
(27,0,8,40)
C27M0Y8K40 
(27%,0%,8%,40%)
(0.27/0.00/0.08/0.40)	

CMYK percentages

%27.27
%0
%7.79
%39.61

Codes

Color #709A8E in popluar color models

709A8E
RGB112154142
HSL163°17.21%52.16%
HSB/HSV163°27.27%60.39%
CMYK27.27%0.00%7.79%
39.61%

Color #709A8E in popluar number systems.

HEX709A8E
Decimal112154142
Binary11100001001101010001110
Octal160232216

Shades and tints

Shades of #709A8E

#709A8E
(112,154,142)
#668C82
(102,140,130)
#5C7E76
(92,126,118)
#52706A
(82,112,106)
#48625E
(72,98,94)
#3E5452
(62,84,82)
#344646
(52,70,70)
#2A383A
(42,56,58)
#202A2E
(32,42,46)
#161C22
(22,28,34)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #709A8E

#709A8E
(112,154,142)
#7DA398
(125,163,152)
#8AACA2
(138,172,162)
#97B5AC
(151,181,172)
#A4BEB6
(164,190,182)
#B1C7C0
(177,199,192)
#BED0CA
(190,208,202)
#CBD9D4
(203,217,212)
#D8E2DE
(216,226,222)
#E5EBE8
(229,235,232)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709A8E; }

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

This text font color is #709A8E.


Background Color

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

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

This div background color is #709A8E.


Border color

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

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

This div border color is #709A8E.


Opacity

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

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

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

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

This text has shadow with #709A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709A8E on black background.


Color preview on white background

This text has color #709A8E on white background.



Black color preview on #709A8E background

This text has black color on #709A8E background.


White color preview on #709A8E background

This text has white color on #709A8E background.