COLOR #709CD7

HEX: #709CD7
RGB: (112,156,215)

Color info

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

RGB color model

#709CD7 color RGB value is (112,156,215).

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

RGB channels and saturation

R 112 of 255 = 44%
G 156 of 255 = 61%
B 215 of 255 = 84%

112
156
215

R + G + B ~ 63%. #709CD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 156 + 215 = 483 (100%)
R 112 of 483 ~ 23.19%
G 156 of 483 ~ 32.3%
B 215 of 483 ~ 44.51%

%23.19
%32.3
%44.51

CMYK color model

#709CD7 color CMYK value is (48,27,0,16).

  • cyan value is 47.91%
  • magenta value is 27.44%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(48,27,0,16)
C48M27Y0K16 
(48%,27%,0%,16%)
(0.48/0.27/0.00/0.16)	

CMYK percentages

%47.91
%27.44
%0
%15.69

Codes

Color #709CD7 in popluar color models

709CD7
RGB112156215
HSL214°56.28%64.12%
HSB/HSV214°47.91%84.31%
CMYK47.91%27.44%0.00%
15.69%

Color #709CD7 in popluar number systems.

HEX709CD7
Decimal112156215
Binary11100001001110011010111
Octal160234327

Shades and tints

Shades of #709CD7

#709CD7
(112,156,215)
#668EC4
(102,142,196)
#5C80B1
(92,128,177)
#52729E
(82,114,158)
#48648B
(72,100,139)
#3E5678
(62,86,120)
#344865
(52,72,101)
#2A3A52
(42,58,82)
#202C3F
(32,44,63)
#161E2C
(22,30,44)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #709CD7

#709CD7
(112,156,215)
#7DA5DA
(125,165,218)
#8AAEDD
(138,174,221)
#97B7E0
(151,183,224)
#A4C0E3
(164,192,227)
#B1C9E6
(177,201,230)
#BED2E9
(190,210,233)
#CBDBEC
(203,219,236)
#D8E4EF
(216,228,239)
#E5EDF2
(229,237,242)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709CD7; }

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

This text font color is #709CD7.


Background Color

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

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

This div background color is #709CD7.


Border color

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

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

This div border color is #709CD7.


Opacity

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

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

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

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

This text has shadow with #709CD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709CD7 on black background.


Color preview on white background

This text has color #709CD7 on white background.



Black color preview on #709CD7 background

This text has black color on #709CD7 background.


White color preview on #709CD7 background

This text has white color on #709CD7 background.