COLOR #7083A7

HEX: #7083A7 RGB: (112,131,167)

Color info

#7083A7 contains red, green and blue colors in about the same proportion. Web safe color of #7083A7 is #669999 (or #699).

RGB color model

#7083A7 color RGB value is (112,131,167).

RGB: (112,131,167) (44%, 51%, 65%)

RGB channels and saturation

R 112 of 255 = 44%
G 131 of 255 = 51%
B 167 of 255 = 65%

112
131
167

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

Portions of RGB colors in percentages

R + G + B = 112 + 131 + 167 = 410 (100%)
R 112 of 410 ~ 27.32%
G 131 of 410 ~ 31.95%
B 167 of 410 ~ 40.73'%

%27.32
%31.95
%40.73

CMYK color model

#7083A7 color CMYK value is (33,22,0,35).

  • cyan value is 32.93%
  • magenta value is 21.56%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (33,22,0,35)
C33M22Y0K35 (33%, 22%, 0%, 35%)
(0.33 / 0.22 / 0.00 / 0.35)

CMYK percentages

%32.93
%21.56
%0
%34.51

Codes

Color #7083A7 in popluar color models

70 83 A7
RGB 112 131 167
HSL 219° 23.81% 54.71%
HSB/HSV 219° 32.93% 65.49%
CMYK 32.93% 21.56% 0.00%
34.51%

Color #7083A7 in popluar number systems.

HEX 70 83 A7
Decimal 112 131 167
Binary 1110000 10000011 10100111
Octal 160 203 247

Shades and tints

Shades of #7083A7

#7083A7
(112,131,167)
#667898
(102,120,152)
#5C6D89
(92,109,137)
#52627A
(82,98,122)
#48576B
(72,87,107)
#3E4C5C
(62,76,92)
#34414D
(52,65,77)
#2A363E
(42,54,62)
#202B2F
(32,43,47)
#162020
(22,32,32)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #7083A7

#7083A7
(112,131,167)
#7D8EAF
(125,142,175)
#8A99B7
(138,153,183)
#97A4BF
(151,164,191)
#A4AFC7
(164,175,199)
#B1BACF
(177,186,207)
#BEC5D7
(190,197,215)
#CBD0DF
(203,208,223)
#D8DBE7
(216,219,231)
#E5E6EF
(229,230,239)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7083A7 color. Also use rgb(112,131,167) instead hex code.

Text Font Color

.myTextColor { color: #7083A7; }

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

This text font color is #7083A7.

Background Color

.myBgColor { background-color: #7083A7; }

<div style="background-color:#7083A7">Inner text</div>

This div background color is #7083A7.

Border color

.myBorderColor { border: 1px solid #7083A7; }

<div style="border:3px solid #7083A7">Div</div>

This div border color is #7083A7.

Opacity

.myOpacity80 { color: #7083A7; opacity: 0.8; }

<p style="color:#7083A7;opacity:0.8;">80%</p>

Text with #7083A7 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 #7083A7;}

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

This text has shadow with #7083A7 color.


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

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

This text has shadow with #7083A7 primary color and red secondary color.


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

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

This text has shadow with #7083A7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7083A7.

Preview

Color preview on black background

This text has color #7083A7 on black background.


Color preview on white background

This text has color #7083A7 on white background.


Black color preview on #7083A7 background

This text has black color on #7083A7 background.


White color preview on #7083A7 background

This text has white color on #7083A7 background.


Related colors

Complementary color

Complementary color for #hex is #8F7C58.


I love getcolorcode.com

Triadic colors

1 #A77083 and #83A770 with #7083A7 are triadic colors.

2 #A78370 and #8370A7 with #7083A7 are triadic colors.