COLOR #71A5D3

HEX: #71A5D3
RGB: (113,165,211)

Color info

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

RGB color model

#71A5D3 color RGB value is (113,165,211).

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

RGB channels and saturation

R 113 of 255 = 44%
G 165 of 255 = 65%
B 211 of 255 = 83%

113
165
211

R + G + B ~ 64%. #71A5D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 165 + 211 = 489 (100%)
R 113 of 489 ~ 23.11%
G 165 of 489 ~ 33.74%
B 211 of 489 ~ 43.15%

%23.11
%33.74
%43.15

CMYK color model

#71A5D3 color CMYK value is (46,22,0,17).

  • cyan value is 46.45%
  • magenta value is 21.80%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(46,22,0,17)
C46M22Y0K17 
(46%,22%,0%,17%)
(0.46/0.22/0.00/0.17)	

CMYK percentages

%46.45
%21.8
%0
%17.25

Codes

Color #71A5D3 in popluar color models

71A5D3
RGB113165211
HSL208°52.69%63.53%
HSB/HSV208°46.45%82.75%
CMYK46.45%21.80%0.00%
17.25%

Color #71A5D3 in popluar number systems.

HEX71A5D3
Decimal113165211
Binary11100011010010111010011
Octal161245323

Shades and tints

Shades of #71A5D3

#71A5D3
(113,165,211)
#6796C0
(103,150,192)
#5D87AD
(93,135,173)
#53789A
(83,120,154)
#496987
(73,105,135)
#3F5A74
(63,90,116)
#354B61
(53,75,97)
#2B3C4E
(43,60,78)
#212D3B
(33,45,59)
#171E28
(23,30,40)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #71A5D3

#71A5D3
(113,165,211)
#7DADD7
(125,173,215)
#89B5DB
(137,181,219)
#95BDDF
(149,189,223)
#A1C5E3
(161,197,227)
#ADCDE7
(173,205,231)
#B9D5EB
(185,213,235)
#C5DDEF
(197,221,239)
#D1E5F3
(209,229,243)
#DDEDF7
(221,237,247)
#E9F5FB
(233,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A5D3; }

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

This text font color is #71A5D3.


Background Color

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

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

This div background color is #71A5D3.


Border color

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

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

This div border color is #71A5D3.


Opacity

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

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

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

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

This text has shadow with #71A5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A5D3 on black background.


Color preview on white background

This text has color #71A5D3 on white background.



Black color preview on #71A5D3 background

This text has black color on #71A5D3 background.


White color preview on #71A5D3 background

This text has white color on #71A5D3 background.