COLOR #709CA1

HEX: #709CA1
RGB: (112,156,161)

Color info

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

RGB color model

#709CA1 color RGB value is (112,156,161).

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

RGB channels and saturation

R 112 of 255 = 44%
G 156 of 255 = 61%
B 161 of 255 = 63%

112
156
161

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

Portions of RGB colors in percentages

R + G + B =
112 + 156 + 161 = 429 (100%)
R 112 of 429 ~ 26.11%
G 156 of 429 ~ 36.36%
B 161 of 429 ~ 37.53%

%26.11
%36.36
%37.53

CMYK color model

#709CA1 color CMYK value is (30,3,0,37).

  • cyan value is 30.43%
  • magenta value is 3.11%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(30,3,0,37)
C30M3Y0K37 
(30%,3%,0%,37%)
(0.30/0.03/0.00/0.37)	

CMYK percentages

%30.43
%3.11
%0
%36.86

Codes

Color #709CA1 in popluar color models

709CA1
RGB112156161
HSL186°20.68%53.53%
HSB/HSV186°30.43%63.14%
CMYK30.43%3.11%0.00%
36.86%

Color #709CA1 in popluar number systems.

HEX709CA1
Decimal112156161
Binary11100001001110010100001
Octal160234241

Shades and tints

Shades of #709CA1

#709CA1
(112,156,161)
#668E93
(102,142,147)
#5C8085
(92,128,133)
#527277
(82,114,119)
#486469
(72,100,105)
#3E565B
(62,86,91)
#34484D
(52,72,77)
#2A3A3F
(42,58,63)
#202C31
(32,44,49)
#161E23
(22,30,35)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #709CA1

#709CA1
(112,156,161)
#7DA5A9
(125,165,169)
#8AAEB1
(138,174,177)
#97B7B9
(151,183,185)
#A4C0C1
(164,192,193)
#B1C9C9
(177,201,201)
#BED2D1
(190,210,209)
#CBDBD9
(203,219,217)
#D8E4E1
(216,228,225)
#E5EDE9
(229,237,233)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709CA1; }

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

This text font color is #709CA1.


Background Color

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

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

This div background color is #709CA1.


Border color

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

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

This div border color is #709CA1.


Opacity

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

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

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

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

This text has shadow with #709CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709CA1 on black background.


Color preview on white background

This text has color #709CA1 on white background.



Black color preview on #709CA1 background

This text has black color on #709CA1 background.


White color preview on #709CA1 background

This text has white color on #709CA1 background.