COLOR #71889C

HEX: #71889C
RGB: (113,136,156)

Color info

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

RGB color model

#71889C color RGB value is (113,136,156).

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

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 156 of 255 = 61%

113
136
156

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

Portions of RGB colors in percentages

R + G + B =
113 + 136 + 156 = 405 (100%)
R 113 of 405 ~ 27.9%
G 136 of 405 ~ 33.58%
B 156 of 405 ~ 38.52%

%27.9
%33.58
%38.52

CMYK color model

#71889C color CMYK value is (28,13,0,39).

  • cyan value is 27.56%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(28,13,0,39)
C28M13Y0K39 
(28%,13%,0%,39%)
(0.28/0.13/0.00/0.39)	

CMYK percentages

%27.56
%12.82
%0
%38.82

Codes

Color #71889C in popluar color models

71889C
RGB113136156
HSL208°17.84%52.75%
HSB/HSV208°27.56%61.18%
CMYK27.56%12.82%0.00%
38.82%

Color #71889C in popluar number systems.

HEX71889C
Decimal113136156
Binary11100011000100010011100
Octal161210234

Shades and tints

Shades of #71889C

#71889C
(113,136,156)
#677C8E
(103,124,142)
#5D7080
(93,112,128)
#536472
(83,100,114)
#495864
(73,88,100)
#3F4C56
(63,76,86)
#354048
(53,64,72)
#2B343A
(43,52,58)
#21282C
(33,40,44)
#171C1E
(23,28,30)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #71889C

#71889C
(113,136,156)
#7D92A5
(125,146,165)
#899CAE
(137,156,174)
#95A6B7
(149,166,183)
#A1B0C0
(161,176,192)
#ADBAC9
(173,186,201)
#B9C4D2
(185,196,210)
#C5CEDB
(197,206,219)
#D1D8E4
(209,216,228)
#DDE2ED
(221,226,237)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71889C; }

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

This text font color is #71889C.


Background Color

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

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

This div background color is #71889C.


Border color

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

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

This div border color is #71889C.


Opacity

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

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

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

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

This text has shadow with #71889C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71889C on black background.


Color preview on white background

This text has color #71889C on white background.



Black color preview on #71889C background

This text has black color on #71889C background.


White color preview on #71889C background

This text has white color on #71889C background.