COLOR #70888B

HEX: #70888B
RGB: (112,136,139)

Color info

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

RGB color model

#70888B color RGB value is (112,136,139).

  • red value is 112;
  • green value is 136;
  • blue value is 139.
RGB:
(112,136,139)
(44%,53%,55%)

RGB channels and saturation

R 112 of 255 = 44%
G 136 of 255 = 53%
B 139 of 255 = 55%

112
136
139

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

Portions of RGB colors in percentages

R + G + B =
112 + 136 + 139 = 387 (100%)
R 112 of 387 ~ 28.94%
G 136 of 387 ~ 35.14%
B 139 of 387 ~ 35.92%

%28.94
%35.14
%35.92

CMYK color model

#70888B color CMYK value is (19,2,0,45).

  • cyan value is 19.42%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(19,2,0,45)
C19M2Y0K45 
(19%,2%,0%,45%)
(0.19/0.02/0.00/0.45)	

CMYK percentages

%19.42
%2.16
%0
%45.49

Codes

Color #70888B in popluar color models

70888B
RGB112136139
HSL187°10.76%49.22%
HSB/HSV187°19.42%54.51%
CMYK19.42%2.16%0.00%
45.49%

Color #70888B in popluar number systems.

HEX70888B
Decimal112136139
Binary11100001000100010001011
Octal160210213

Shades and tints

Shades of #70888B

#70888B
(112,136,139)
#667C7F
(102,124,127)
#5C7073
(92,112,115)
#526467
(82,100,103)
#48585B
(72,88,91)
#3E4C4F
(62,76,79)
#344043
(52,64,67)
#2A3437
(42,52,55)
#20282B
(32,40,43)
#161C1F
(22,28,31)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #70888B

#70888B
(112,136,139)
#7D9295
(125,146,149)
#8A9C9F
(138,156,159)
#97A6A9
(151,166,169)
#A4B0B3
(164,176,179)
#B1BABD
(177,186,189)
#BEC4C7
(190,196,199)
#CBCED1
(203,206,209)
#D8D8DB
(216,216,219)
#E5E2E5
(229,226,229)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70888B color. Also use rgb(112,136,139) instead hex code.

Text Font Color

.myTextColor { color: #70888B; }

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

This text font color is #70888B.


Background Color

.myBgColor { background-color: #70888B; }

<div style="background-color:#70888B">Inner text</div>

This div background color is #70888B.


Border color

.myBorderColor { border: 1px solid #70888B; }

<div style="border:3px solid #70888B">Div</div>

This div border color is #70888B.


Opacity

.myOpacity80 { color: #70888B; opacity: 0.8; }

<p style="color:#70888B;opacity:0.8;">80%</p>

Text with #70888B 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 #70888B;}

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

This text has shadow with #70888B color.

.textShadow {text-shadow: 3px 3px 1px #70888B, 3px 3px 1px red;}

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

This text has shadow with #70888B primary color and red secondary color.


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

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

This text has shadow with #70888B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70888B on black background.


Color preview on white background

This text has color #70888B on white background.



Black color preview on #70888B background

This text has black color on #70888B background.


White color preview on #70888B background

This text has white color on #70888B background.