COLOR #71A4CF

HEX: #71A4CF RGB: (113,164,207)

Color info

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

RGB color model

#71A4CF color RGB value is (113,164,207).

RGB: (113,164,207) (44%, 64%, 81%)

RGB channels and saturation

R 113 of 255 = 44%
G 164 of 255 = 64%
B 207 of 255 = 81%

113
164
207

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

Portions of RGB colors in percentages

R + G + B = 113 + 164 + 207 = 484 (100%)
R 113 of 484 ~ 23.35%
G 164 of 484 ~ 33.88%
B 207 of 484 ~ 42.77'%

%23.35
%33.88
%42.77

CMYK color model

#71A4CF color CMYK value is (45,21,0,19).

  • cyan value is 45.41%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (45,21,0,19) C45M21Y0K19 (45%,21%,0%,19%) (0.45/0.21/0.00/0.19) 

CMYK percentages

%45.41
%20.77
%0
%18.82

Codes

Color #71A4CF in popluar color models

71 A4 CF
RGB 113 164 207
HSL 207° 49.47% 62.75%
HSB/HSV 207° 45.41% 81.18%
CMYK 45.41% 20.77% 0.00%
18.82%

Color #71A4CF in popluar number systems.

HEX 71 A4 CF
Decimal 113 164 207
Binary 1110001 10100100 11001111
Octal 161 244 317

Shades and tints

Shades of #71A4CF

#71A4CF
(113,164,207)
#6796BD
(103,150,189)
#5D88AB
(93,136,171)
#537A99
(83,122,153)
#496C87
(73,108,135)
#3F5E75
(63,94,117)
#355063
(53,80,99)
#2B4251
(43,66,81)
#21343F
(33,52,63)
#17262D
(23,38,45)
#0D181B
(13,24,27)
#000000
(0,0,0)

Tints of #71A4CF

#71A4CF
(113,164,207)
#7DACD3
(125,172,211)
#89B4D7
(137,180,215)
#95BCDB
(149,188,219)
#A1C4DF
(161,196,223)
#ADCCE3
(173,204,227)
#B9D4E7
(185,212,231)
#C5DCEB
(197,220,235)
#D1E4EF
(209,228,239)
#DDECF3
(221,236,243)
#E9F4F7
(233,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A4CF; }

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

This text font color is #71A4CF.

Background Color

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

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

This div background color is #71A4CF.

Border color

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

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

This div border color is #71A4CF.

Opacity

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

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

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

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

This text has shadow with #71A4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71A4CF.

Preview

Color preview on black background

This text has color #71A4CF on black background.


Color preview on white background

This text has color #71A4CF on white background.


Black color preview on #71A4CF background

This text has black color on #71A4CF background.


White color preview on #71A4CF background

This text has white color on #71A4CF background.


Related colors

Complementary color

Complementary color for #hex is #8E5B30.


I love getcolorcode.com

Triadic colors

1 #CF71A4 and #A4CF71 with #71A4CF are triadic colors.

2 #CFA471 and #A471CF with #71A4CF are triadic colors.