COLOR #71998D

HEX: #71998D RGB: (113,153,141)

Color info

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

RGB color model

#71998D color RGB value is (113,153,141).

RGB: (113,153,141) (44%, 60%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 153 of 255 = 60%
B 141 of 255 = 55%

113
153
141

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

Portions of RGB colors in percentages

R + G + B = 113 + 153 + 141 = 407 (100%)
R 113 of 407 ~ 27.76%
G 153 of 407 ~ 37.59%
B 141 of 407 ~ 34.64'%

%27.76
%37.59
%34.64

CMYK color model

#71998D color CMYK value is (26,0,8,40).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 40.00%
CMYK: (26,0,8,40) C26M0Y8K40 (26%,0%,8%,40%) (0.26/0.00/0.08/0.40) 

CMYK percentages

%26.14
%0
%7.84
%40

Codes

Color #71998D in popluar color models

71 99 8D
RGB 113 153 141
HSL 162° 16.39% 52.16%
HSB/HSV 162° 26.14% 60.00%
CMYK 26.14% 0.00% 7.84%
40.00%

Color #71998D in popluar number systems.

HEX 71 99 8D
Decimal 113 153 141
Binary 1110001 10011001 10001101
Octal 161 231 215

Shades and tints

Shades of #71998D

#71998D
(113,153,141)
#678C81
(103,140,129)
#5D7F75
(93,127,117)
#537269
(83,114,105)
#49655D
(73,101,93)
#3F5851
(63,88,81)
#354B45
(53,75,69)
#2B3E39
(43,62,57)
#21312D
(33,49,45)
#172421
(23,36,33)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #71998D

#71998D
(113,153,141)
#7DA297
(125,162,151)
#89ABA1
(137,171,161)
#95B4AB
(149,180,171)
#A1BDB5
(161,189,181)
#ADC6BF
(173,198,191)
#B9CFC9
(185,207,201)
#C5D8D3
(197,216,211)
#D1E1DD
(209,225,221)
#DDEAE7
(221,234,231)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71998D color. Also use rgb(113,153,141) instead hex code.

Text Font Color

.myTextColor { color: #71998D; }

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

This text font color is #71998D.

Background Color

.myBgColor { background-color: #71998D; }

<div style="background-color:#71998D">Inner text</div>

This div background color is #71998D.

Border color

.myBorderColor { border: 1px solid #71998D; }

<div style="border:3px solid #71998D">Div</div>

This div border color is #71998D.

Opacity

.myOpacity80 { color: #71998D; opacity: 0.8; }

<p style="color:#71998D;opacity:0.8;">80%</p>

Text with #71998D 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 #71998D;}

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

This text has shadow with #71998D color.


.textShadow {text-shadow: 3px 3px 1px #71998D', 3px 3px 1px red;}

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

This text has shadow with #71998D primary color and red secondary color.


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

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

This text has shadow with #71998D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71998D; -webkit-box-shadow: 1px 1px 3px 2px #71998D; box-shadow:1px 1px 3px 2px #71998D;">
Div content here
</div>

This div box has shadow with color #71998D.

Preview

Color preview on black background

This text has color #71998D on black background.


Color preview on white background

This text has color #71998D on white background.


Black color preview on #71998D background

This text has black color on #71998D background.


White color preview on #71998D background

This text has white color on #71998D background.


Related colors

Complementary color

Complementary color for #hex is #8E6672.


I love getcolorcode.com

Triadic colors

1 #8D7199 and #998D71 with #71998D are triadic colors.

2 #8D9971 and #99718D with #71998D are triadic colors.