COLOR #707FB0

HEX: #707FB0
RGB: (112,127,176)

Color info

#707FB0 contains mainly green and blue colors. Web safe color of #707FB0 is #666699 (or #669).

RGB color model

#707FB0 color RGB value is (112,127,176).

  • red value is 112;
  • green value is 127;
  • blue value is 176.
RGB:
(112,127,176)
(44%,50%,69%)

RGB channels and saturation

R 112 of 255 = 44%
G 127 of 255 = 50%
B 176 of 255 = 69%

112
127
176

R + G + B ~ 54%. #707FB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 127 + 176 = 415 (100%)
R 112 of 415 ~ 26.99%
G 127 of 415 ~ 30.6%
B 176 of 415 ~ 42.41%

%26.99
%30.6
%42.41

CMYK color model

#707FB0 color CMYK value is (36,28,0,31).

  • cyan value is 36.36%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(36,28,0,31)
C36M28Y0K31 
(36%,28%,0%,31%)
(0.36/0.28/0.00/0.31)	

CMYK percentages

%36.36
%27.84
%0
%30.98

Codes

Color #707FB0 in popluar color models

707FB0
RGB112127176
HSL226°28.83%56.47%
HSB/HSV226°36.36%69.02%
CMYK36.36%27.84%0.00%
30.98%

Color #707FB0 in popluar number systems.

HEX707FB0
Decimal112127176
Binary1110000111111110110000
Octal160177260

Shades and tints

Shades of #707FB0

#707FB0
(112,127,176)
#6674A0
(102,116,160)
#5C6990
(92,105,144)
#525E80
(82,94,128)
#485370
(72,83,112)
#3E4860
(62,72,96)
#343D50
(52,61,80)
#2A3240
(42,50,64)
#202730
(32,39,48)
#161C20
(22,28,32)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #707FB0

#707FB0
(112,127,176)
#7D8AB7
(125,138,183)
#8A95BE
(138,149,190)
#97A0C5
(151,160,197)
#A4ABCC
(164,171,204)
#B1B6D3
(177,182,211)
#BEC1DA
(190,193,218)
#CBCCE1
(203,204,225)
#D8D7E8
(216,215,232)
#E5E2EF
(229,226,239)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707FB0 color. Also use rgb(112,127,176) instead hex code.

Text Font Color

.myTextColor { color: #707FB0; }

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

This text font color is #707FB0.


Background Color

.myBgColor { background-color: #707FB0; }

<div style="background-color:#707FB0">Inner text</div>

This div background color is #707FB0.


Border color

.myBorderColor { border: 1px solid #707FB0; }

<div style="border:3px solid #707FB0">Div</div>

This div border color is #707FB0.


Opacity

.myOpacity80 { color: #707FB0; opacity: 0.8; }

<p style="color:#707FB0;opacity:0.8;">80%</p>

Text with #707FB0 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 #707FB0;}

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

This text has shadow with #707FB0 color.

.textShadow {text-shadow: 3px 3px 1px #707FB0, 3px 3px 1px red;}

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

This text has shadow with #707FB0 primary color and red secondary color.


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

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

This text has shadow with #707FB0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707FB0 on black background.


Color preview on white background

This text has color #707FB0 on white background.



Black color preview on #707FB0 background

This text has black color on #707FB0 background.


White color preview on #707FB0 background

This text has white color on #707FB0 background.