COLOR #709A9C

HEX: #709A9C
RGB: (112,154,156)

Color info

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

RGB color model

#709A9C color RGB value is (112,154,156).

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

RGB channels and saturation

R 112 of 255 = 44%
G 154 of 255 = 60%
B 156 of 255 = 61%

112
154
156

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

Portions of RGB colors in percentages

R + G + B =
112 + 154 + 156 = 422 (100%)
R 112 of 422 ~ 26.54%
G 154 of 422 ~ 36.49%
B 156 of 422 ~ 36.97%

%26.54
%36.49
%36.97

CMYK color model

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

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

CMYK percentages

%28.21
%1.28
%0
%38.82

Codes

Color #709A9C in popluar color models

709A9C
RGB112154156
HSL183°18.18%52.55%
HSB/HSV183°28.21%61.18%
CMYK28.21%1.28%0.00%
38.82%

Color #709A9C in popluar number systems.

HEX709A9C
Decimal112154156
Binary11100001001101010011100
Octal160232234

Shades and tints

Shades of #709A9C

#709A9C
(112,154,156)
#668C8E
(102,140,142)
#5C7E80
(92,126,128)
#527072
(82,112,114)
#486264
(72,98,100)
#3E5456
(62,84,86)
#344648
(52,70,72)
#2A383A
(42,56,58)
#202A2C
(32,42,44)
#161C1E
(22,28,30)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #709A9C

#709A9C
(112,154,156)
#7DA3A5
(125,163,165)
#8AACAE
(138,172,174)
#97B5B7
(151,181,183)
#A4BEC0
(164,190,192)
#B1C7C9
(177,199,201)
#BED0D2
(190,208,210)
#CBD9DB
(203,217,219)
#D8E2E4
(216,226,228)
#E5EBED
(229,235,237)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709A9C; }

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

This text font color is #709A9C.


Background Color

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

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

This div background color is #709A9C.


Border color

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

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

This div border color is #709A9C.


Opacity

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

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

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

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

This text has shadow with #709A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709A9C on black background.


Color preview on white background

This text has color #709A9C on white background.



Black color preview on #709A9C background

This text has black color on #709A9C background.


White color preview on #709A9C background

This text has white color on #709A9C background.