COLOR #709C9B

HEX: #709C9B
RGB: (112,156,155)

Color info

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

RGB color model

#709C9B color RGB value is (112,156,155).

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

RGB channels and saturation

R 112 of 255 = 44%
G 156 of 255 = 61%
B 155 of 255 = 61%

112
156
155

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

Portions of RGB colors in percentages

R + G + B =
112 + 156 + 155 = 423 (100%)
R 112 of 423 ~ 26.48%
G 156 of 423 ~ 36.88%
B 155 of 423 ~ 36.64%

%26.48
%36.88
%36.64

CMYK color model

#709C9B color CMYK value is (28,0,1,39).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.82%
CMYK:
(28,0,1,39)
C28M0Y1K39 
(28%,0%,1%,39%)
(0.28/0.00/0.01/0.39)	

CMYK percentages

%28.21
%0
%0.64
%38.82

Codes

Color #709C9B in popluar color models

709C9B
RGB112156155
HSL179°18.18%52.55%
HSB/HSV179°28.21%61.18%
CMYK28.21%0.00%0.64%
38.82%

Color #709C9B in popluar number systems.

HEX709C9B
Decimal112156155
Binary11100001001110010011011
Octal160234233

Shades and tints

Shades of #709C9B

#709C9B
(112,156,155)
#668E8D
(102,142,141)
#5C807F
(92,128,127)
#527271
(82,114,113)
#486463
(72,100,99)
#3E5655
(62,86,85)
#344847
(52,72,71)
#2A3A39
(42,58,57)
#202C2B
(32,44,43)
#161E1D
(22,30,29)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #709C9B

#709C9B
(112,156,155)
#7DA5A4
(125,165,164)
#8AAEAD
(138,174,173)
#97B7B6
(151,183,182)
#A4C0BF
(164,192,191)
#B1C9C8
(177,201,200)
#BED2D1
(190,210,209)
#CBDBDA
(203,219,218)
#D8E4E3
(216,228,227)
#E5EDEC
(229,237,236)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709C9B; }

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

This text font color is #709C9B.


Background Color

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

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

This div background color is #709C9B.


Border color

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

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

This div border color is #709C9B.


Opacity

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

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

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

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

This text has shadow with #709C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709C9B on black background.


Color preview on white background

This text has color #709C9B on white background.



Black color preview on #709C9B background

This text has black color on #709C9B background.


White color preview on #709C9B background

This text has white color on #709C9B background.