COLOR #709D9B

HEX: #709D9B
RGB: (112,157,155)

Color info

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

RGB color model

#709D9B color RGB value is (112,157,155).

  • red value is 112;
  • green value is 157;
  • blue value is 155.
RGB:
(112,157,155)
(44%,62%,61%)

RGB channels and saturation

R 112 of 255 = 44%
G 157 of 255 = 62%
B 155 of 255 = 61%

112
157
155

R + G + B ~ 56%. #709D9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 157 + 155 = 424 (100%)
R 112 of 424 ~ 26.42%
G 157 of 424 ~ 37.03%
B 155 of 424 ~ 36.56%

%26.42
%37.03
%36.56

CMYK color model

#709D9B color CMYK value is (29,0,1,38).

  • cyan value is 28.66%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 38.43%
CMYK:
(29,0,1,38)
C29M0Y1K38 
(29%,0%,1%,38%)
(0.29/0.00/0.01/0.38)	

CMYK percentages

%28.66
%0
%1.27
%38.43

Codes

Color #709D9B in popluar color models

709D9B
RGB112157155
HSL177°18.67%52.75%
HSB/HSV177°28.66%61.57%
CMYK28.66%0.00%1.27%
38.43%

Color #709D9B in popluar number systems.

HEX709D9B
Decimal112157155
Binary11100001001110110011011
Octal160235233

Shades and tints

Shades of #709D9B

#709D9B
(112,157,155)
#668F8D
(102,143,141)
#5C817F
(92,129,127)
#527371
(82,115,113)
#486563
(72,101,99)
#3E5755
(62,87,85)
#344947
(52,73,71)
#2A3B39
(42,59,57)
#202D2B
(32,45,43)
#161F1D
(22,31,29)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #709D9B

#709D9B
(112,157,155)
#7DA5A4
(125,165,164)
#8AADAD
(138,173,173)
#97B5B6
(151,181,182)
#A4BDBF
(164,189,191)
#B1C5C8
(177,197,200)
#BECDD1
(190,205,209)
#CBD5DA
(203,213,218)
#D8DDE3
(216,221,227)
#E5E5EC
(229,229,236)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709D9B color. Also use rgb(112,157,155) instead hex code.

Text Font Color

.myTextColor { color: #709D9B; }

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

This text font color is #709D9B.


Background Color

.myBgColor { background-color: #709D9B; }

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

This div background color is #709D9B.


Border color

.myBorderColor { border: 1px solid #709D9B; }

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

This div border color is #709D9B.


Opacity

.myOpacity80 { color: #709D9B; opacity: 0.8; }

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

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

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

This text has shadow with #709D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709D9B on black background.


Color preview on white background

This text has color #709D9B on white background.



Black color preview on #709D9B background

This text has black color on #709D9B background.


White color preview on #709D9B background

This text has white color on #709D9B background.