COLOR #709FDE

HEX: #709FDE
RGB: (112,159,222)

Color info

#709FDE contains mainly blue color. Web safe color of #709FDE is #6699CC (or #69C).

RGB color model

#709FDE color RGB value is (112,159,222).

  • red value is 112;
  • green value is 159;
  • blue value is 222.
RGB:
(112,159,222)
(44%,62%,87%)

RGB channels and saturation

R 112 of 255 = 44%
G 159 of 255 = 62%
B 222 of 255 = 87%

112
159
222

R + G + B ~ 64%. #709FDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 159 + 222 = 493 (100%)
R 112 of 493 ~ 22.72%
G 159 of 493 ~ 32.25%
B 222 of 493 ~ 45.03%

%22.72
%32.25
%45.03

CMYK color model

#709FDE color CMYK value is (50,28,0,13).

  • cyan value is 49.55%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(50,28,0,13)
C50M28Y0K13 
(50%,28%,0%,13%)
(0.50/0.28/0.00/0.13)	

CMYK percentages

%49.55
%28.38
%0
%12.94

Codes

Color #709FDE in popluar color models

709FDE
RGB112159222
HSL214°62.50%65.49%
HSB/HSV214°49.55%87.06%
CMYK49.55%28.38%0.00%
12.94%

Color #709FDE in popluar number systems.

HEX709FDE
Decimal112159222
Binary11100001001111111011110
Octal160237336

Shades and tints

Shades of #709FDE

#709FDE
(112,159,222)
#6691CA
(102,145,202)
#5C83B6
(92,131,182)
#5275A2
(82,117,162)
#48678E
(72,103,142)
#3E597A
(62,89,122)
#344B66
(52,75,102)
#2A3D52
(42,61,82)
#202F3E
(32,47,62)
#16212A
(22,33,42)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #709FDE

#709FDE
(112,159,222)
#7DA7E1
(125,167,225)
#8AAFE4
(138,175,228)
#97B7E7
(151,183,231)
#A4BFEA
(164,191,234)
#B1C7ED
(177,199,237)
#BECFF0
(190,207,240)
#CBD7F3
(203,215,243)
#D8DFF6
(216,223,246)
#E5E7F9
(229,231,249)
#F2EFFC
(242,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709FDE color. Also use rgb(112,159,222) instead hex code.

Text Font Color

.myTextColor { color: #709FDE; }

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

This text font color is #709FDE.


Background Color

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

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

This div background color is #709FDE.


Border color

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

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

This div border color is #709FDE.


Opacity

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

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

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

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

This text has shadow with #709FDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709FDE on black background.


Color preview on white background

This text has color #709FDE on white background.



Black color preview on #709FDE background

This text has black color on #709FDE background.


White color preview on #709FDE background

This text has white color on #709FDE background.