COLOR #71A2BA

HEX: #71A2BA
RGB: (113,162,186)

Color info

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

RGB color model

#71A2BA color RGB value is (113,162,186).

  • red value is 113;
  • green value is 162;
  • blue value is 186.
RGB:
(113,162,186)
(44%,64%,73%)

RGB channels and saturation

R 113 of 255 = 44%
G 162 of 255 = 64%
B 186 of 255 = 73%

113
162
186

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

Portions of RGB colors in percentages

R + G + B =
113 + 162 + 186 = 461 (100%)
R 113 of 461 ~ 24.51%
G 162 of 461 ~ 35.14%
B 186 of 461 ~ 40.35%

%24.51
%35.14
%40.35

CMYK color model

#71A2BA color CMYK value is (39,13,0,27).

  • cyan value is 39.25%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(39,13,0,27)
C39M13Y0K27 
(39%,13%,0%,27%)
(0.39/0.13/0.00/0.27)	

CMYK percentages

%39.25
%12.9
%0
%27.06

Codes

Color #71A2BA in popluar color models

71A2BA
RGB113162186
HSL200°34.60%58.63%
HSB/HSV200°39.25%72.94%
CMYK39.25%12.90%0.00%
27.06%

Color #71A2BA in popluar number systems.

HEX71A2BA
Decimal113162186
Binary11100011010001010111010
Octal161242272

Shades and tints

Shades of #71A2BA

#71A2BA
(113,162,186)
#6794AA
(103,148,170)
#5D869A
(93,134,154)
#53788A
(83,120,138)
#496A7A
(73,106,122)
#3F5C6A
(63,92,106)
#354E5A
(53,78,90)
#2B404A
(43,64,74)
#21323A
(33,50,58)
#17242A
(23,36,42)
#0D161A
(13,22,26)
#000000
(0,0,0)

Tints of #71A2BA

#71A2BA
(113,162,186)
#7DAAC0
(125,170,192)
#89B2C6
(137,178,198)
#95BACC
(149,186,204)
#A1C2D2
(161,194,210)
#ADCAD8
(173,202,216)
#B9D2DE
(185,210,222)
#C5DAE4
(197,218,228)
#D1E2EA
(209,226,234)
#DDEAF0
(221,234,240)
#E9F2F6
(233,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A2BA color. Also use rgb(113,162,186) instead hex code.

Text Font Color

.myTextColor { color: #71A2BA; }

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

This text font color is #71A2BA.


Background Color

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

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

This div background color is #71A2BA.


Border color

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

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

This div border color is #71A2BA.


Opacity

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

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

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

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

This text has shadow with #71A2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A2BA on black background.


Color preview on white background

This text has color #71A2BA on white background.



Black color preview on #71A2BA background

This text has black color on #71A2BA background.


White color preview on #71A2BA background

This text has white color on #71A2BA background.