COLOR #71988A

HEX: #71988A
RGB: (113,152,138)

Color info

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

RGB color model

#71988A color RGB value is (113,152,138).

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

RGB channels and saturation

R 113 of 255 = 44%
G 152 of 255 = 60%
B 138 of 255 = 54%

113
152
138

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

Portions of RGB colors in percentages

R + G + B =
113 + 152 + 138 = 403 (100%)
R 113 of 403 ~ 28.04%
G 152 of 403 ~ 37.72%
B 138 of 403 ~ 34.24%

%28.04
%37.72
%34.24

CMYK color model

#71988A color CMYK value is (26,0,9,40).

  • cyan value is 25.66%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(26,0,9,40)
C26M0Y9K40 
(26%,0%,9%,40%)
(0.26/0.00/0.09/0.40)	

CMYK percentages

%25.66
%0
%9.21
%40.39

Codes

Color #71988A in popluar color models

71988A
RGB113152138
HSL158°15.92%51.96%
HSB/HSV158°25.66%59.61%
CMYK25.66%0.00%9.21%
40.39%

Color #71988A in popluar number systems.

HEX71988A
Decimal113152138
Binary11100011001100010001010
Octal161230212

Shades and tints

Shades of #71988A

#71988A
(113,152,138)
#678B7E
(103,139,126)
#5D7E72
(93,126,114)
#537166
(83,113,102)
#49645A
(73,100,90)
#3F574E
(63,87,78)
#354A42
(53,74,66)
#2B3D36
(43,61,54)
#21302A
(33,48,42)
#17231E
(23,35,30)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #71988A

#71988A
(113,152,138)
#7DA194
(125,161,148)
#89AA9E
(137,170,158)
#95B3A8
(149,179,168)
#A1BCB2
(161,188,178)
#ADC5BC
(173,197,188)
#B9CEC6
(185,206,198)
#C5D7D0
(197,215,208)
#D1E0DA
(209,224,218)
#DDE9E4
(221,233,228)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71988A color. Also use rgb(113,152,138) instead hex code.

Text Font Color

.myTextColor { color: #71988A; }

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

This text font color is #71988A.


Background Color

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

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

This div background color is #71988A.


Border color

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

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

This div border color is #71988A.


Opacity

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

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

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

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

This text has shadow with #71988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71988A on black background.


Color preview on white background

This text has color #71988A on white background.



Black color preview on #71988A background

This text has black color on #71988A background.


White color preview on #71988A background

This text has white color on #71988A background.