COLOR #71899C

HEX: #71899C
RGB: (113,137,156)

Color info

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

RGB color model

#71899C color RGB value is (113,137,156).

  • red value is 113;
  • green value is 137;
  • blue value is 156.
RGB:
(113,137,156)
(44%,54%,61%)

RGB channels and saturation

R 113 of 255 = 44%
G 137 of 255 = 54%
B 156 of 255 = 61%

113
137
156

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

Portions of RGB colors in percentages

R + G + B =
113 + 137 + 156 = 406 (100%)
R 113 of 406 ~ 27.83%
G 137 of 406 ~ 33.74%
B 156 of 406 ~ 38.42%

%27.83
%33.74
%38.42

CMYK color model

#71899C color CMYK value is (28,12,0,39).

  • cyan value is 27.56%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(28,12,0,39)
C28M12Y0K39 
(28%,12%,0%,39%)
(0.28/0.12/0.00/0.39)	

CMYK percentages

%27.56
%12.18
%0
%38.82

Codes

Color #71899C in popluar color models

71899C
RGB113137156
HSL207°17.84%52.75%
HSB/HSV207°27.56%61.18%
CMYK27.56%12.18%0.00%
38.82%

Color #71899C in popluar number systems.

HEX71899C
Decimal113137156
Binary11100011000100110011100
Octal161211234

Shades and tints

Shades of #71899C

#71899C
(113,137,156)
#677D8E
(103,125,142)
#5D7180
(93,113,128)
#536572
(83,101,114)
#495964
(73,89,100)
#3F4D56
(63,77,86)
#354148
(53,65,72)
#2B353A
(43,53,58)
#21292C
(33,41,44)
#171D1E
(23,29,30)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #71899C

#71899C
(113,137,156)
#7D93A5
(125,147,165)
#899DAE
(137,157,174)
#95A7B7
(149,167,183)
#A1B1C0
(161,177,192)
#ADBBC9
(173,187,201)
#B9C5D2
(185,197,210)
#C5CFDB
(197,207,219)
#D1D9E4
(209,217,228)
#DDE3ED
(221,227,237)
#E9EDF6
(233,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71899C color. Also use rgb(113,137,156) instead hex code.

Text Font Color

.myTextColor { color: #71899C; }

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

This text font color is #71899C.


Background Color

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

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

This div background color is #71899C.


Border color

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

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

This div border color is #71899C.


Opacity

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

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

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

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

This text has shadow with #71899C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71899C on black background.


Color preview on white background

This text has color #71899C on white background.



Black color preview on #71899C background

This text has black color on #71899C background.


White color preview on #71899C background

This text has white color on #71899C background.