COLOR #709A97

HEX: #709A97 RGB: (112,154,151)

Color info

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

RGB color model

#709A97 color RGB value is (112,154,151).

RGB: (112,154,151) (44%, 60%, 59%)

RGB channels and saturation

R 112 of 255 = 44%
G 154 of 255 = 60%
B 151 of 255 = 59%

112
154
151

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

Portions of RGB colors in percentages

R + G + B = 112 + 154 + 151 = 417 (100%)
R 112 of 417 ~ 26.86%
G 154 of 417 ~ 36.93%
B 151 of 417 ~ 36.21'%

%26.86
%36.93
%36.21

CMYK color model

#709A97 color CMYK value is (27,0,2,40).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 1.95%
  • key color value is 39.61%

CMYK: (27,0,2,40)
C27M0Y2K40 (27%, 0%, 2%, 40%)
(0.27 / 0.00 / 0.02 / 0.40)

CMYK percentages

%27.27
%0
%1.95
%39.61

Codes

Color #709A97 in popluar color models

70 9A 97
RGB 112 154 151
HSL 176° 17.21% 52.16%
HSB/HSV 176° 27.27% 60.39%
CMYK 27.27% 0.00% 1.95%
39.61%

Color #709A97 in popluar number systems.

HEX 70 9A 97
Decimal 112 154 151
Binary 1110000 10011010 10010111
Octal 160 232 227

Shades and tints

Shades of #709A97

#709A97
(112,154,151)
#668C8A
(102,140,138)
#5C7E7D
(92,126,125)
#527070
(82,112,112)
#486263
(72,98,99)
#3E5456
(62,84,86)
#344649
(52,70,73)
#2A383C
(42,56,60)
#202A2F
(32,42,47)
#161C22
(22,28,34)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #709A97

#709A97
(112,154,151)
#7DA3A0
(125,163,160)
#8AACA9
(138,172,169)
#97B5B2
(151,181,178)
#A4BEBB
(164,190,187)
#B1C7C4
(177,199,196)
#BED0CD
(190,208,205)
#CBD9D6
(203,217,214)
#D8E2DF
(216,226,223)
#E5EBE8
(229,235,232)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709A97; }

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

This text font color is #709A97.

Background Color

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

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

This div background color is #709A97.

Border color

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

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

This div border color is #709A97.

Opacity

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

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

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

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

This text has shadow with #709A97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709A97.

Preview

Color preview on black background

This text has color #709A97 on black background.


Color preview on white background

This text has color #709A97 on white background.


Black color preview on #709A97 background

This text has black color on #709A97 background.


White color preview on #709A97 background

This text has white color on #709A97 background.


Related colors

Complementary color

Complementary color for #hex is #8F6568.


I love getcolorcode.com

Triadic colors

1 #97709A and #9A9770 with #709A97 are triadic colors.

2 #979A70 and #9A7097 with #709A97 are triadic colors.