COLOR #709988

HEX: #709988 RGB: (112,153,136)

Color info

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

RGB color model

#709988 color RGB value is (112,153,136).

RGB: (112,153,136) (44%, 60%, 53%)

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 136 of 255 = 53%

112
153
136

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

Portions of RGB colors in percentages

R + G + B = 112 + 153 + 136 = 401 (100%)
R 112 of 401 ~ 27.93%
G 153 of 401 ~ 38.15%
B 136 of 401 ~ 33.92'%

%27.93
%38.15
%33.92

CMYK color model

#709988 color CMYK value is (27,0,11,40).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 40.00%

CMYK: (27,0,11,40)
C27M0Y11K40 (27%, 0%, 11%, 40%)
(0.27 / 0.00 / 0.11 / 0.40)

CMYK percentages

%26.8
%0
%11.11
%40

Codes

Color #709988 in popluar color models

70 99 88
RGB 112 153 136
HSL 155° 16.73% 51.96%
HSB/HSV 155° 26.80% 60.00%
CMYK 26.80% 0.00% 11.11%
40.00%

Color #709988 in popluar number systems.

HEX 70 99 88
Decimal 112 153 136
Binary 1110000 10011001 10001000
Octal 160 231 210

Shades and tints

Shades of #709988

#709988
(112,153,136)
#668C7C
(102,140,124)
#5C7F70
(92,127,112)
#527264
(82,114,100)
#486558
(72,101,88)
#3E584C
(62,88,76)
#344B40
(52,75,64)
#2A3E34
(42,62,52)
#203128
(32,49,40)
#16241C
(22,36,28)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #709988

#709988
(112,153,136)
#7DA292
(125,162,146)
#8AAB9C
(138,171,156)
#97B4A6
(151,180,166)
#A4BDB0
(164,189,176)
#B1C6BA
(177,198,186)
#BECFC4
(190,207,196)
#CBD8CE
(203,216,206)
#D8E1D8
(216,225,216)
#E5EAE2
(229,234,226)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709988; }

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

This text font color is #709988.

Background Color

.myBgColor { background-color: #709988; }

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

This div background color is #709988.

Border color

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

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

This div border color is #709988.

Opacity

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

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

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

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

This text has shadow with #709988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709988.

Preview

Color preview on black background

This text has color #709988 on black background.


Color preview on white background

This text has color #709988 on white background.


Black color preview on #709988 background

This text has black color on #709988 background.


White color preview on #709988 background

This text has white color on #709988 background.


Related colors

Complementary color

Complementary color for #hex is #8F6677.


I love getcolorcode.com

Triadic colors

1 #887099 and #998870 with #709988 are triadic colors.

2 #889970 and #997088 with #709988 are triadic colors.