COLOR #709BB3

HEX: #709BB3
RGB: (112,155,179)

Color info

#709BB3 contains mainly green and blue colors. Web safe color of #709BB3 is #669999 (or #699).

RGB color model

#709BB3 color RGB value is (112,155,179).

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

RGB channels and saturation

R 112 of 255 = 44%
G 155 of 255 = 61%
B 179 of 255 = 70%

112
155
179

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

Portions of RGB colors in percentages

R + G + B =
112 + 155 + 179 = 446 (100%)
R 112 of 446 ~ 25.11%
G 155 of 446 ~ 34.75%
B 179 of 446 ~ 40.13%

%25.11
%34.75
%40.13

CMYK color model

#709BB3 color CMYK value is (37,13,0,30).

  • cyan value is 37.43%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(37,13,0,30)
C37M13Y0K30 
(37%,13%,0%,30%)
(0.37/0.13/0.00/0.30)	

CMYK percentages

%37.43
%13.41
%0
%29.8

Codes

Color #709BB3 in popluar color models

709BB3
RGB112155179
HSL201°30.59%57.06%
HSB/HSV201°37.43%70.20%
CMYK37.43%13.41%0.00%
29.80%

Color #709BB3 in popluar number systems.

HEX709BB3
Decimal112155179
Binary11100001001101110110011
Octal160233263

Shades and tints

Shades of #709BB3

#709BB3
(112,155,179)
#668DA3
(102,141,163)
#5C7F93
(92,127,147)
#527183
(82,113,131)
#486373
(72,99,115)
#3E5563
(62,85,99)
#344753
(52,71,83)
#2A3943
(42,57,67)
#202B33
(32,43,51)
#161D23
(22,29,35)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #709BB3

#709BB3
(112,155,179)
#7DA4B9
(125,164,185)
#8AADBF
(138,173,191)
#97B6C5
(151,182,197)
#A4BFCB
(164,191,203)
#B1C8D1
(177,200,209)
#BED1D7
(190,209,215)
#CBDADD
(203,218,221)
#D8E3E3
(216,227,227)
#E5ECE9
(229,236,233)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709BB3; }

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

This text font color is #709BB3.


Background Color

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

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

This div background color is #709BB3.


Border color

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

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

This div border color is #709BB3.


Opacity

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

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

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

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

This text has shadow with #709BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709BB3 on black background.


Color preview on white background

This text has color #709BB3 on white background.



Black color preview on #709BB3 background

This text has black color on #709BB3 background.


White color preview on #709BB3 background

This text has white color on #709BB3 background.