COLOR #7071AF

HEX: #7071AF
RGB: (112,113,175)

Color info

#7071AF contains mainly blue color. Web safe color of #7071AF is #666699 (or #669).

RGB color model

#7071AF color RGB value is (112,113,175).

  • red value is 112;
  • green value is 113;
  • blue value is 175.
RGB:
(112,113,175)
(44%,44%,69%)

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 175 of 255 = 69%

112
113
175

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

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 175 = 400 (100%)
R 112 of 400 ~ 28%
G 113 of 400 ~ 28.25%
B 175 of 400 ~ 43.75%

%28
%28.25
%43.75

CMYK color model

#7071AF color CMYK value is (36,35,0,31).

  • cyan value is 36.00%
  • magenta value is 35.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(36,35,0,31)
C36M35Y0K31 
(36%,35%,0%,31%)
(0.36/0.35/0.00/0.31)	

CMYK percentages

%36
%35.43
%0
%31.37

Codes

Color #7071AF in popluar color models

7071AF
RGB112113175
HSL239°28.25%56.27%
HSB/HSV239°36.00%68.63%
CMYK36.00%35.43%0.00%
31.37%

Color #7071AF in popluar number systems.

HEX7071AF
Decimal112113175
Binary1110000111000110101111
Octal160161257

Shades and tints

Shades of #7071AF

#7071AF
(112,113,175)
#6667A0
(102,103,160)
#5C5D91
(92,93,145)
#525382
(82,83,130)
#484973
(72,73,115)
#3E3F64
(62,63,100)
#343555
(52,53,85)
#2A2B46
(42,43,70)
#202137
(32,33,55)
#161728
(22,23,40)
#0C0D19
(12,13,25)
#000000
(0,0,0)

Tints of #7071AF

#7071AF
(112,113,175)
#7D7DB6
(125,125,182)
#8A89BD
(138,137,189)
#9795C4
(151,149,196)
#A4A1CB
(164,161,203)
#B1ADD2
(177,173,210)
#BEB9D9
(190,185,217)
#CBC5E0
(203,197,224)
#D8D1E7
(216,209,231)
#E5DDEE
(229,221,238)
#F2E9F5
(242,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7071AF color. Also use rgb(112,113,175) instead hex code.

Text Font Color

.myTextColor { color: #7071AF; }

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

This text font color is #7071AF.


Background Color

.myBgColor { background-color: #7071AF; }

<div style="background-color:#7071AF">Inner text</div>

This div background color is #7071AF.


Border color

.myBorderColor { border: 1px solid #7071AF; }

<div style="border:3px solid #7071AF">Div</div>

This div border color is #7071AF.


Opacity

.myOpacity80 { color: #7071AF; opacity: 0.8; }

<p style="color:#7071AF;opacity:0.8;">80%</p>

Text with #7071AF 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 #7071AF;}

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

This text has shadow with #7071AF color.

.textShadow {text-shadow: 3px 3px 1px #7071AF, 3px 3px 1px red;}

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

This text has shadow with #7071AF primary color and red secondary color.


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

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

This text has shadow with #7071AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7071AF on black background.


Color preview on white background

This text has color #7071AF on white background.



Black color preview on #7071AF background

This text has black color on #7071AF background.


White color preview on #7071AF background

This text has white color on #7071AF background.