COLOR #71A5B9

HEX: #71A5B9
RGB: (113,165,185)

Color info

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

RGB color model

#71A5B9 color RGB value is (113,165,185).

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

RGB channels and saturation

R 113 of 255 = 44%
G 165 of 255 = 65%
B 185 of 255 = 73%

113
165
185

R + G + B ~ 61%. #71A5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 165 + 185 = 463 (100%)
R 113 of 463 ~ 24.41%
G 165 of 463 ~ 35.64%
B 185 of 463 ~ 39.96%

%24.41
%35.64
%39.96

CMYK color model

#71A5B9 color CMYK value is (39,11,0,27).

  • cyan value is 38.92%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(39,11,0,27)
C39M11Y0K27 
(39%,11%,0%,27%)
(0.39/0.11/0.00/0.27)	

CMYK percentages

%38.92
%10.81
%0
%27.45

Codes

Color #71A5B9 in popluar color models

71A5B9
RGB113165185
HSL197°33.96%58.43%
HSB/HSV197°38.92%72.55%
CMYK38.92%10.81%0.00%
27.45%

Color #71A5B9 in popluar number systems.

HEX71A5B9
Decimal113165185
Binary11100011010010110111001
Octal161245271

Shades and tints

Shades of #71A5B9

#71A5B9
(113,165,185)
#6796A9
(103,150,169)
#5D8799
(93,135,153)
#537889
(83,120,137)
#496979
(73,105,121)
#3F5A69
(63,90,105)
#354B59
(53,75,89)
#2B3C49
(43,60,73)
#212D39
(33,45,57)
#171E29
(23,30,41)
#0D0F19
(13,15,25)
#000000
(0,0,0)

Tints of #71A5B9

#71A5B9
(113,165,185)
#7DADBF
(125,173,191)
#89B5C5
(137,181,197)
#95BDCB
(149,189,203)
#A1C5D1
(161,197,209)
#ADCDD7
(173,205,215)
#B9D5DD
(185,213,221)
#C5DDE3
(197,221,227)
#D1E5E9
(209,229,233)
#DDEDEF
(221,237,239)
#E9F5F5
(233,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A5B9; }

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

This text font color is #71A5B9.


Background Color

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

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

This div background color is #71A5B9.


Border color

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

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

This div border color is #71A5B9.


Opacity

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

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

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

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

This text has shadow with #71A5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A5B9 on black background.


Color preview on white background

This text has color #71A5B9 on white background.



Black color preview on #71A5B9 background

This text has black color on #71A5B9 background.


White color preview on #71A5B9 background

This text has white color on #71A5B9 background.