COLOR #71A4CD

HEX: #71A4CD
RGB: (113,164,205)

Color info

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

RGB color model

#71A4CD color RGB value is (113,164,205).

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

RGB channels and saturation

R 113 of 255 = 44%
G 164 of 255 = 64%
B 205 of 255 = 80%

113
164
205

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

Portions of RGB colors in percentages

R + G + B =
113 + 164 + 205 = 482 (100%)
R 113 of 482 ~ 23.44%
G 164 of 482 ~ 34.02%
B 205 of 482 ~ 42.53%

%23.44
%34.02
%42.53

CMYK color model

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

  • cyan value is 44.88%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(45,20,0,20)
C45M20Y0K20 
(45%,20%,0%,20%)
(0.45/0.20/0.00/0.20)	

CMYK percentages

%44.88
%20
%0
%19.61

Codes

Color #71A4CD in popluar color models

71A4CD
RGB113164205
HSL207°47.92%62.35%
HSB/HSV207°44.88%80.39%
CMYK44.88%20.00%0.00%
19.61%

Color #71A4CD in popluar number systems.

HEX71A4CD
Decimal113164205
Binary11100011010010011001101
Octal161244315

Shades and tints

Shades of #71A4CD

#71A4CD
(113,164,205)
#6796BB
(103,150,187)
#5D88A9
(93,136,169)
#537A97
(83,122,151)
#496C85
(73,108,133)
#3F5E73
(63,94,115)
#355061
(53,80,97)
#2B424F
(43,66,79)
#21343D
(33,52,61)
#17262B
(23,38,43)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #71A4CD

#71A4CD
(113,164,205)
#7DACD1
(125,172,209)
#89B4D5
(137,180,213)
#95BCD9
(149,188,217)
#A1C4DD
(161,196,221)
#ADCCE1
(173,204,225)
#B9D4E5
(185,212,229)
#C5DCE9
(197,220,233)
#D1E4ED
(209,228,237)
#DDECF1
(221,236,241)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A4CD; }

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

This text font color is #71A4CD.


Background Color

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

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

This div background color is #71A4CD.


Border color

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

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

This div border color is #71A4CD.


Opacity

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

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

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

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

This text has shadow with #71A4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A4CD on black background.


Color preview on white background

This text has color #71A4CD on white background.



Black color preview on #71A4CD background

This text has black color on #71A4CD background.


White color preview on #71A4CD background

This text has white color on #71A4CD background.