COLOR #708CA4

HEX: #708CA4
RGB: (112,140,164)

Color info

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

RGB color model

#708CA4 color RGB value is (112,140,164).

  • red value is 112;
  • green value is 140;
  • blue value is 164.
RGB:
(112,140,164)
(44%,55%,64%)

RGB channels and saturation

R 112 of 255 = 44%
G 140 of 255 = 55%
B 164 of 255 = 64%

112
140
164

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

Portions of RGB colors in percentages

R + G + B =
112 + 140 + 164 = 416 (100%)
R 112 of 416 ~ 26.92%
G 140 of 416 ~ 33.65%
B 164 of 416 ~ 39.42%

%26.92
%33.65
%39.42

CMYK color model

#708CA4 color CMYK value is (32,15,0,36).

  • cyan value is 31.71%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(32,15,0,36)
C32M15Y0K36 
(32%,15%,0%,36%)
(0.32/0.15/0.00/0.36)	

CMYK percentages

%31.71
%14.63
%0
%35.69

Codes

Color #708CA4 in popluar color models

708CA4
RGB112140164
HSL208°22.22%54.12%
HSB/HSV208°31.71%64.31%
CMYK31.71%14.63%0.00%
35.69%

Color #708CA4 in popluar number systems.

HEX708CA4
Decimal112140164
Binary11100001000110010100100
Octal160214244

Shades and tints

Shades of #708CA4

#708CA4
(112,140,164)
#668096
(102,128,150)
#5C7488
(92,116,136)
#52687A
(82,104,122)
#485C6C
(72,92,108)
#3E505E
(62,80,94)
#344450
(52,68,80)
#2A3842
(42,56,66)
#202C34
(32,44,52)
#162026
(22,32,38)
#0C1418
(12,20,24)
#000000
(0,0,0)

Tints of #708CA4

#708CA4
(112,140,164)
#7D96AC
(125,150,172)
#8AA0B4
(138,160,180)
#97AABC
(151,170,188)
#A4B4C4
(164,180,196)
#B1BECC
(177,190,204)
#BEC8D4
(190,200,212)
#CBD2DC
(203,210,220)
#D8DCE4
(216,220,228)
#E5E6EC
(229,230,236)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708CA4 color. Also use rgb(112,140,164) instead hex code.

Text Font Color

.myTextColor { color: #708CA4; }

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

This text font color is #708CA4.


Background Color

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

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

This div background color is #708CA4.


Border color

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

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

This div border color is #708CA4.


Opacity

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

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

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

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

This text has shadow with #708CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708CA4 on black background.


Color preview on white background

This text has color #708CA4 on white background.



Black color preview on #708CA4 background

This text has black color on #708CA4 background.


White color preview on #708CA4 background

This text has white color on #708CA4 background.