COLOR #709BD2

HEX: #709BD2
RGB: (112,155,210)

Color info

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

RGB color model

#709BD2 color RGB value is (112,155,210).

  • red value is 112;
  • green value is 155;
  • blue value is 210.
RGB:
(112,155,210)
(44%,61%,82%)

RGB channels and saturation

R 112 of 255 = 44%
G 155 of 255 = 61%
B 210 of 255 = 82%

112
155
210

R + G + B ~ 62%. #709BD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 155 + 210 = 477 (100%)
R 112 of 477 ~ 23.48%
G 155 of 477 ~ 32.49%
B 210 of 477 ~ 44.03%

%23.48
%32.49
%44.03

CMYK color model

#709BD2 color CMYK value is (47,26,0,18).

  • cyan value is 46.67%
  • magenta value is 26.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(47,26,0,18)
C47M26Y0K18 
(47%,26%,0%,18%)
(0.47/0.26/0.00/0.18)	

CMYK percentages

%46.67
%26.19
%0
%17.65

Codes

Color #709BD2 in popluar color models

709BD2
RGB112155210
HSL214°52.13%63.14%
HSB/HSV214°46.67%82.35%
CMYK46.67%26.19%0.00%
17.65%

Color #709BD2 in popluar number systems.

HEX709BD2
Decimal112155210
Binary11100001001101111010010
Octal160233322

Shades and tints

Shades of #709BD2

#709BD2
(112,155,210)
#668DBF
(102,141,191)
#5C7FAC
(92,127,172)
#527199
(82,113,153)
#486386
(72,99,134)
#3E5573
(62,85,115)
#344760
(52,71,96)
#2A394D
(42,57,77)
#202B3A
(32,43,58)
#161D27
(22,29,39)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #709BD2

#709BD2
(112,155,210)
#7DA4D6
(125,164,214)
#8AADDA
(138,173,218)
#97B6DE
(151,182,222)
#A4BFE2
(164,191,226)
#B1C8E6
(177,200,230)
#BED1EA
(190,209,234)
#CBDAEE
(203,218,238)
#D8E3F2
(216,227,242)
#E5ECF6
(229,236,246)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709BD2 color. Also use rgb(112,155,210) instead hex code.

Text Font Color

.myTextColor { color: #709BD2; }

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

This text font color is #709BD2.


Background Color

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

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

This div background color is #709BD2.


Border color

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

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

This div border color is #709BD2.


Opacity

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

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

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

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

This text has shadow with #709BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709BD2 on black background.


Color preview on white background

This text has color #709BD2 on white background.



Black color preview on #709BD2 background

This text has black color on #709BD2 background.


White color preview on #709BD2 background

This text has white color on #709BD2 background.