COLOR #7096A2

HEX: #7096A2 RGB: (112,150,162)

Color info

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

RGB color model

#7096A2 color RGB value is (112,150,162).

RGB: (112,150,162) (44%, 59%, 64%)

RGB channels and saturation

R 112 of 255 = 44%
G 150 of 255 = 59%
B 162 of 255 = 64%

112
150
162

R + G + B ~ 56%. #7096A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 150 + 162 = 424 (100%)
R 112 of 424 ~ 26.42%
G 150 of 424 ~ 35.38%
B 162 of 424 ~ 38.21'%

%26.42
%35.38
%38.21

CMYK color model

#7096A2 color CMYK value is (31,7,0,36).

  • cyan value is 30.86%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (31,7,0,36)
C31M7Y0K36 (31%, 7%, 0%, 36%)
(0.31 / 0.07 / 0.00 / 0.36)

CMYK percentages

%30.86
%7.41
%0
%36.47

Codes

Color #7096A2 in popluar color models

70 96 A2
RGB 112 150 162
HSL 194° 21.19% 53.73%
HSB/HSV 194° 30.86% 63.53%
CMYK 30.86% 7.41% 0.00%
36.47%

Color #7096A2 in popluar number systems.

HEX 70 96 A2
Decimal 112 150 162
Binary 1110000 10010110 10100010
Octal 160 226 242

Shades and tints

Shades of #7096A2

#7096A2
(112,150,162)
#668994
(102,137,148)
#5C7C86
(92,124,134)
#526F78
(82,111,120)
#48626A
(72,98,106)
#3E555C
(62,85,92)
#34484E
(52,72,78)
#2A3B40
(42,59,64)
#202E32
(32,46,50)
#162124
(22,33,36)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #7096A2

#7096A2
(112,150,162)
#7D9FAA
(125,159,170)
#8AA8B2
(138,168,178)
#97B1BA
(151,177,186)
#A4BAC2
(164,186,194)
#B1C3CA
(177,195,202)
#BECCD2
(190,204,210)
#CBD5DA
(203,213,218)
#D8DEE2
(216,222,226)
#E5E7EA
(229,231,234)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7096A2 color. Also use rgb(112,150,162) instead hex code.

Text Font Color

.myTextColor { color: #7096A2; }

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

This text font color is #7096A2.

Background Color

.myBgColor { background-color: #7096A2; }

<div style="background-color:#7096A2">Inner text</div>

This div background color is #7096A2.

Border color

.myBorderColor { border: 1px solid #7096A2; }

<div style="border:3px solid #7096A2">Div</div>

This div border color is #7096A2.

Opacity

.myOpacity80 { color: #7096A2; opacity: 0.8; }

<p style="color:#7096A2;opacity:0.8;">80%</p>

Text with #7096A2 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 #7096A2;}

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

This text has shadow with #7096A2 color.


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

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

This text has shadow with #7096A2 primary color and red secondary color.


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

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

This text has shadow with #7096A2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7096A2.

Preview

Color preview on black background

This text has color #7096A2 on black background.


Color preview on white background

This text has color #7096A2 on white background.


Black color preview on #7096A2 background

This text has black color on #7096A2 background.


White color preview on #7096A2 background

This text has white color on #7096A2 background.


Related colors

Complementary color

Complementary color for #hex is #8F695D.


I love getcolorcode.com

Triadic colors

1 #A27096 and #96A270 with #7096A2 are triadic colors.

2 #A29670 and #9670A2 with #7096A2 are triadic colors.