COLOR #71A09D

HEX: #71A09D
RGB: (113,160,157)

Color info

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

RGB color model

#71A09D color RGB value is (113,160,157).

  • red value is 113;
  • green value is 160;
  • blue value is 157.
RGB:
(113,160,157)
(44%,63%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 160 of 255 = 63%
B 157 of 255 = 62%

113
160
157

R + G + B ~ 56%. #71A09D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 160 + 157 = 430 (100%)
R 113 of 430 ~ 26.28%
G 160 of 430 ~ 37.21%
B 157 of 430 ~ 36.51%

%26.28
%37.21
%36.51

CMYK color model

#71A09D color CMYK value is (29,0,2,37).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 37.25%
CMYK:
(29,0,2,37)
C29M0Y2K37 
(29%,0%,2%,37%)
(0.29/0.00/0.02/0.37)	

CMYK percentages

%29.38
%0
%1.87
%37.25

Codes

Color #71A09D in popluar color models

71A09D
RGB113160157
HSL176°19.83%53.53%
HSB/HSV176°29.38%62.75%
CMYK29.38%0.00%1.87%
37.25%

Color #71A09D in popluar number systems.

HEX71A09D
Decimal113160157
Binary11100011010000010011101
Octal161240235

Shades and tints

Shades of #71A09D

#71A09D
(113,160,157)
#67928F
(103,146,143)
#5D8481
(93,132,129)
#537673
(83,118,115)
#496865
(73,104,101)
#3F5A57
(63,90,87)
#354C49
(53,76,73)
#2B3E3B
(43,62,59)
#21302D
(33,48,45)
#17221F
(23,34,31)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #71A09D

#71A09D
(113,160,157)
#7DA8A5
(125,168,165)
#89B0AD
(137,176,173)
#95B8B5
(149,184,181)
#A1C0BD
(161,192,189)
#ADC8C5
(173,200,197)
#B9D0CD
(185,208,205)
#C5D8D5
(197,216,213)
#D1E0DD
(209,224,221)
#DDE8E5
(221,232,229)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A09D color. Also use rgb(113,160,157) instead hex code.

Text Font Color

.myTextColor { color: #71A09D; }

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

This text font color is #71A09D.


Background Color

.myBgColor { background-color: #71A09D; }

<div style="background-color:#71A09D">Inner text</div>

This div background color is #71A09D.


Border color

.myBorderColor { border: 1px solid #71A09D; }

<div style="border:3px solid #71A09D">Div</div>

This div border color is #71A09D.


Opacity

.myOpacity80 { color: #71A09D; opacity: 0.8; }

<p style="color:#71A09D;opacity:0.8;">80%</p>

Text with #71A09D 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 #71A09D;}

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

This text has shadow with #71A09D color.

.textShadow {text-shadow: 3px 3px 1px #71A09D, 3px 3px 1px red;}

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

This text has shadow with #71A09D primary color and red secondary color.


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

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

This text has shadow with #71A09D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A09D on black background.


Color preview on white background

This text has color #71A09D on white background.



Black color preview on #71A09D background

This text has black color on #71A09D background.


White color preview on #71A09D background

This text has white color on #71A09D background.