COLOR #71A9CD

HEX: #71A9CD
RGB: (113,169,205)

Color info

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

RGB color model

#71A9CD color RGB value is (113,169,205).

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

RGB channels and saturation

R 113 of 255 = 44%
G 169 of 255 = 66%
B 205 of 255 = 80%

113
169
205

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

Portions of RGB colors in percentages

R + G + B =
113 + 169 + 205 = 487 (100%)
R 113 of 487 ~ 23.2%
G 169 of 487 ~ 34.7%
B 205 of 487 ~ 42.09%

%23.2
%34.7
%42.09

CMYK color model

#71A9CD color CMYK value is (45,18,0,20).

  • cyan value is 44.88%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(45,18,0,20)
C45M18Y0K20 
(45%,18%,0%,20%)
(0.45/0.18/0.00/0.20)	

CMYK percentages

%44.88
%17.56
%0
%19.61

Codes

Color #71A9CD in popluar color models

71A9CD
RGB113169205
HSL203°47.92%62.35%
HSB/HSV203°44.88%80.39%
CMYK44.88%17.56%0.00%
19.61%

Color #71A9CD in popluar number systems.

HEX71A9CD
Decimal113169205
Binary11100011010100111001101
Octal161251315

Shades and tints

Shades of #71A9CD

#71A9CD
(113,169,205)
#679ABB
(103,154,187)
#5D8BA9
(93,139,169)
#537C97
(83,124,151)
#496D85
(73,109,133)
#3F5E73
(63,94,115)
#354F61
(53,79,97)
#2B404F
(43,64,79)
#21313D
(33,49,61)
#17222B
(23,34,43)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #71A9CD

#71A9CD
(113,169,205)
#7DB0D1
(125,176,209)
#89B7D5
(137,183,213)
#95BED9
(149,190,217)
#A1C5DD
(161,197,221)
#ADCCE1
(173,204,225)
#B9D3E5
(185,211,229)
#C5DAE9
(197,218,233)
#D1E1ED
(209,225,237)
#DDE8F1
(221,232,241)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A9CD; }

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

This text font color is #71A9CD.


Background Color

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

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

This div background color is #71A9CD.


Border color

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

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

This div border color is #71A9CD.


Opacity

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

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

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

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

This text has shadow with #71A9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A9CD on black background.


Color preview on white background

This text has color #71A9CD on white background.



Black color preview on #71A9CD background

This text has black color on #71A9CD background.


White color preview on #71A9CD background

This text has white color on #71A9CD background.