COLOR #707BA9

HEX: #707BA9 RGB: (112,123,169)

Color info

#707BA9 contains red, green and blue colors in about the same proportion. Web safe color of #707BA9 is #666699 (or #669).

RGB color model

#707BA9 color RGB value is (112,123,169).

RGB: (112,123,169) (44%, 48%, 66%)

RGB channels and saturation

R 112 of 255 = 44%
G 123 of 255 = 48%
B 169 of 255 = 66%

112
123
169

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

Portions of RGB colors in percentages

R + G + B = 112 + 123 + 169 = 404 (100%)
R 112 of 404 ~ 27.72%
G 123 of 404 ~ 30.45%
B 169 of 404 ~ 41.83'%

%27.72
%30.45
%41.83

CMYK color model

#707BA9 color CMYK value is (34,27,0,34).

  • cyan value is 33.73%
  • magenta value is 27.22%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (34,27,0,34)
C34M27Y0K34 (34%, 27%, 0%, 34%)
(0.34 / 0.27 / 0.00 / 0.34)

CMYK percentages

%33.73
%27.22
%0
%33.73

Codes

Color #707BA9 in popluar color models

70 7B A9
RGB 112 123 169
HSL 228° 24.89% 55.10%
HSB/HSV 228° 33.73% 66.27%
CMYK 33.73% 27.22% 0.00%
33.73%

Color #707BA9 in popluar number systems.

HEX 70 7B A9
Decimal 112 123 169
Binary 1110000 1111011 10101001
Octal 160 173 251

Shades and tints

Shades of #707BA9

#707BA9
(112,123,169)
#66709A
(102,112,154)
#5C658B
(92,101,139)
#525A7C
(82,90,124)
#484F6D
(72,79,109)
#3E445E
(62,68,94)
#34394F
(52,57,79)
#2A2E40
(42,46,64)
#202331
(32,35,49)
#161822
(22,24,34)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #707BA9

#707BA9
(112,123,169)
#7D87B0
(125,135,176)
#8A93B7
(138,147,183)
#979FBE
(151,159,190)
#A4ABC5
(164,171,197)
#B1B7CC
(177,183,204)
#BEC3D3
(190,195,211)
#CBCFDA
(203,207,218)
#D8DBE1
(216,219,225)
#E5E7E8
(229,231,232)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707BA9 color. Also use rgb(112,123,169) instead hex code.

Text Font Color

.myTextColor { color: #707BA9; }

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

This text font color is #707BA9.

Background Color

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

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

This div background color is #707BA9.

Border color

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

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

This div border color is #707BA9.

Opacity

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

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

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

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

This text has shadow with #707BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707BA9.

Preview

Color preview on black background

This text has color #707BA9 on black background.


Color preview on white background

This text has color #707BA9 on white background.


Black color preview on #707BA9 background

This text has black color on #707BA9 background.


White color preview on #707BA9 background

This text has white color on #707BA9 background.


Related colors

Complementary color

Complementary color for #hex is #8F8456.


I love getcolorcode.com

Triadic colors

1 #A9707B and #7BA970 with #707BA9 are triadic colors.

2 #A97B70 and #7B70A9 with #707BA9 are triadic colors.