COLOR #709098

HEX: #709098
RGB: (112,144,152)

Color info

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

RGB color model

#709098 color RGB value is (112,144,152).

  • red value is 112;
  • green value is 144;
  • blue value is 152.
RGB:
(112,144,152)
(44%,56%,60%)

RGB channels and saturation

R 112 of 255 = 44%
G 144 of 255 = 56%
B 152 of 255 = 60%

112
144
152

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

Portions of RGB colors in percentages

R + G + B =
112 + 144 + 152 = 408 (100%)
R 112 of 408 ~ 27.45%
G 144 of 408 ~ 35.29%
B 152 of 408 ~ 37.25%

%27.45
%35.29
%37.25

CMYK color model

#709098 color CMYK value is (26,5,0,40).

  • cyan value is 26.32%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(26,5,0,40)
C26M5Y0K40 
(26%,5%,0%,40%)
(0.26/0.05/0.00/0.40)	

CMYK percentages

%26.32
%5.26
%0
%40.39

Codes

Color #709098 in popluar color models

709098
RGB112144152
HSL192°16.26%51.76%
HSB/HSV192°26.32%59.61%
CMYK26.32%5.26%0.00%
40.39%

Color #709098 in popluar number systems.

HEX709098
Decimal112144152
Binary11100001001000010011000
Octal160220230

Shades and tints

Shades of #709098

#709098
(112,144,152)
#66838B
(102,131,139)
#5C767E
(92,118,126)
#526971
(82,105,113)
#485C64
(72,92,100)
#3E4F57
(62,79,87)
#34424A
(52,66,74)
#2A353D
(42,53,61)
#202830
(32,40,48)
#161B23
(22,27,35)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #709098

#709098
(112,144,152)
#7D9AA1
(125,154,161)
#8AA4AA
(138,164,170)
#97AEB3
(151,174,179)
#A4B8BC
(164,184,188)
#B1C2C5
(177,194,197)
#BECCCE
(190,204,206)
#CBD6D7
(203,214,215)
#D8E0E0
(216,224,224)
#E5EAE9
(229,234,233)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709098 color. Also use rgb(112,144,152) instead hex code.

Text Font Color

.myTextColor { color: #709098; }

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

This text font color is #709098.


Background Color

.myBgColor { background-color: #709098; }

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

This div background color is #709098.


Border color

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

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

This div border color is #709098.


Opacity

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

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

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

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

This text has shadow with #709098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709098 on black background.


Color preview on white background

This text has color #709098 on white background.



Black color preview on #709098 background

This text has black color on #709098 background.


White color preview on #709098 background

This text has white color on #709098 background.