COLOR #71889A

HEX: #71889A
RGB: (113,136,154)

Color info

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

RGB color model

#71889A color RGB value is (113,136,154).

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

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 154 of 255 = 60%

113
136
154

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

Portions of RGB colors in percentages

R + G + B =
113 + 136 + 154 = 403 (100%)
R 113 of 403 ~ 28.04%
G 136 of 403 ~ 33.75%
B 154 of 403 ~ 38.21%

%28.04
%33.75
%38.21

CMYK color model

#71889A color CMYK value is (27,12,0,40).

  • cyan value is 26.62%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(27,12,0,40)
C27M12Y0K40 
(27%,12%,0%,40%)
(0.27/0.12/0.00/0.40)	

CMYK percentages

%26.62
%11.69
%0
%39.61

Codes

Color #71889A in popluar color models

71889A
RGB113136154
HSL206°16.87%52.35%
HSB/HSV206°26.62%60.39%
CMYK26.62%11.69%0.00%
39.61%

Color #71889A in popluar number systems.

HEX71889A
Decimal113136154
Binary11100011000100010011010
Octal161210232

Shades and tints

Shades of #71889A

#71889A
(113,136,154)
#677C8C
(103,124,140)
#5D707E
(93,112,126)
#536470
(83,100,112)
#495862
(73,88,98)
#3F4C54
(63,76,84)
#354046
(53,64,70)
#2B3438
(43,52,56)
#21282A
(33,40,42)
#171C1C
(23,28,28)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #71889A

#71889A
(113,136,154)
#7D92A3
(125,146,163)
#899CAC
(137,156,172)
#95A6B5
(149,166,181)
#A1B0BE
(161,176,190)
#ADBAC7
(173,186,199)
#B9C4D0
(185,196,208)
#C5CED9
(197,206,217)
#D1D8E2
(209,216,226)
#DDE2EB
(221,226,235)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71889A; }

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

This text font color is #71889A.


Background Color

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

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

This div background color is #71889A.


Border color

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

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

This div border color is #71889A.


Opacity

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

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

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

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

This text has shadow with #71889A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71889A on black background.


Color preview on white background

This text has color #71889A on white background.



Black color preview on #71889A background

This text has black color on #71889A background.


White color preview on #71889A background

This text has white color on #71889A background.