COLOR #7078AB

HEX: #7078AB
RGB: (112,120,171)

Color info

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

RGB color model

#7078AB color RGB value is (112,120,171).

  • red value is 112;
  • green value is 120;
  • blue value is 171.
RGB:
(112,120,171)
(44%,47%,67%)

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 171 of 255 = 67%

112
120
171

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

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 171 = 403 (100%)
R 112 of 403 ~ 27.79%
G 120 of 403 ~ 29.78%
B 171 of 403 ~ 42.43%

%27.79
%29.78
%42.43

CMYK color model

#7078AB color CMYK value is (35,30,0,33).

  • cyan value is 34.50%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(35,30,0,33)
C35M30Y0K33 
(35%,30%,0%,33%)
(0.35/0.30/0.00/0.33)	

CMYK percentages

%34.5
%29.82
%0
%32.94

Codes

Color #7078AB in popluar color models

7078AB
RGB112120171
HSL232°25.99%55.49%
HSB/HSV232°34.50%67.06%
CMYK34.50%29.82%0.00%
32.94%

Color #7078AB in popluar number systems.

HEX7078AB
Decimal112120171
Binary1110000111100010101011
Octal160170253

Shades and tints

Shades of #7078AB

#7078AB
(112,120,171)
#666E9C
(102,110,156)
#5C648D
(92,100,141)
#525A7E
(82,90,126)
#48506F
(72,80,111)
#3E4660
(62,70,96)
#343C51
(52,60,81)
#2A3242
(42,50,66)
#202833
(32,40,51)
#161E24
(22,30,36)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #7078AB

#7078AB
(112,120,171)
#7D84B2
(125,132,178)
#8A90B9
(138,144,185)
#979CC0
(151,156,192)
#A4A8C7
(164,168,199)
#B1B4CE
(177,180,206)
#BEC0D5
(190,192,213)
#CBCCDC
(203,204,220)
#D8D8E3
(216,216,227)
#E5E4EA
(229,228,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7078AB color. Also use rgb(112,120,171) instead hex code.

Text Font Color

.myTextColor { color: #7078AB; }

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

This text font color is #7078AB.


Background Color

.myBgColor { background-color: #7078AB; }

<div style="background-color:#7078AB">Inner text</div>

This div background color is #7078AB.


Border color

.myBorderColor { border: 1px solid #7078AB; }

<div style="border:3px solid #7078AB">Div</div>

This div border color is #7078AB.


Opacity

.myOpacity80 { color: #7078AB; opacity: 0.8; }

<p style="color:#7078AB;opacity:0.8;">80%</p>

Text with #7078AB 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 #7078AB;}

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

This text has shadow with #7078AB color.

.textShadow {text-shadow: 3px 3px 1px #7078AB, 3px 3px 1px red;}

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

This text has shadow with #7078AB primary color and red secondary color.


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

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

This text has shadow with #7078AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7078AB on black background.


Color preview on white background

This text has color #7078AB on white background.



Black color preview on #7078AB background

This text has black color on #7078AB background.


White color preview on #7078AB background

This text has white color on #7078AB background.