COLOR #709CB9

HEX: #709CB9
RGB: (112,156,185)

Color info

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

RGB color model

#709CB9 color RGB value is (112,156,185).

  • red value is 112;
  • green value is 156;
  • blue value is 185.
RGB:
(112,156,185)
(44%,61%,73%)

RGB channels and saturation

R 112 of 255 = 44%
G 156 of 255 = 61%
B 185 of 255 = 73%

112
156
185

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

Portions of RGB colors in percentages

R + G + B =
112 + 156 + 185 = 453 (100%)
R 112 of 453 ~ 24.72%
G 156 of 453 ~ 34.44%
B 185 of 453 ~ 40.84%

%24.72
%34.44
%40.84

CMYK color model

#709CB9 color CMYK value is (39,16,0,27).

  • cyan value is 39.46%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(39,16,0,27)
C39M16Y0K27 
(39%,16%,0%,27%)
(0.39/0.16/0.00/0.27)	

CMYK percentages

%39.46
%15.68
%0
%27.45

Codes

Color #709CB9 in popluar color models

709CB9
RGB112156185
HSL204°34.27%58.24%
HSB/HSV204°39.46%72.55%
CMYK39.46%15.68%0.00%
27.45%

Color #709CB9 in popluar number systems.

HEX709CB9
Decimal112156185
Binary11100001001110010111001
Octal160234271

Shades and tints

Shades of #709CB9

#709CB9
(112,156,185)
#668EA9
(102,142,169)
#5C8099
(92,128,153)
#527289
(82,114,137)
#486479
(72,100,121)
#3E5669
(62,86,105)
#344859
(52,72,89)
#2A3A49
(42,58,73)
#202C39
(32,44,57)
#161E29
(22,30,41)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #709CB9

#709CB9
(112,156,185)
#7DA5BF
(125,165,191)
#8AAEC5
(138,174,197)
#97B7CB
(151,183,203)
#A4C0D1
(164,192,209)
#B1C9D7
(177,201,215)
#BED2DD
(190,210,221)
#CBDBE3
(203,219,227)
#D8E4E9
(216,228,233)
#E5EDEF
(229,237,239)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709CB9; }

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

This text font color is #709CB9.


Background Color

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

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

This div background color is #709CB9.


Border color

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

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

This div border color is #709CB9.


Opacity

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

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

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

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

This text has shadow with #709CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709CB9 on black background.


Color preview on white background

This text has color #709CB9 on white background.



Black color preview on #709CB9 background

This text has black color on #709CB9 background.


White color preview on #709CB9 background

This text has white color on #709CB9 background.