COLOR #71AACB

HEX: #71AACB
RGB: (113,170,203)

Color info

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

RGB color model

#71AACB color RGB value is (113,170,203).

  • red value is 113;
  • green value is 170;
  • blue value is 203.
RGB:
(113,170,203)
(44%,67%,80%)

RGB channels and saturation

R 113 of 255 = 44%
G 170 of 255 = 67%
B 203 of 255 = 80%

113
170
203

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

Portions of RGB colors in percentages

R + G + B =
113 + 170 + 203 = 486 (100%)
R 113 of 486 ~ 23.25%
G 170 of 486 ~ 34.98%
B 203 of 486 ~ 41.77%

%23.25
%34.98
%41.77

CMYK color model

#71AACB color CMYK value is (44,16,0,20).

  • cyan value is 44.33%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(44,16,0,20)
C44M16Y0K20 
(44%,16%,0%,20%)
(0.44/0.16/0.00/0.20)	

CMYK percentages

%44.33
%16.26
%0
%20.39

Codes

Color #71AACB in popluar color models

71AACB
RGB113170203
HSL202°46.39%61.96%
HSB/HSV202°44.33%79.61%
CMYK44.33%16.26%0.00%
20.39%

Color #71AACB in popluar number systems.

HEX71AACB
Decimal113170203
Binary11100011010101011001011
Octal161252313

Shades and tints

Shades of #71AACB

#71AACB
(113,170,203)
#679BB9
(103,155,185)
#5D8CA7
(93,140,167)
#537D95
(83,125,149)
#496E83
(73,110,131)
#3F5F71
(63,95,113)
#35505F
(53,80,95)
#2B414D
(43,65,77)
#21323B
(33,50,59)
#172329
(23,35,41)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #71AACB

#71AACB
(113,170,203)
#7DB1CF
(125,177,207)
#89B8D3
(137,184,211)
#95BFD7
(149,191,215)
#A1C6DB
(161,198,219)
#ADCDDF
(173,205,223)
#B9D4E3
(185,212,227)
#C5DBE7
(197,219,231)
#D1E2EB
(209,226,235)
#DDE9EF
(221,233,239)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AACB color. Also use rgb(113,170,203) instead hex code.

Text Font Color

.myTextColor { color: #71AACB; }

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

This text font color is #71AACB.


Background Color

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

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

This div background color is #71AACB.


Border color

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

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

This div border color is #71AACB.


Opacity

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

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

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

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

This text has shadow with #71AACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AACB on black background.


Color preview on white background

This text has color #71AACB on white background.



Black color preview on #71AACB background

This text has black color on #71AACB background.


White color preview on #71AACB background

This text has white color on #71AACB background.