COLOR #709798

HEX: #709798
RGB: (112,151,152)

Color info

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

RGB color model

#709798 color RGB value is (112,151,152).

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

RGB channels and saturation

R 112 of 255 = 44%
G 151 of 255 = 59%
B 152 of 255 = 60%

112
151
152

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

Portions of RGB colors in percentages

R + G + B =
112 + 151 + 152 = 415 (100%)
R 112 of 415 ~ 26.99%
G 151 of 415 ~ 36.39%
B 152 of 415 ~ 36.63%

%26.99
%36.39
%36.63

CMYK color model

#709798 color CMYK value is (26,1,0,40).

  • cyan value is 26.32%
  • magenta value is 0.66%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(26,1,0,40)
C26M1Y0K40 
(26%,1%,0%,40%)
(0.26/0.01/0.00/0.40)	

CMYK percentages

%26.32
%0.66
%0
%40.39

Codes

Color #709798 in popluar color models

709798
RGB112151152
HSL182°16.26%51.76%
HSB/HSV182°26.32%59.61%
CMYK26.32%0.66%0.00%
40.39%

Color #709798 in popluar number systems.

HEX709798
Decimal112151152
Binary11100001001011110011000
Octal160227230

Shades and tints

Shades of #709798

#709798
(112,151,152)
#668A8B
(102,138,139)
#5C7D7E
(92,125,126)
#527071
(82,112,113)
#486364
(72,99,100)
#3E5657
(62,86,87)
#34494A
(52,73,74)
#2A3C3D
(42,60,61)
#202F30
(32,47,48)
#162223
(22,34,35)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #709798

#709798
(112,151,152)
#7DA0A1
(125,160,161)
#8AA9AA
(138,169,170)
#97B2B3
(151,178,179)
#A4BBBC
(164,187,188)
#B1C4C5
(177,196,197)
#BECDCE
(190,205,206)
#CBD6D7
(203,214,215)
#D8DFE0
(216,223,224)
#E5E8E9
(229,232,233)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709798; }

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

This text font color is #709798.


Background Color

.myBgColor { background-color: #709798; }

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

This div background color is #709798.


Border color

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

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

This div border color is #709798.


Opacity

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

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

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

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

This text has shadow with #709798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709798 on black background.


Color preview on white background

This text has color #709798 on white background.



Black color preview on #709798 background

This text has black color on #709798 background.


White color preview on #709798 background

This text has white color on #709798 background.