COLOR #709BAA

HEX: #709BAA RGB: (112,155,170)

Color info

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

RGB color model

#709BAA color RGB value is (112,155,170).

RGB: (112,155,170) (44%, 61%, 67%)

RGB channels and saturation

R 112 of 255 = 44%
G 155 of 255 = 61%
B 170 of 255 = 67%

112
155
170

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

Portions of RGB colors in percentages

R + G + B = 112 + 155 + 170 = 437 (100%)
R 112 of 437 ~ 25.63%
G 155 of 437 ~ 35.47%
B 170 of 437 ~ 38.9'%

%25.63
%35.47
%38.9

CMYK color model

#709BAA color CMYK value is (34,9,0,33).

  • cyan value is 34.12%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (34,9,0,33)
C34M9Y0K33 (34%, 9%, 0%, 33%)
(0.34 / 0.09 / 0.00 / 0.33)

CMYK percentages

%34.12
%8.82
%0
%33.33

Codes

Color #709BAA in popluar color models

70 9B AA
RGB 112 155 170
HSL 196° 25.44% 55.29%
HSB/HSV 196° 34.12% 66.67%
CMYK 34.12% 8.82% 0.00%
33.33%

Color #709BAA in popluar number systems.

HEX 70 9B AA
Decimal 112 155 170
Binary 1110000 10011011 10101010
Octal 160 233 252

Shades and tints

Shades of #709BAA

#709BAA
(112,155,170)
#668D9B
(102,141,155)
#5C7F8C
(92,127,140)
#52717D
(82,113,125)
#48636E
(72,99,110)
#3E555F
(62,85,95)
#344750
(52,71,80)
#2A3941
(42,57,65)
#202B32
(32,43,50)
#161D23
(22,29,35)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #709BAA

#709BAA
(112,155,170)
#7DA4B1
(125,164,177)
#8AADB8
(138,173,184)
#97B6BF
(151,182,191)
#A4BFC6
(164,191,198)
#B1C8CD
(177,200,205)
#BED1D4
(190,209,212)
#CBDADB
(203,218,219)
#D8E3E2
(216,227,226)
#E5ECE9
(229,236,233)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709BAA color. Also use rgb(112,155,170) instead hex code.

Text Font Color

.myTextColor { color: #709BAA; }

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

This text font color is #709BAA.

Background Color

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

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

This div background color is #709BAA.

Border color

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

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

This div border color is #709BAA.

Opacity

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

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

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

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

This text has shadow with #709BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709BAA.

Preview

Color preview on black background

This text has color #709BAA on black background.


Color preview on white background

This text has color #709BAA on white background.


Black color preview on #709BAA background

This text has black color on #709BAA background.


White color preview on #709BAA background

This text has white color on #709BAA background.


Related colors

Complementary color

Complementary color for #hex is #8F6455.


I love getcolorcode.com

Triadic colors

1 #AA709B and #9BAA70 with #709BAA are triadic colors.

2 #AA9B70 and #9B70AA with #709BAA are triadic colors.