COLOR #709A99

HEX: #709A99 RGB: (112,154,153)

Color info

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

RGB color model

#709A99 color RGB value is (112,154,153).

RGB: (112,154,153) (44%, 60%, 60%)

RGB channels and saturation

R 112 of 255 = 44%
G 154 of 255 = 60%
B 153 of 255 = 60%

112
154
153

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

Portions of RGB colors in percentages

R + G + B = 112 + 154 + 153 = 419 (100%)
R 112 of 419 ~ 26.73%
G 154 of 419 ~ 36.75%
B 153 of 419 ~ 36.52'%

%26.73
%36.75
%36.52

CMYK color model

#709A99 color CMYK value is (27,0,1,40).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.61%
CMYK: (27,0,1,40) C27M0Y1K40 (27%,0%,1%,40%) (0.27/0.00/0.01/0.40) 

CMYK percentages

%27.27
%0
%0.65
%39.61

Codes

Color #709A99 in popluar color models

70 9A 99
RGB 112 154 153
HSL 179° 17.21% 52.16%
HSB/HSV 179° 27.27% 60.39%
CMYK 27.27% 0.00% 0.65%
39.61%

Color #709A99 in popluar number systems.

HEX 70 9A 99
Decimal 112 154 153
Binary 1110000 10011010 10011001
Octal 160 232 231

Shades and tints

Shades of #709A99

#709A99
(112,154,153)
#668C8C
(102,140,140)
#5C7E7F
(92,126,127)
#527072
(82,112,114)
#486265
(72,98,101)
#3E5458
(62,84,88)
#34464B
(52,70,75)
#2A383E
(42,56,62)
#202A31
(32,42,49)
#161C24
(22,28,36)
#0C0E17
(12,14,23)
#000000
(0,0,0)

Tints of #709A99

#709A99
(112,154,153)
#7DA3A2
(125,163,162)
#8AACAB
(138,172,171)
#97B5B4
(151,181,180)
#A4BEBD
(164,190,189)
#B1C7C6
(177,199,198)
#BED0CF
(190,208,207)
#CBD9D8
(203,217,216)
#D8E2E1
(216,226,225)
#E5EBEA
(229,235,234)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709A99; }

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

This text font color is #709A99.

Background Color

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

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

This div background color is #709A99.

Border color

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

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

This div border color is #709A99.

Opacity

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

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

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

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

This text has shadow with #709A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709A99.

Preview

Color preview on black background

This text has color #709A99 on black background.


Color preview on white background

This text has color #709A99 on white background.


Black color preview on #709A99 background

This text has black color on #709A99 background.


White color preview on #709A99 background

This text has white color on #709A99 background.


Related colors

Complementary color

Complementary color for #hex is #8F6566.


I love getcolorcode.com

Triadic colors

1 #99709A and #9A9970 with #709A99 are triadic colors.

2 #999A70 and #9A7099 with #709A99 are triadic colors.