COLOR #709DD8

HEX: #709DD8
RGB: (112,157,216)

Color info

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

RGB color model

#709DD8 color RGB value is (112,157,216).

  • red value is 112;
  • green value is 157;
  • blue value is 216.
RGB:
(112,157,216)
(44%,62%,85%)

RGB channels and saturation

R 112 of 255 = 44%
G 157 of 255 = 62%
B 216 of 255 = 85%

112
157
216

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

Portions of RGB colors in percentages

R + G + B =
112 + 157 + 216 = 485 (100%)
R 112 of 485 ~ 23.09%
G 157 of 485 ~ 32.37%
B 216 of 485 ~ 44.54%

%23.09
%32.37
%44.54

CMYK color model

#709DD8 color CMYK value is (48,27,0,15).

  • cyan value is 48.15%
  • magenta value is 27.31%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(48,27,0,15)
C48M27Y0K15 
(48%,27%,0%,15%)
(0.48/0.27/0.00/0.15)	

CMYK percentages

%48.15
%27.31
%0
%15.29

Codes

Color #709DD8 in popluar color models

709DD8
RGB112157216
HSL214°57.14%64.31%
HSB/HSV214°48.15%84.71%
CMYK48.15%27.31%0.00%
15.29%

Color #709DD8 in popluar number systems.

HEX709DD8
Decimal112157216
Binary11100001001110111011000
Octal160235330

Shades and tints

Shades of #709DD8

#709DD8
(112,157,216)
#668FC5
(102,143,197)
#5C81B2
(92,129,178)
#52739F
(82,115,159)
#48658C
(72,101,140)
#3E5779
(62,87,121)
#344966
(52,73,102)
#2A3B53
(42,59,83)
#202D40
(32,45,64)
#161F2D
(22,31,45)
#0C111A
(12,17,26)
#000000
(0,0,0)

Tints of #709DD8

#709DD8
(112,157,216)
#7DA5DB
(125,165,219)
#8AADDE
(138,173,222)
#97B5E1
(151,181,225)
#A4BDE4
(164,189,228)
#B1C5E7
(177,197,231)
#BECDEA
(190,205,234)
#CBD5ED
(203,213,237)
#D8DDF0
(216,221,240)
#E5E5F3
(229,229,243)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709DD8 color. Also use rgb(112,157,216) instead hex code.

Text Font Color

.myTextColor { color: #709DD8; }

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

This text font color is #709DD8.


Background Color

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

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

This div background color is #709DD8.


Border color

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

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

This div border color is #709DD8.


Opacity

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

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

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

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

This text has shadow with #709DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709DD8 on black background.


Color preview on white background

This text has color #709DD8 on white background.



Black color preview on #709DD8 background

This text has black color on #709DD8 background.


White color preview on #709DD8 background

This text has white color on #709DD8 background.