COLOR #709EB7

HEX: #709EB7 RGB: (112,158,183)

Color info

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

RGB color model

#709EB7 color RGB value is (112,158,183).

RGB: (112,158,183) (44%, 62%, 72%)

RGB channels and saturation

R 112 of 255 = 44%
G 158 of 255 = 62%
B 183 of 255 = 72%

112
158
183

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

Portions of RGB colors in percentages

R + G + B = 112 + 158 + 183 = 453 (100%)
R 112 of 453 ~ 24.72%
G 158 of 453 ~ 34.88%
B 183 of 453 ~ 40.4'%

%24.72
%34.88
%40.4

CMYK color model

#709EB7 color CMYK value is (39,14,0,28).

  • cyan value is 38.80%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (39,14,0,28)
C39M14Y0K28 (39%, 14%, 0%, 28%)
(0.39 / 0.14 / 0.00 / 0.28)

CMYK percentages

%38.8
%13.66
%0
%28.24

Codes

Color #709EB7 in popluar color models

70 9E B7
RGB 112 158 183
HSL 201° 33.02% 57.84%
HSB/HSV 201° 38.80% 71.76%
CMYK 38.80% 13.66% 0.00%
28.24%

Color #709EB7 in popluar number systems.

HEX 70 9E B7
Decimal 112 158 183
Binary 1110000 10011110 10110111
Octal 160 236 267

Shades and tints

Shades of #709EB7

#709EB7
(112,158,183)
#6690A7
(102,144,167)
#5C8297
(92,130,151)
#527487
(82,116,135)
#486677
(72,102,119)
#3E5867
(62,88,103)
#344A57
(52,74,87)
#2A3C47
(42,60,71)
#202E37
(32,46,55)
#162027
(22,32,39)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #709EB7

#709EB7
(112,158,183)
#7DA6BD
(125,166,189)
#8AAEC3
(138,174,195)
#97B6C9
(151,182,201)
#A4BECF
(164,190,207)
#B1C6D5
(177,198,213)
#BECEDB
(190,206,219)
#CBD6E1
(203,214,225)
#D8DEE7
(216,222,231)
#E5E6ED
(229,230,237)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709EB7; }

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

This text font color is #709EB7.

Background Color

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

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

This div background color is #709EB7.

Border color

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

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

This div border color is #709EB7.

Opacity

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

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

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

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

This text has shadow with #709EB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709EB7.

Preview

Color preview on black background

This text has color #709EB7 on black background.


Color preview on white background

This text has color #709EB7 on white background.


Black color preview on #709EB7 background

This text has black color on #709EB7 background.


White color preview on #709EB7 background

This text has white color on #709EB7 background.


Related colors

Complementary color

Complementary color for #hex is #8F6148.


I love getcolorcode.com

Triadic colors

1 #B7709E and #9EB770 with #709EB7 are triadic colors.

2 #B79E70 and #9E70B7 with #709EB7 are triadic colors.