COLOR #71ACE0

HEX: #71ACE0 RGB: (113,172,224)

Color info

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

RGB color model

#71ACE0 color RGB value is (113,172,224).

RGB: (113,172,224) (44%, 67%, 88%)

RGB channels and saturation

R 113 of 255 = 44%
G 172 of 255 = 67%
B 224 of 255 = 88%

113
172
224

R + G + B ~ 66%. #71ACE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 172 + 224 = 509 (100%)
R 113 of 509 ~ 22.2%
G 172 of 509 ~ 33.79%
B 224 of 509 ~ 44.01'%

%22.2
%33.79
%44.01

CMYK color model

#71ACE0 color CMYK value is (50,23,0,12).

  • cyan value is 49.55%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (50,23,0,12)
C50M23Y0K12 (50%, 23%, 0%, 12%)
(0.50 / 0.23 / 0.00 / 0.12)

CMYK percentages

%49.55
%23.21
%0
%12.16

Codes

Color #71ACE0 in popluar color models

71 AC E0
RGB 113 172 224
HSL 208° 64.16% 66.08%
HSB/HSV 208° 49.55% 87.84%
CMYK 49.55% 23.21% 0.00%
12.16%

Color #71ACE0 in popluar number systems.

HEX 71 AC E0
Decimal 113 172 224
Binary 1110001 10101100 11100000
Octal 161 254 340

Shades and tints

Shades of #71ACE0

#71ACE0
(113,172,224)
#679DCC
(103,157,204)
#5D8EB8
(93,142,184)
#537FA4
(83,127,164)
#497090
(73,112,144)
#3F617C
(63,97,124)
#355268
(53,82,104)
#2B4354
(43,67,84)
#213440
(33,52,64)
#17252C
(23,37,44)
#0D1618
(13,22,24)
#000000
(0,0,0)

Tints of #71ACE0

#71ACE0
(113,172,224)
#7DB3E2
(125,179,226)
#89BAE4
(137,186,228)
#95C1E6
(149,193,230)
#A1C8E8
(161,200,232)
#ADCFEA
(173,207,234)
#B9D6EC
(185,214,236)
#C5DDEE
(197,221,238)
#D1E4F0
(209,228,240)
#DDEBF2
(221,235,242)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71ACE0 color. Also use rgb(113,172,224) instead hex code.

Text Font Color

.myTextColor { color: #71ACE0; }

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

This text font color is #71ACE0.

Background Color

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

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

This div background color is #71ACE0.

Border color

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

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

This div border color is #71ACE0.

Opacity

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

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

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

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

This text has shadow with #71ACE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71ACE0.

Preview

Color preview on black background

This text has color #71ACE0 on black background.


Color preview on white background

This text has color #71ACE0 on white background.


Black color preview on #71ACE0 background

This text has black color on #71ACE0 background.


White color preview on #71ACE0 background

This text has white color on #71ACE0 background.


Related colors

Complementary color

Complementary color for #hex is #8E531F.


I love getcolorcode.com

Triadic colors

1 #E071AC and #ACE071 with #71ACE0 are triadic colors.

2 #E0AC71 and #AC71E0 with #71ACE0 are triadic colors.