COLOR #71AFCD

HEX: #71AFCD RGB: (113,175,205)

Color info

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

RGB color model

#71AFCD color RGB value is (113,175,205).

RGB: (113,175,205) (44%, 69%, 80%)

RGB channels and saturation

R 113 of 255 = 44%
G 175 of 255 = 69%
B 205 of 255 = 80%

113
175
205

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

Portions of RGB colors in percentages

R + G + B = 113 + 175 + 205 = 493 (100%)
R 113 of 493 ~ 22.92%
G 175 of 493 ~ 35.5%
B 205 of 493 ~ 41.58'%

%22.92
%35.5
%41.58

CMYK color model

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

  • cyan value is 44.88%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (45,15,0,20)
C45M15Y0K20 (45%, 15%, 0%, 20%)
(0.45 / 0.15 / 0.00 / 0.20)

CMYK percentages

%44.88
%14.63
%0
%19.61

Codes

Color #71AFCD in popluar color models

71 AF CD
RGB 113 175 205
HSL 200° 47.92% 62.35%
HSB/HSV 200° 44.88% 80.39%
CMYK 44.88% 14.63% 0.00%
19.61%

Color #71AFCD in popluar number systems.

HEX 71 AF CD
Decimal 113 175 205
Binary 1110001 10101111 11001101
Octal 161 257 315

Shades and tints

Shades of #71AFCD

#71AFCD
(113,175,205)
#67A0BB
(103,160,187)
#5D91A9
(93,145,169)
#538297
(83,130,151)
#497385
(73,115,133)
#3F6473
(63,100,115)
#355561
(53,85,97)
#2B464F
(43,70,79)
#21373D
(33,55,61)
#17282B
(23,40,43)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #71AFCD

#71AFCD
(113,175,205)
#7DB6D1
(125,182,209)
#89BDD5
(137,189,213)
#95C4D9
(149,196,217)
#A1CBDD
(161,203,221)
#ADD2E1
(173,210,225)
#B9D9E5
(185,217,229)
#C5E0E9
(197,224,233)
#D1E7ED
(209,231,237)
#DDEEF1
(221,238,241)
#E9F5F5
(233,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71AFCD; }

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

This text font color is #71AFCD.

Background Color

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

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

This div background color is #71AFCD.

Border color

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

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

This div border color is #71AFCD.

Opacity

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

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

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

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

This text has shadow with #71AFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71AFCD.

Preview

Color preview on black background

This text has color #71AFCD on black background.


Color preview on white background

This text has color #71AFCD on white background.


Black color preview on #71AFCD background

This text has black color on #71AFCD background.


White color preview on #71AFCD background

This text has white color on #71AFCD background.


Related colors

Complementary color

Complementary color for #hex is #8E5032.


I love getcolorcode.com

Triadic colors

1 #CD71AF and #AFCD71 with #71AFCD are triadic colors.

2 #CDAF71 and #AF71CD with #71AFCD are triadic colors.