COLOR #7070AE

HEX: #7070AE
RGB: (112,112,174)

Color info

#7070AE contains mainly blue color. Web safe color of #7070AE is #666699 (or #669).

RGB color model

#7070AE color RGB value is (112,112,174).

  • red value is 112;
  • green value is 112;
  • blue value is 174.
RGB:
(112,112,174)
(44%,44%,68%)

RGB channels and saturation

R 112 of 255 = 44%
G 112 of 255 = 44%
B 174 of 255 = 68%

112
112
174

R + G + B ~ 52%. #7070AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 112 + 174 = 398 (100%)
R 112 of 398 ~ 28.14%
G 112 of 398 ~ 28.14%
B 174 of 398 ~ 43.72%

%28.14
%28.14
%43.72

CMYK color model

#7070AE color CMYK value is (36,36,0,32).

  • cyan value is 35.63%
  • magenta value is 35.63%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(36,36,0,32)
C36M36Y0K32 
(36%,36%,0%,32%)
(0.36/0.36/0.00/0.32)	

CMYK percentages

%35.63
%35.63
%0
%31.76

Codes

Color #7070AE in popluar color models

7070AE
RGB112112174
HSL240°27.68%56.08%
HSB/HSV240°35.63%68.24%
CMYK35.63%35.63%0.00%
31.76%

Color #7070AE in popluar number systems.

HEX7070AE
Decimal112112174
Binary1110000111000010101110
Octal160160256

Shades and tints

Shades of #7070AE

#7070AE
(112,112,174)
#66669F
(102,102,159)
#5C5C90
(92,92,144)
#525281
(82,82,129)
#484872
(72,72,114)
#3E3E63
(62,62,99)
#343454
(52,52,84)
#2A2A45
(42,42,69)
#202036
(32,32,54)
#161627
(22,22,39)
#0C0C18
(12,12,24)
#000000
(0,0,0)

Tints of #7070AE

#7070AE
(112,112,174)
#7D7DB5
(125,125,181)
#8A8ABC
(138,138,188)
#9797C3
(151,151,195)
#A4A4CA
(164,164,202)
#B1B1D1
(177,177,209)
#BEBED8
(190,190,216)
#CBCBDF
(203,203,223)
#D8D8E6
(216,216,230)
#E5E5ED
(229,229,237)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7070AE color. Also use rgb(112,112,174) instead hex code.

Text Font Color

.myTextColor { color: #7070AE; }

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

This text font color is #7070AE.


Background Color

.myBgColor { background-color: #7070AE; }

<div style="background-color:#7070AE">Inner text</div>

This div background color is #7070AE.


Border color

.myBorderColor { border: 1px solid #7070AE; }

<div style="border:3px solid #7070AE">Div</div>

This div border color is #7070AE.


Opacity

.myOpacity80 { color: #7070AE; opacity: 0.8; }

<p style="color:#7070AE;opacity:0.8;">80%</p>

Text with #7070AE 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 #7070AE;}

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

This text has shadow with #7070AE color.

.textShadow {text-shadow: 3px 3px 1px #7070AE, 3px 3px 1px red;}

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

This text has shadow with #7070AE primary color and red secondary color.


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

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

This text has shadow with #7070AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7070AE on black background.


Color preview on white background

This text has color #7070AE on white background.



Black color preview on #7070AE background

This text has black color on #7070AE background.


White color preview on #7070AE background

This text has white color on #7070AE background.