COLOR #709994

HEX: #709994
RGB: (112,153,148)

Color info

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

RGB color model

#709994 color RGB value is (112,153,148).

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

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 148 of 255 = 58%

112
153
148

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

Portions of RGB colors in percentages

R + G + B =
112 + 153 + 148 = 413 (100%)
R 112 of 413 ~ 27.12%
G 153 of 413 ~ 37.05%
B 148 of 413 ~ 35.84%

%27.12
%37.05
%35.84

CMYK color model

#709994 color CMYK value is (27,0,3,40).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(27,0,3,40)
C27M0Y3K40 
(27%,0%,3%,40%)
(0.27/0.00/0.03/0.40)	

CMYK percentages

%26.8
%0
%3.27
%40

Codes

Color #709994 in popluar color models

709994
RGB112153148
HSL173°16.73%51.96%
HSB/HSV173°26.80%60.00%
CMYK26.80%0.00%3.27%
40.00%

Color #709994 in popluar number systems.

HEX709994
Decimal112153148
Binary11100001001100110010100
Octal160231224

Shades and tints

Shades of #709994

#709994
(112,153,148)
#668C87
(102,140,135)
#5C7F7A
(92,127,122)
#52726D
(82,114,109)
#486560
(72,101,96)
#3E5853
(62,88,83)
#344B46
(52,75,70)
#2A3E39
(42,62,57)
#20312C
(32,49,44)
#16241F
(22,36,31)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #709994

#709994
(112,153,148)
#7DA29D
(125,162,157)
#8AABA6
(138,171,166)
#97B4AF
(151,180,175)
#A4BDB8
(164,189,184)
#B1C6C1
(177,198,193)
#BECFCA
(190,207,202)
#CBD8D3
(203,216,211)
#D8E1DC
(216,225,220)
#E5EAE5
(229,234,229)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709994; }

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

This text font color is #709994.


Background Color

.myBgColor { background-color: #709994; }

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

This div background color is #709994.


Border color

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

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

This div border color is #709994.


Opacity

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

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

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

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

This text has shadow with #709994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709994 on black background.


Color preview on white background

This text has color #709994 on white background.



Black color preview on #709994 background

This text has black color on #709994 background.


White color preview on #709994 background

This text has white color on #709994 background.