COLOR #70999C

HEX: #70999C
RGB: (112,153,156)

Color info

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

RGB color model

#70999C color RGB value is (112,153,156).

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

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 156 of 255 = 61%

112
153
156

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

Portions of RGB colors in percentages

R + G + B =
112 + 153 + 156 = 421 (100%)
R 112 of 421 ~ 26.6%
G 153 of 421 ~ 36.34%
B 156 of 421 ~ 37.05%

%26.6
%36.34
%37.05

CMYK color model

#70999C color CMYK value is (28,2,0,39).

  • cyan value is 28.21%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(28,2,0,39)
C28M2Y0K39 
(28%,2%,0%,39%)
(0.28/0.02/0.00/0.39)	

CMYK percentages

%28.21
%1.92
%0
%38.82

Codes

Color #70999C in popluar color models

70999C
RGB112153156
HSL184°18.18%52.55%
HSB/HSV184°28.21%61.18%
CMYK28.21%1.92%0.00%
38.82%

Color #70999C in popluar number systems.

HEX70999C
Decimal112153156
Binary11100001001100110011100
Octal160231234

Shades and tints

Shades of #70999C

#70999C
(112,153,156)
#668C8E
(102,140,142)
#5C7F80
(92,127,128)
#527272
(82,114,114)
#486564
(72,101,100)
#3E5856
(62,88,86)
#344B48
(52,75,72)
#2A3E3A
(42,62,58)
#20312C
(32,49,44)
#16241E
(22,36,30)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #70999C

#70999C
(112,153,156)
#7DA2A5
(125,162,165)
#8AABAE
(138,171,174)
#97B4B7
(151,180,183)
#A4BDC0
(164,189,192)
#B1C6C9
(177,198,201)
#BECFD2
(190,207,210)
#CBD8DB
(203,216,219)
#D8E1E4
(216,225,228)
#E5EAED
(229,234,237)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70999C color. Also use rgb(112,153,156) instead hex code.

Text Font Color

.myTextColor { color: #70999C; }

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

This text font color is #70999C.


Background Color

.myBgColor { background-color: #70999C; }

<div style="background-color:#70999C">Inner text</div>

This div background color is #70999C.


Border color

.myBorderColor { border: 1px solid #70999C; }

<div style="border:3px solid #70999C">Div</div>

This div border color is #70999C.


Opacity

.myOpacity80 { color: #70999C; opacity: 0.8; }

<p style="color:#70999C;opacity:0.8;">80%</p>

Text with #70999C 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 #70999C;}

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

This text has shadow with #70999C color.

.textShadow {text-shadow: 3px 3px 1px #70999C, 3px 3px 1px red;}

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

This text has shadow with #70999C primary color and red secondary color.


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

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

This text has shadow with #70999C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70999C on black background.


Color preview on white background

This text has color #70999C on white background.



Black color preview on #70999C background

This text has black color on #70999C background.


White color preview on #70999C background

This text has white color on #70999C background.