COLOR #709980

HEX: #709980
RGB: (112,153,128)

Color info

#709980 contains red, green and blue colors in about the same proportion. Web safe color of #709980 is #669966 (or #696).

RGB color model

#709980 color RGB value is (112,153,128).

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

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 128 of 255 = 50%

112
153
128

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

Portions of RGB colors in percentages

R + G + B =
112 + 153 + 128 = 393 (100%)
R 112 of 393 ~ 28.5%
G 153 of 393 ~ 38.93%
B 128 of 393 ~ 32.57%

%28.5
%38.93
%32.57

CMYK color model

#709980 color CMYK value is (27,0,16,40).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 40.00%
CMYK:
(27,0,16,40)
C27M0Y16K40 
(27%,0%,16%,40%)
(0.27/0.00/0.16/0.40)	

CMYK percentages

%26.8
%0
%16.34
%40

Codes

Color #709980 in popluar color models

709980
RGB112153128
HSL143°16.73%51.96%
HSB/HSV143°26.80%60.00%
CMYK26.80%0.00%16.34%
40.00%

Color #709980 in popluar number systems.

HEX709980
Decimal112153128
Binary11100001001100110000000
Octal160231200

Shades and tints

Shades of #709980

#709980
(112,153,128)
#668C75
(102,140,117)
#5C7F6A
(92,127,106)
#52725F
(82,114,95)
#486554
(72,101,84)
#3E5849
(62,88,73)
#344B3E
(52,75,62)
#2A3E33
(42,62,51)
#203128
(32,49,40)
#16241D
(22,36,29)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #709980

#709980
(112,153,128)
#7DA28B
(125,162,139)
#8AAB96
(138,171,150)
#97B4A1
(151,180,161)
#A4BDAC
(164,189,172)
#B1C6B7
(177,198,183)
#BECFC2
(190,207,194)
#CBD8CD
(203,216,205)
#D8E1D8
(216,225,216)
#E5EAE3
(229,234,227)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709980; }

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

This text font color is #709980.


Background Color

.myBgColor { background-color: #709980; }

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

This div background color is #709980.


Border color

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

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

This div border color is #709980.


Opacity

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

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

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

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

This text has shadow with #709980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709980 on black background.


Color preview on white background

This text has color #709980 on white background.



Black color preview on #709980 background

This text has black color on #709980 background.


White color preview on #709980 background

This text has white color on #709980 background.