COLOR #71988F

HEX: #71988F
RGB: (113,152,143)

Color info

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

RGB color model

#71988F color RGB value is (113,152,143).

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

RGB channels and saturation

R 113 of 255 = 44%
G 152 of 255 = 60%
B 143 of 255 = 56%

113
152
143

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

Portions of RGB colors in percentages

R + G + B =
113 + 152 + 143 = 408 (100%)
R 113 of 408 ~ 27.7%
G 152 of 408 ~ 37.25%
B 143 of 408 ~ 35.05%

%27.7
%37.25
%35.05

CMYK color model

#71988F color CMYK value is (26,0,6,40).

  • cyan value is 25.66%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK:
(26,0,6,40)
C26M0Y6K40 
(26%,0%,6%,40%)
(0.26/0.00/0.06/0.40)	

CMYK percentages

%25.66
%0
%5.92
%40.39

Codes

Color #71988F in popluar color models

71988F
RGB113152143
HSL166°15.92%51.96%
HSB/HSV166°25.66%59.61%
CMYK25.66%0.00%5.92%
40.39%

Color #71988F in popluar number systems.

HEX71988F
Decimal113152143
Binary11100011001100010001111
Octal161230217

Shades and tints

Shades of #71988F

#71988F
(113,152,143)
#678B82
(103,139,130)
#5D7E75
(93,126,117)
#537168
(83,113,104)
#49645B
(73,100,91)
#3F574E
(63,87,78)
#354A41
(53,74,65)
#2B3D34
(43,61,52)
#213027
(33,48,39)
#17231A
(23,35,26)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #71988F

#71988F
(113,152,143)
#7DA199
(125,161,153)
#89AAA3
(137,170,163)
#95B3AD
(149,179,173)
#A1BCB7
(161,188,183)
#ADC5C1
(173,197,193)
#B9CECB
(185,206,203)
#C5D7D5
(197,215,213)
#D1E0DF
(209,224,223)
#DDE9E9
(221,233,233)
#E9F2F3
(233,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71988F; }

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

This text font color is #71988F.


Background Color

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

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

This div background color is #71988F.


Border color

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

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

This div border color is #71988F.


Opacity

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

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

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

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

This text has shadow with #71988F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71988F on black background.


Color preview on white background

This text has color #71988F on white background.



Black color preview on #71988F background

This text has black color on #71988F background.


White color preview on #71988F background

This text has white color on #71988F background.