COLOR #71989E

HEX: #71989E
RGB: (113,152,158)

Color info

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

RGB color model

#71989E color RGB value is (113,152,158).

  • red value is 113;
  • green value is 152;
  • blue value is 158.
RGB: (113,152,158) (44%,60%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 152 of 255 = 60%
B 158 of 255 = 62%

113
152
158

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

Portions of RGB colors in percentages

R + G + B =
113 + 152 + 158 = 423 (100%)
R 113 of 423 ~ 26.71%
G 152 of 423 ~ 35.93%
B 158 of 423 ~ 37.35%

%26.71
%35.93
%37.35

CMYK color model

#71989E color CMYK value is (28,4,0,38).

  • cyan value is 28.48%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (28,4,0,38) C28M4Y0K38 (28%,4%,0%,38%) (0.28/0.04/0.00/0.38)

CMYK percentages

%28.48
%3.8
%0
%38.04

Codes

Color #71989E in popluar color models

71989E
RGB113152158
HSL188°18.83%53.14%
HSB/HSV188°28.48%61.96%
CMYK28.48%3.80%0.00%
38.04%

Color #71989E in popluar number systems.

HEX71989E
Decimal113152158
Binary11100011001100010011110
Octal161230236

Shades and tints

Shades of #71989E

#71989E
(113,152,158)
#678B90
(103,139,144)
#5D7E82
(93,126,130)
#537174
(83,113,116)
#496466
(73,100,102)
#3F5758
(63,87,88)
#354A4A
(53,74,74)
#2B3D3C
(43,61,60)
#21302E
(33,48,46)
#172320
(23,35,32)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #71989E

#71989E
(113,152,158)
#7DA1A6
(125,161,166)
#89AAAE
(137,170,174)
#95B3B6
(149,179,182)
#A1BCBE
(161,188,190)
#ADC5C6
(173,197,198)
#B9CECE
(185,206,206)
#C5D7D6
(197,215,214)
#D1E0DE
(209,224,222)
#DDE9E6
(221,233,230)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71989E color. Also use rgb(113,152,158) instead hex code.

Text Font Color

.myTextColor { color: #71989E; }

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

This text font color is #71989E.


Background Color

.myBgColor { background-color: #71989E; }

<div style="background-color:#71989E">Inner text</div>

This div background color is #71989E.


Border color

.myBorderColor { border: 1px solid #71989E; }

<div style="border:3px solid #71989E">Div</div>

This div border color is #71989E.


Opacity

.myOpacity80 { color: #71989E; opacity: 0.8; }

<p style="color:#71989E;opacity:0.8;">80%</p>

Text with #71989E 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 #71989E;}

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

This text has shadow with #71989E color.

.textShadow {text-shadow: 3px 3px 1px #71989E, 3px 3px 1px red;}

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

This text has shadow with #71989E primary color and red secondary color.


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

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

This text has shadow with #71989E and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #71989E; -webkit-box-shadow:	1px 1px 3px 2px #71989E; box-shadow:	1px 1px 3px 2px #71989E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71989E; -webkit-box-shadow: 1px 1px 3px 2px #71989E; box-shadow:1px 1px 3px 2px #71989E;">
Div content here</div>
This div box has shadow with color #71989E.

Preview

Color preview on black background

This text has color #71989E on black background.


Color preview on white background

This text has color #71989E on white background.



Black color preview on #71989E background

This text has black color on #71989E background.


White color preview on #71989E background

This text has white color on #71989E background.