COLOR #71A9D3

HEX: #71A9D3
RGB: (113,169,211)

Color info

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

RGB color model

#71A9D3 color RGB value is (113,169,211).

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

RGB channels and saturation

R 113 of 255 = 44%
G 169 of 255 = 66%
B 211 of 255 = 83%

113
169
211

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

Portions of RGB colors in percentages

R + G + B =
113 + 169 + 211 = 493 (100%)
R 113 of 493 ~ 22.92%
G 169 of 493 ~ 34.28%
B 211 of 493 ~ 42.8%

%22.92
%34.28
%42.8

CMYK color model

#71A9D3 color CMYK value is (46,20,0,17).

  • cyan value is 46.45%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(46,20,0,17)
C46M20Y0K17 
(46%,20%,0%,17%)
(0.46/0.20/0.00/0.17)	

CMYK percentages

%46.45
%19.91
%0
%17.25

Codes

Color #71A9D3 in popluar color models

71A9D3
RGB113169211
HSL206°52.69%63.53%
HSB/HSV206°46.45%82.75%
CMYK46.45%19.91%0.00%
17.25%

Color #71A9D3 in popluar number systems.

HEX71A9D3
Decimal113169211
Binary11100011010100111010011
Octal161251323

Shades and tints

Shades of #71A9D3

#71A9D3
(113,169,211)
#679AC0
(103,154,192)
#5D8BAD
(93,139,173)
#537C9A
(83,124,154)
#496D87
(73,109,135)
#3F5E74
(63,94,116)
#354F61
(53,79,97)
#2B404E
(43,64,78)
#21313B
(33,49,59)
#172228
(23,34,40)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #71A9D3

#71A9D3
(113,169,211)
#7DB0D7
(125,176,215)
#89B7DB
(137,183,219)
#95BEDF
(149,190,223)
#A1C5E3
(161,197,227)
#ADCCE7
(173,204,231)
#B9D3EB
(185,211,235)
#C5DAEF
(197,218,239)
#D1E1F3
(209,225,243)
#DDE8F7
(221,232,247)
#E9EFFB
(233,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A9D3; }

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

This text font color is #71A9D3.


Background Color

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

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

This div background color is #71A9D3.


Border color

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

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

This div border color is #71A9D3.


Opacity

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

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

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

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

This text has shadow with #71A9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A9D3 on black background.


Color preview on white background

This text has color #71A9D3 on white background.



Black color preview on #71A9D3 background

This text has black color on #71A9D3 background.


White color preview on #71A9D3 background

This text has white color on #71A9D3 background.