COLOR #71ABC6

HEX: #71ABC6
RGB: (113,171,198)

Color info

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

RGB color model

#71ABC6 color RGB value is (113,171,198).

  • red value is 113;
  • green value is 171;
  • blue value is 198.
RGB:
(113,171,198)
(44%,67%,78%)

RGB channels and saturation

R 113 of 255 = 44%
G 171 of 255 = 67%
B 198 of 255 = 78%

113
171
198

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

Portions of RGB colors in percentages

R + G + B =
113 + 171 + 198 = 482 (100%)
R 113 of 482 ~ 23.44%
G 171 of 482 ~ 35.48%
B 198 of 482 ~ 41.08%

%23.44
%35.48
%41.08

CMYK color model

#71ABC6 color CMYK value is (43,14,0,22).

  • cyan value is 42.93%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(43,14,0,22)
C43M14Y0K22 
(43%,14%,0%,22%)
(0.43/0.14/0.00/0.22)	

CMYK percentages

%42.93
%13.64
%0
%22.35

Codes

Color #71ABC6 in popluar color models

71ABC6
RGB113171198
HSL199°42.71%60.98%
HSB/HSV199°42.93%77.65%
CMYK42.93%13.64%0.00%
22.35%

Color #71ABC6 in popluar number systems.

HEX71ABC6
Decimal113171198
Binary11100011010101111000110
Octal161253306

Shades and tints

Shades of #71ABC6

#71ABC6
(113,171,198)
#679CB4
(103,156,180)
#5D8DA2
(93,141,162)
#537E90
(83,126,144)
#496F7E
(73,111,126)
#3F606C
(63,96,108)
#35515A
(53,81,90)
#2B4248
(43,66,72)
#213336
(33,51,54)
#172424
(23,36,36)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #71ABC6

#71ABC6
(113,171,198)
#7DB2CB
(125,178,203)
#89B9D0
(137,185,208)
#95C0D5
(149,192,213)
#A1C7DA
(161,199,218)
#ADCEDF
(173,206,223)
#B9D5E4
(185,213,228)
#C5DCE9
(197,220,233)
#D1E3EE
(209,227,238)
#DDEAF3
(221,234,243)
#E9F1F8
(233,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71ABC6 color. Also use rgb(113,171,198) instead hex code.

Text Font Color

.myTextColor { color: #71ABC6; }

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

This text font color is #71ABC6.


Background Color

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

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

This div background color is #71ABC6.


Border color

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

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

This div border color is #71ABC6.


Opacity

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

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

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

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

This text has shadow with #71ABC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71ABC6 on black background.


Color preview on white background

This text has color #71ABC6 on white background.



Black color preview on #71ABC6 background

This text has black color on #71ABC6 background.


White color preview on #71ABC6 background

This text has white color on #71ABC6 background.