COLOR #709989

HEX: #709989
RGB: (112,153,137)

Color info

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

RGB color model

#709989 color RGB value is (112,153,137).

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

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 137 of 255 = 54%

112
153
137

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

Portions of RGB colors in percentages

R + G + B =
112 + 153 + 137 = 402 (100%)
R 112 of 402 ~ 27.86%
G 153 of 402 ~ 38.06%
B 137 of 402 ~ 34.08%

%27.86
%38.06
%34.08

CMYK color model

#709989 color CMYK value is (27,0,10,40).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(27,0,10,40)
C27M0Y10K40 
(27%,0%,10%,40%)
(0.27/0.00/0.10/0.40)	

CMYK percentages

%26.8
%0
%10.46
%40

Codes

Color #709989 in popluar color models

709989
RGB112153137
HSL157°16.73%51.96%
HSB/HSV157°26.80%60.00%
CMYK26.80%0.00%10.46%
40.00%

Color #709989 in popluar number systems.

HEX709989
Decimal112153137
Binary11100001001100110001001
Octal160231211

Shades and tints

Shades of #709989

#709989
(112,153,137)
#668C7D
(102,140,125)
#5C7F71
(92,127,113)
#527265
(82,114,101)
#486559
(72,101,89)
#3E584D
(62,88,77)
#344B41
(52,75,65)
#2A3E35
(42,62,53)
#203129
(32,49,41)
#16241D
(22,36,29)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #709989

#709989
(112,153,137)
#7DA293
(125,162,147)
#8AAB9D
(138,171,157)
#97B4A7
(151,180,167)
#A4BDB1
(164,189,177)
#B1C6BB
(177,198,187)
#BECFC5
(190,207,197)
#CBD8CF
(203,216,207)
#D8E1D9
(216,225,217)
#E5EAE3
(229,234,227)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709989; }

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

This text font color is #709989.


Background Color

.myBgColor { background-color: #709989; }

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

This div background color is #709989.


Border color

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

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

This div border color is #709989.


Opacity

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

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

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

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

This text has shadow with #709989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709989 on black background.


Color preview on white background

This text has color #709989 on white background.



Black color preview on #709989 background

This text has black color on #709989 background.


White color preview on #709989 background

This text has white color on #709989 background.