COLOR #708FAE

HEX: #708FAE
RGB: (112,143,174)

Color info

#708FAE contains mainly green and blue colors. Web safe color of #708FAE is #669999 (or #699).

RGB color model

#708FAE color RGB value is (112,143,174).

  • red value is 112;
  • green value is 143;
  • blue value is 174.
RGB:
(112,143,174)
(44%,56%,68%)

RGB channels and saturation

R 112 of 255 = 44%
G 143 of 255 = 56%
B 174 of 255 = 68%

112
143
174

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

Portions of RGB colors in percentages

R + G + B =
112 + 143 + 174 = 429 (100%)
R 112 of 429 ~ 26.11%
G 143 of 429 ~ 33.33%
B 174 of 429 ~ 40.56%

%26.11
%33.33
%40.56

CMYK color model

#708FAE color CMYK value is (36,18,0,32).

  • cyan value is 35.63%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(36,18,0,32)
C36M18Y0K32 
(36%,18%,0%,32%)
(0.36/0.18/0.00/0.32)	

CMYK percentages

%35.63
%17.82
%0
%31.76

Codes

Color #708FAE in popluar color models

708FAE
RGB112143174
HSL210°27.68%56.08%
HSB/HSV210°35.63%68.24%
CMYK35.63%17.82%0.00%
31.76%

Color #708FAE in popluar number systems.

HEX708FAE
Decimal112143174
Binary11100001000111110101110
Octal160217256

Shades and tints

Shades of #708FAE

#708FAE
(112,143,174)
#66829F
(102,130,159)
#5C7590
(92,117,144)
#526881
(82,104,129)
#485B72
(72,91,114)
#3E4E63
(62,78,99)
#344154
(52,65,84)
#2A3445
(42,52,69)
#202736
(32,39,54)
#161A27
(22,26,39)
#0C0D18
(12,13,24)
#000000
(0,0,0)

Tints of #708FAE

#708FAE
(112,143,174)
#7D99B5
(125,153,181)
#8AA3BC
(138,163,188)
#97ADC3
(151,173,195)
#A4B7CA
(164,183,202)
#B1C1D1
(177,193,209)
#BECBD8
(190,203,216)
#CBD5DF
(203,213,223)
#D8DFE6
(216,223,230)
#E5E9ED
(229,233,237)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708FAE color. Also use rgb(112,143,174) instead hex code.

Text Font Color

.myTextColor { color: #708FAE; }

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

This text font color is #708FAE.


Background Color

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

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

This div background color is #708FAE.


Border color

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

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

This div border color is #708FAE.


Opacity

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

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

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

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

This text has shadow with #708FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708FAE on black background.


Color preview on white background

This text has color #708FAE on white background.



Black color preview on #708FAE background

This text has black color on #708FAE background.


White color preview on #708FAE background

This text has white color on #708FAE background.