COLOR #708DAA

HEX: #708DAA
RGB: (112,141,170)

Color info

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

RGB color model

#708DAA color RGB value is (112,141,170).

  • red value is 112;
  • green value is 141;
  • blue value is 170.
RGB:
(112,141,170)
(44%,55%,67%)

RGB channels and saturation

R 112 of 255 = 44%
G 141 of 255 = 55%
B 170 of 255 = 67%

112
141
170

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

Portions of RGB colors in percentages

R + G + B =
112 + 141 + 170 = 423 (100%)
R 112 of 423 ~ 26.48%
G 141 of 423 ~ 33.33%
B 170 of 423 ~ 40.19%

%26.48
%33.33
%40.19

CMYK color model

#708DAA color CMYK value is (34,17,0,33).

  • cyan value is 34.12%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(34,17,0,33)
C34M17Y0K33 
(34%,17%,0%,33%)
(0.34/0.17/0.00/0.33)	

CMYK percentages

%34.12
%17.06
%0
%33.33

Codes

Color #708DAA in popluar color models

708DAA
RGB112141170
HSL210°25.44%55.29%
HSB/HSV210°34.12%66.67%
CMYK34.12%17.06%0.00%
33.33%

Color #708DAA in popluar number systems.

HEX708DAA
Decimal112141170
Binary11100001000110110101010
Octal160215252

Shades and tints

Shades of #708DAA

#708DAA
(112,141,170)
#66819B
(102,129,155)
#5C758C
(92,117,140)
#52697D
(82,105,125)
#485D6E
(72,93,110)
#3E515F
(62,81,95)
#344550
(52,69,80)
#2A3941
(42,57,65)
#202D32
(32,45,50)
#162123
(22,33,35)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #708DAA

#708DAA
(112,141,170)
#7D97B1
(125,151,177)
#8AA1B8
(138,161,184)
#97ABBF
(151,171,191)
#A4B5C6
(164,181,198)
#B1BFCD
(177,191,205)
#BEC9D4
(190,201,212)
#CBD3DB
(203,211,219)
#D8DDE2
(216,221,226)
#E5E7E9
(229,231,233)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708DAA color. Also use rgb(112,141,170) instead hex code.

Text Font Color

.myTextColor { color: #708DAA; }

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

This text font color is #708DAA.


Background Color

.myBgColor { background-color: #708DAA; }

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

This div background color is #708DAA.


Border color

.myBorderColor { border: 1px solid #708DAA; }

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

This div border color is #708DAA.


Opacity

.myOpacity80 { color: #708DAA; opacity: 0.8; }

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

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

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

This text has shadow with #708DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708DAA on black background.


Color preview on white background

This text has color #708DAA on white background.



Black color preview on #708DAA background

This text has black color on #708DAA background.


White color preview on #708DAA background

This text has white color on #708DAA background.