COLOR #709AA7

HEX: #709AA7
RGB: (112,154,167)

Color info

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

RGB color model

#709AA7 color RGB value is (112,154,167).

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

RGB channels and saturation

R 112 of 255 = 44%
G 154 of 255 = 60%
B 167 of 255 = 65%

112
154
167

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

Portions of RGB colors in percentages

R + G + B =
112 + 154 + 167 = 433 (100%)
R 112 of 433 ~ 25.87%
G 154 of 433 ~ 35.57%
B 167 of 433 ~ 38.57%

%25.87
%35.57
%38.57

CMYK color model

#709AA7 color CMYK value is (33,8,0,35).

  • cyan value is 32.93%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(33,8,0,35)
C33M8Y0K35 
(33%,8%,0%,35%)
(0.33/0.08/0.00/0.35)	

CMYK percentages

%32.93
%7.78
%0
%34.51

Codes

Color #709AA7 in popluar color models

709AA7
RGB112154167
HSL194°23.81%54.71%
HSB/HSV194°32.93%65.49%
CMYK32.93%7.78%0.00%
34.51%

Color #709AA7 in popluar number systems.

HEX709AA7
Decimal112154167
Binary11100001001101010100111
Octal160232247

Shades and tints

Shades of #709AA7

#709AA7
(112,154,167)
#668C98
(102,140,152)
#5C7E89
(92,126,137)
#52707A
(82,112,122)
#48626B
(72,98,107)
#3E545C
(62,84,92)
#34464D
(52,70,77)
#2A383E
(42,56,62)
#202A2F
(32,42,47)
#161C20
(22,28,32)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #709AA7

#709AA7
(112,154,167)
#7DA3AF
(125,163,175)
#8AACB7
(138,172,183)
#97B5BF
(151,181,191)
#A4BEC7
(164,190,199)
#B1C7CF
(177,199,207)
#BED0D7
(190,208,215)
#CBD9DF
(203,217,223)
#D8E2E7
(216,226,231)
#E5EBEF
(229,235,239)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709AA7; }

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

This text font color is #709AA7.


Background Color

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

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

This div background color is #709AA7.


Border color

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

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

This div border color is #709AA7.


Opacity

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

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

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

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

This text has shadow with #709AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709AA7 on black background.


Color preview on white background

This text has color #709AA7 on white background.



Black color preview on #709AA7 background

This text has black color on #709AA7 background.


White color preview on #709AA7 background

This text has white color on #709AA7 background.