COLOR #71A0D2

HEX: #71A0D2
RGB: (113,160,210)

Color info

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

RGB color model

#71A0D2 color RGB value is (113,160,210).

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

RGB channels and saturation

R 113 of 255 = 44%
G 160 of 255 = 63%
B 210 of 255 = 82%

113
160
210

R + G + B ~ 63%. #71A0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 160 + 210 = 483 (100%)
R 113 of 483 ~ 23.4%
G 160 of 483 ~ 33.13%
B 210 of 483 ~ 43.48%

%23.4
%33.13
%43.48

CMYK color model

#71A0D2 color CMYK value is (46,24,0,18).

  • cyan value is 46.19%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(46,24,0,18)
C46M24Y0K18 
(46%,24%,0%,18%)
(0.46/0.24/0.00/0.18)	

CMYK percentages

%46.19
%23.81
%0
%17.65

Codes

Color #71A0D2 in popluar color models

71A0D2
RGB113160210
HSL211°51.87%63.33%
HSB/HSV211°46.19%82.35%
CMYK46.19%23.81%0.00%
17.65%

Color #71A0D2 in popluar number systems.

HEX71A0D2
Decimal113160210
Binary11100011010000011010010
Octal161240322

Shades and tints

Shades of #71A0D2

#71A0D2
(113,160,210)
#6792BF
(103,146,191)
#5D84AC
(93,132,172)
#537699
(83,118,153)
#496886
(73,104,134)
#3F5A73
(63,90,115)
#354C60
(53,76,96)
#2B3E4D
(43,62,77)
#21303A
(33,48,58)
#172227
(23,34,39)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #71A0D2

#71A0D2
(113,160,210)
#7DA8D6
(125,168,214)
#89B0DA
(137,176,218)
#95B8DE
(149,184,222)
#A1C0E2
(161,192,226)
#ADC8E6
(173,200,230)
#B9D0EA
(185,208,234)
#C5D8EE
(197,216,238)
#D1E0F2
(209,224,242)
#DDE8F6
(221,232,246)
#E9F0FA
(233,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A0D2; }

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

This text font color is #71A0D2.


Background Color

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

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

This div background color is #71A0D2.


Border color

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

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

This div border color is #71A0D2.


Opacity

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

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

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

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

This text has shadow with #71A0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A0D2 on black background.


Color preview on white background

This text has color #71A0D2 on white background.



Black color preview on #71A0D2 background

This text has black color on #71A0D2 background.


White color preview on #71A0D2 background

This text has white color on #71A0D2 background.