COLOR #71A5B7

HEX: #71A5B7
RGB: (113,165,183)

Color info

#71A5B7 contains mainly green and blue colors. Web safe color of #71A5B7 is #6699CC (or #69C).

RGB color model

#71A5B7 color RGB value is (113,165,183).

  • red value is 113;
  • green value is 165;
  • blue value is 183.
RGB:
(113,165,183)
(44%,65%,72%)

RGB channels and saturation

R 113 of 255 = 44%
G 165 of 255 = 65%
B 183 of 255 = 72%

113
165
183

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

Portions of RGB colors in percentages

R + G + B =
113 + 165 + 183 = 461 (100%)
R 113 of 461 ~ 24.51%
G 165 of 461 ~ 35.79%
B 183 of 461 ~ 39.7%

%24.51
%35.79
%39.7

CMYK color model

#71A5B7 color CMYK value is (38,10,0,28).

  • cyan value is 38.25%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(38,10,0,28)
C38M10Y0K28 
(38%,10%,0%,28%)
(0.38/0.10/0.00/0.28)	

CMYK percentages

%38.25
%9.84
%0
%28.24

Codes

Color #71A5B7 in popluar color models

71A5B7
RGB113165183
HSL195°32.71%58.04%
HSB/HSV195°38.25%71.76%
CMYK38.25%9.84%0.00%
28.24%

Color #71A5B7 in popluar number systems.

HEX71A5B7
Decimal113165183
Binary11100011010010110110111
Octal161245267

Shades and tints

Shades of #71A5B7

#71A5B7
(113,165,183)
#6796A7
(103,150,167)
#5D8797
(93,135,151)
#537887
(83,120,135)
#496977
(73,105,119)
#3F5A67
(63,90,103)
#354B57
(53,75,87)
#2B3C47
(43,60,71)
#212D37
(33,45,55)
#171E27
(23,30,39)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #71A5B7

#71A5B7
(113,165,183)
#7DADBD
(125,173,189)
#89B5C3
(137,181,195)
#95BDC9
(149,189,201)
#A1C5CF
(161,197,207)
#ADCDD5
(173,205,213)
#B9D5DB
(185,213,219)
#C5DDE1
(197,221,225)
#D1E5E7
(209,229,231)
#DDEDED
(221,237,237)
#E9F5F3
(233,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A5B7 color. Also use rgb(113,165,183) instead hex code.

Text Font Color

.myTextColor { color: #71A5B7; }

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

This text font color is #71A5B7.


Background Color

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

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

This div background color is #71A5B7.


Border color

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

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

This div border color is #71A5B7.


Opacity

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

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

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

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

This text has shadow with #71A5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A5B7 on black background.


Color preview on white background

This text has color #71A5B7 on white background.



Black color preview on #71A5B7 background

This text has black color on #71A5B7 background.


White color preview on #71A5B7 background

This text has white color on #71A5B7 background.