COLOR #71A6B7

HEX: #71A6B7
RGB: (113,166,183)

Color info

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

RGB color model

#71A6B7 color RGB value is (113,166,183).

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

RGB channels and saturation

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

113
166
183

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

Portions of RGB colors in percentages

R + G + B =
113 + 166 + 183 = 462 (100%)
R 113 of 462 ~ 24.46%
G 166 of 462 ~ 35.93%
B 183 of 462 ~ 39.61%

%24.46
%35.93
%39.61

CMYK color model

#71A6B7 color CMYK value is (38,9,0,28).

  • cyan value is 38.25%
  • magenta value is 9.29%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(38,9,0,28)
C38M9Y0K28 
(38%,9%,0%,28%)
(0.38/0.09/0.00/0.28)	

CMYK percentages

%38.25
%9.29
%0
%28.24

Codes

Color #71A6B7 in popluar color models

71A6B7
RGB113166183
HSL195°32.71%58.04%
HSB/HSV195°38.25%71.76%
CMYK38.25%9.29%0.00%
28.24%

Color #71A6B7 in popluar number systems.

HEX71A6B7
Decimal113166183
Binary11100011010011010110111
Octal161246267

Shades and tints

Shades of #71A6B7

#71A6B7
(113,166,183)
#6797A7
(103,151,167)
#5D8897
(93,136,151)
#537987
(83,121,135)
#496A77
(73,106,119)
#3F5B67
(63,91,103)
#354C57
(53,76,87)
#2B3D47
(43,61,71)
#212E37
(33,46,55)
#171F27
(23,31,39)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #71A6B7

#71A6B7
(113,166,183)
#7DAEBD
(125,174,189)
#89B6C3
(137,182,195)
#95BEC9
(149,190,201)
#A1C6CF
(161,198,207)
#ADCED5
(173,206,213)
#B9D6DB
(185,214,219)
#C5DEE1
(197,222,225)
#D1E6E7
(209,230,231)
#DDEEED
(221,238,237)
#E9F6F3
(233,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A6B7; }

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

This text font color is #71A6B7.


Background Color

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

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

This div background color is #71A6B7.


Border color

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

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

This div border color is #71A6B7.


Opacity

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

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

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

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

This text has shadow with #71A6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A6B7 on black background.


Color preview on white background

This text has color #71A6B7 on white background.



Black color preview on #71A6B7 background

This text has black color on #71A6B7 background.


White color preview on #71A6B7 background

This text has white color on #71A6B7 background.