COLOR #71AFB8

HEX: #71AFB8
RGB: (113,175,184)

Color info

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

RGB color model

#71AFB8 color RGB value is (113,175,184).

  • red value is 113;
  • green value is 175;
  • blue value is 184.
RGB:
(113,175,184)
(44%,69%,72%)

RGB channels and saturation

R 113 of 255 = 44%
G 175 of 255 = 69%
B 184 of 255 = 72%

113
175
184

R + G + B ~ 62%. #71AFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 175 + 184 = 472 (100%)
R 113 of 472 ~ 23.94%
G 175 of 472 ~ 37.08%
B 184 of 472 ~ 38.98%

%23.94
%37.08
%38.98

CMYK color model

#71AFB8 color CMYK value is (39,5,0,28).

  • cyan value is 38.59%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(39,5,0,28)
C39M5Y0K28 
(39%,5%,0%,28%)
(0.39/0.05/0.00/0.28)	

CMYK percentages

%38.59
%4.89
%0
%27.84

Codes

Color #71AFB8 in popluar color models

71AFB8
RGB113175184
HSL188°33.33%58.24%
HSB/HSV188°38.59%72.16%
CMYK38.59%4.89%0.00%
27.84%

Color #71AFB8 in popluar number systems.

HEX71AFB8
Decimal113175184
Binary11100011010111110111000
Octal161257270

Shades and tints

Shades of #71AFB8

#71AFB8
(113,175,184)
#67A0A8
(103,160,168)
#5D9198
(93,145,152)
#538288
(83,130,136)
#497378
(73,115,120)
#3F6468
(63,100,104)
#355558
(53,85,88)
#2B4648
(43,70,72)
#213738
(33,55,56)
#172828
(23,40,40)
#0D1918
(13,25,24)
#000000
(0,0,0)

Tints of #71AFB8

#71AFB8
(113,175,184)
#7DB6BE
(125,182,190)
#89BDC4
(137,189,196)
#95C4CA
(149,196,202)
#A1CBD0
(161,203,208)
#ADD2D6
(173,210,214)
#B9D9DC
(185,217,220)
#C5E0E2
(197,224,226)
#D1E7E8
(209,231,232)
#DDEEEE
(221,238,238)
#E9F5F4
(233,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71AFB8; }

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

This text font color is #71AFB8.


Background Color

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

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

This div background color is #71AFB8.


Border color

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

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

This div border color is #71AFB8.


Opacity

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

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

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

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

This text has shadow with #71AFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AFB8 on black background.


Color preview on white background

This text has color #71AFB8 on white background.



Black color preview on #71AFB8 background

This text has black color on #71AFB8 background.


White color preview on #71AFB8 background

This text has white color on #71AFB8 background.