COLOR #709A95

HEX: #709A95 RGB: (112,154,149)

Color info

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

RGB color model

#709A95 color RGB value is (112,154,149).

RGB: (112,154,149) (44%, 60%, 58%)

RGB channels and saturation

R 112 of 255 = 44%
G 154 of 255 = 60%
B 149 of 255 = 58%

112
154
149

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

Portions of RGB colors in percentages

R + G + B = 112 + 154 + 149 = 415 (100%)
R 112 of 415 ~ 26.99%
G 154 of 415 ~ 37.11%
B 149 of 415 ~ 35.9'%

%26.99
%37.11
%35.9

CMYK color model

#709A95 color CMYK value is (27,0,3,40).

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

CMYK: (27,0,3,40)
C27M0Y3K40 (27%, 0%, 3%, 40%)
(0.27 / 0.00 / 0.03 / 0.40)

CMYK percentages

%27.27
%0
%3.25
%39.61

Codes

Color #709A95 in popluar color models

70 9A 95
RGB 112 154 149
HSL 173° 17.21% 52.16%
HSB/HSV 173° 27.27% 60.39%
CMYK 27.27% 0.00% 3.25%
39.61%

Color #709A95 in popluar number systems.

HEX 70 9A 95
Decimal 112 154 149
Binary 1110000 10011010 10010101
Octal 160 232 225

Shades and tints

Shades of #709A95

#709A95
(112,154,149)
#668C88
(102,140,136)
#5C7E7B
(92,126,123)
#52706E
(82,112,110)
#486261
(72,98,97)
#3E5454
(62,84,84)
#344647
(52,70,71)
#2A383A
(42,56,58)
#202A2D
(32,42,45)
#161C20
(22,28,32)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #709A95

#709A95
(112,154,149)
#7DA39E
(125,163,158)
#8AACA7
(138,172,167)
#97B5B0
(151,181,176)
#A4BEB9
(164,190,185)
#B1C7C2
(177,199,194)
#BED0CB
(190,208,203)
#CBD9D4
(203,217,212)
#D8E2DD
(216,226,221)
#E5EBE6
(229,235,230)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709A95; }

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

This text font color is #709A95.

Background Color

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

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

This div background color is #709A95.

Border color

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

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

This div border color is #709A95.

Opacity

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

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

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

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

This text has shadow with #709A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709A95.

Preview

Color preview on black background

This text has color #709A95 on black background.


Color preview on white background

This text has color #709A95 on white background.


Black color preview on #709A95 background

This text has black color on #709A95 background.


White color preview on #709A95 background

This text has white color on #709A95 background.


Related colors

Complementary color

Complementary color for #hex is #8F656A.


I love getcolorcode.com

Triadic colors

1 #95709A and #9A9570 with #709A95 are triadic colors.

2 #959A70 and #9A7095 with #709A95 are triadic colors.