COLOR #709199

HEX: #709199
RGB: (112,145,153)

Color info

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

RGB color model

#709199 color RGB value is (112,145,153).

  • red value is 112;
  • green value is 145;
  • blue value is 153.
RGB:
(112,145,153)
(44%,57%,60%)

RGB channels and saturation

R 112 of 255 = 44%
G 145 of 255 = 57%
B 153 of 255 = 60%

112
145
153

R + G + B ~ 54%. #709199 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 145 + 153 = 410 (100%)
R 112 of 410 ~ 27.32%
G 145 of 410 ~ 35.37%
B 153 of 410 ~ 37.32%

%27.32
%35.37
%37.32

CMYK color model

#709199 color CMYK value is (27,5,0,40).

  • cyan value is 26.80%
  • magenta value is 5.23%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(27,5,0,40)
C27M5Y0K40 
(27%,5%,0%,40%)
(0.27/0.05/0.00/0.40)	

CMYK percentages

%26.8
%5.23
%0
%40

Codes

Color #709199 in popluar color models

709199
RGB112145153
HSL192°16.73%51.96%
HSB/HSV192°26.80%60.00%
CMYK26.80%5.23%0.00%
40.00%

Color #709199 in popluar number systems.

HEX709199
Decimal112145153
Binary11100001001000110011001
Octal160221231

Shades and tints

Shades of #709199

#709199
(112,145,153)
#66848C
(102,132,140)
#5C777F
(92,119,127)
#526A72
(82,106,114)
#485D65
(72,93,101)
#3E5058
(62,80,88)
#34434B
(52,67,75)
#2A363E
(42,54,62)
#202931
(32,41,49)
#161C24
(22,28,36)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #709199

#709199
(112,145,153)
#7D9BA2
(125,155,162)
#8AA5AB
(138,165,171)
#97AFB4
(151,175,180)
#A4B9BD
(164,185,189)
#B1C3C6
(177,195,198)
#BECDCF
(190,205,207)
#CBD7D8
(203,215,216)
#D8E1E1
(216,225,225)
#E5EBEA
(229,235,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709199 color. Also use rgb(112,145,153) instead hex code.

Text Font Color

.myTextColor { color: #709199; }

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

This text font color is #709199.


Background Color

.myBgColor { background-color: #709199; }

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

This div background color is #709199.


Border color

.myBorderColor { border: 1px solid #709199; }

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

This div border color is #709199.


Opacity

.myOpacity80 { color: #709199; opacity: 0.8; }

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

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

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

This text has shadow with #709199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709199 on black background.


Color preview on white background

This text has color #709199 on white background.



Black color preview on #709199 background

This text has black color on #709199 background.


White color preview on #709199 background

This text has white color on #709199 background.