COLOR #709EB6

HEX: #709EB6 RGB: (112,158,182)

Color info

#709EB6 contains mainly green and blue colors. Web safe color of #709EB6 is #6699CC (or #69C).

RGB color model

#709EB6 color RGB value is (112,158,182).

RGB: (112,158,182) (44%, 62%, 71%)

RGB channels and saturation

R 112 of 255 = 44%
G 158 of 255 = 62%
B 182 of 255 = 71%

112
158
182

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

Portions of RGB colors in percentages

R + G + B = 112 + 158 + 182 = 452 (100%)
R 112 of 452 ~ 24.78%
G 158 of 452 ~ 34.96%
B 182 of 452 ~ 40.27'%

%24.78
%34.96
%40.27

CMYK color model

#709EB6 color CMYK value is (38,13,0,29).

  • cyan value is 38.46%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (38,13,0,29)
C38M13Y0K29 (38%, 13%, 0%, 29%)
(0.38 / 0.13 / 0.00 / 0.29)

CMYK percentages

%38.46
%13.19
%0
%28.63

Codes

Color #709EB6 in popluar color models

70 9E B6
RGB 112 158 182
HSL 201° 32.41% 57.65%
HSB/HSV 201° 38.46% 71.37%
CMYK 38.46% 13.19% 0.00%
28.63%

Color #709EB6 in popluar number systems.

HEX 70 9E B6
Decimal 112 158 182
Binary 1110000 10011110 10110110
Octal 160 236 266

Shades and tints

Shades of #709EB6

#709EB6
(112,158,182)
#6690A6
(102,144,166)
#5C8296
(92,130,150)
#527486
(82,116,134)
#486676
(72,102,118)
#3E5866
(62,88,102)
#344A56
(52,74,86)
#2A3C46
(42,60,70)
#202E36
(32,46,54)
#162026
(22,32,38)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #709EB6

#709EB6
(112,158,182)
#7DA6BC
(125,166,188)
#8AAEC2
(138,174,194)
#97B6C8
(151,182,200)
#A4BECE
(164,190,206)
#B1C6D4
(177,198,212)
#BECEDA
(190,206,218)
#CBD6E0
(203,214,224)
#D8DEE6
(216,222,230)
#E5E6EC
(229,230,236)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709EB6 color. Also use rgb(112,158,182) instead hex code.

Text Font Color

.myTextColor { color: #709EB6; }

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

This text font color is #709EB6.

Background Color

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

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

This div background color is #709EB6.

Border color

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

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

This div border color is #709EB6.

Opacity

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

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

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

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

This text has shadow with #709EB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709EB6.

Preview

Color preview on black background

This text has color #709EB6 on black background.


Color preview on white background

This text has color #709EB6 on white background.


Black color preview on #709EB6 background

This text has black color on #709EB6 background.


White color preview on #709EB6 background

This text has white color on #709EB6 background.


Related colors

Complementary color

Complementary color for #hex is #8F6149.


I love getcolorcode.com

Triadic colors

1 #B6709E and #9EB670 with #709EB6 are triadic colors.

2 #B69E70 and #9E70B6 with #709EB6 are triadic colors.