COLOR #7095A2

HEX: #7095A2 RGB: (112,149,162)

Color info

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

RGB color model

#7095A2 color RGB value is (112,149,162).

RGB: (112,149,162) (44%, 58%, 64%)

RGB channels and saturation

R 112 of 255 = 44%
G 149 of 255 = 58%
B 162 of 255 = 64%

112
149
162

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

Portions of RGB colors in percentages

R + G + B = 112 + 149 + 162 = 423 (100%)
R 112 of 423 ~ 26.48%
G 149 of 423 ~ 35.22%
B 162 of 423 ~ 38.3'%

%26.48
%35.22
%38.3

CMYK color model

#7095A2 color CMYK value is (31,8,0,36).

  • cyan value is 30.86%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (31,8,0,36) C31M8Y0K36 (31%,8%,0%,36%) (0.31/0.08/0.00/0.36) 

CMYK percentages

%30.86
%8.02
%0
%36.47

Codes

Color #7095A2 in popluar color models

70 95 A2
RGB 112 149 162
HSL 196° 21.19% 53.73%
HSB/HSV 196° 30.86% 63.53%
CMYK 30.86% 8.02% 0.00%
36.47%

Color #7095A2 in popluar number systems.

HEX 70 95 A2
Decimal 112 149 162
Binary 1110000 10010101 10100010
Octal 160 225 242

Shades and tints

Shades of #7095A2

#7095A2
(112,149,162)
#668894
(102,136,148)
#5C7B86
(92,123,134)
#526E78
(82,110,120)
#48616A
(72,97,106)
#3E545C
(62,84,92)
#34474E
(52,71,78)
#2A3A40
(42,58,64)
#202D32
(32,45,50)
#162024
(22,32,36)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #7095A2

#7095A2
(112,149,162)
#7D9EAA
(125,158,170)
#8AA7B2
(138,167,178)
#97B0BA
(151,176,186)
#A4B9C2
(164,185,194)
#B1C2CA
(177,194,202)
#BECBD2
(190,203,210)
#CBD4DA
(203,212,218)
#D8DDE2
(216,221,226)
#E5E6EA
(229,230,234)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7095A2; }

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

This text font color is #7095A2.

Background Color

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

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

This div background color is #7095A2.

Border color

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

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

This div border color is #7095A2.

Opacity

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

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

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

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

This text has shadow with #7095A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7095A2.

Preview

Color preview on black background

This text has color #7095A2 on black background.


Color preview on white background

This text has color #7095A2 on white background.


Black color preview on #7095A2 background

This text has black color on #7095A2 background.


White color preview on #7095A2 background

This text has white color on #7095A2 background.


Related colors

Complementary color

Complementary color for #hex is #8F6A5D.


I love getcolorcode.com

Triadic colors

1 #A27095 and #95A270 with #7095A2 are triadic colors.

2 #A29570 and #9570A2 with #7095A2 are triadic colors.