COLOR #707D99

HEX: #707D99
RGB: (112,125,153)

Color info

#707D99 contains red, green and blue colors in about the same proportion. Web safe color of #707D99 is #666699 (or #669).

RGB color model

#707D99 color RGB value is (112,125,153).

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

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 153 of 255 = 60%

112
125
153

R + G + B ~ 51%. #707D99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 125 + 153 = 390 (100%)
R 112 of 390 ~ 28.72%
G 125 of 390 ~ 32.05%
B 153 of 390 ~ 39.23%

%28.72
%32.05
%39.23

CMYK color model

#707D99 color CMYK value is (27,18,0,40).

  • cyan value is 26.80%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(27,18,0,40)
C27M18Y0K40 
(27%,18%,0%,40%)
(0.27/0.18/0.00/0.40)	

CMYK percentages

%26.8
%18.3
%0
%40

Codes

Color #707D99 in popluar color models

707D99
RGB112125153
HSL221°16.73%51.96%
HSB/HSV221°26.80%60.00%
CMYK26.80%18.30%0.00%
40.00%

Color #707D99 in popluar number systems.

HEX707D99
Decimal112125153
Binary1110000111110110011001
Octal160175231

Shades and tints

Shades of #707D99

#707D99
(112,125,153)
#66728C
(102,114,140)
#5C677F
(92,103,127)
#525C72
(82,92,114)
#485165
(72,81,101)
#3E4658
(62,70,88)
#343B4B
(52,59,75)
#2A303E
(42,48,62)
#202531
(32,37,49)
#161A24
(22,26,36)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #707D99

#707D99
(112,125,153)
#7D88A2
(125,136,162)
#8A93AB
(138,147,171)
#979EB4
(151,158,180)
#A4A9BD
(164,169,189)
#B1B4C6
(177,180,198)
#BEBFCF
(190,191,207)
#CBCAD8
(203,202,216)
#D8D5E1
(216,213,225)
#E5E0EA
(229,224,234)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707D99; }

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

This text font color is #707D99.


Background Color

.myBgColor { background-color: #707D99; }

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

This div background color is #707D99.


Border color

.myBorderColor { border: 1px solid #707D99; }

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

This div border color is #707D99.


Opacity

.myOpacity80 { color: #707D99; opacity: 0.8; }

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

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

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

This text has shadow with #707D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707D99 on black background.


Color preview on white background

This text has color #707D99 on white background.



Black color preview on #707D99 background

This text has black color on #707D99 background.


White color preview on #707D99 background

This text has white color on #707D99 background.