COLOR #709CB2

HEX: #709CB2 RGB: (112,156,178)

Color info

#709CB2 contains mainly green and blue colors. Web safe color of #709CB2 is #669999 (or #699).

RGB color model

#709CB2 color RGB value is (112,156,178).

RGB: (112,156,178) (44%, 61%, 70%)

RGB channels and saturation

R 112 of 255 = 44%
G 156 of 255 = 61%
B 178 of 255 = 70%

112
156
178

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

Portions of RGB colors in percentages

R + G + B = 112 + 156 + 178 = 446 (100%)
R 112 of 446 ~ 25.11%
G 156 of 446 ~ 34.98%
B 178 of 446 ~ 39.91'%

%25.11
%34.98
%39.91

CMYK color model

#709CB2 color CMYK value is (37,12,0,30).

  • cyan value is 37.08%
  • magenta value is 12.36%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (37,12,0,30)
C37M12Y0K30 (37%, 12%, 0%, 30%)
(0.37 / 0.12 / 0.00 / 0.30)

CMYK percentages

%37.08
%12.36
%0
%30.2

Codes

Color #709CB2 in popluar color models

70 9C B2
RGB 112 156 178
HSL 200° 30.00% 56.86%
HSB/HSV 200° 37.08% 69.80%
CMYK 37.08% 12.36% 0.00%
30.20%

Color #709CB2 in popluar number systems.

HEX 70 9C B2
Decimal 112 156 178
Binary 1110000 10011100 10110010
Octal 160 234 262

Shades and tints

Shades of #709CB2

#709CB2
(112,156,178)
#668EA2
(102,142,162)
#5C8092
(92,128,146)
#527282
(82,114,130)
#486472
(72,100,114)
#3E5662
(62,86,98)
#344852
(52,72,82)
#2A3A42
(42,58,66)
#202C32
(32,44,50)
#161E22
(22,30,34)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #709CB2

#709CB2
(112,156,178)
#7DA5B9
(125,165,185)
#8AAEC0
(138,174,192)
#97B7C7
(151,183,199)
#A4C0CE
(164,192,206)
#B1C9D5
(177,201,213)
#BED2DC
(190,210,220)
#CBDBE3
(203,219,227)
#D8E4EA
(216,228,234)
#E5EDF1
(229,237,241)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709CB2 color. Also use rgb(112,156,178) instead hex code.

Text Font Color

.myTextColor { color: #709CB2; }

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

This text font color is #709CB2.

Background Color

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

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

This div background color is #709CB2.

Border color

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

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

This div border color is #709CB2.

Opacity

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

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

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

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

This text has shadow with #709CB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709CB2.

Preview

Color preview on black background

This text has color #709CB2 on black background.


Color preview on white background

This text has color #709CB2 on white background.


Black color preview on #709CB2 background

This text has black color on #709CB2 background.


White color preview on #709CB2 background

This text has white color on #709CB2 background.


Related colors

Complementary color

Complementary color for #hex is #8F634D.


I love getcolorcode.com

Triadic colors

1 #B2709C and #9CB270 with #709CB2 are triadic colors.

2 #B29C70 and #9C70B2 with #709CB2 are triadic colors.