COLOR #71AD8E

HEX: #71AD8E
RGB: (113,173,142)

Renk bilgisi

#71AD8E contains mainly green and blue colors. #71AD8E ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#71AD8E color RGB value is (113,173,142).

  • kırmız ton 113;
  • yeşil ton 173;
  • mavi ton 142.
RGB:
(113,173,142)
(44%,68%,56%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 173 of 255 = 68%
B 142 of 255 = 56%

113
173
142

R + G + B ~ 56%. #71AD8E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 173 + 142 = 428 (100%)
R 113 of 428 ~ 26.4%
G 173 of 428 ~ 40.42%
B 142 of 428 ~ 33.18%

%26.4
%40.42
%33.18

CMYK RENK MODELİ

#71AD8E rengi CMYK tonu (35,0,18,32).

  • camgöbeği tonu 34.68%
  • eflatun tonu 0.00%
  • sarı tonu 17.92%
  • ana renk tonu 32.16%
CMYK:
(35,0,18,32)
C35M0Y18K32 
(35%,0%,18%,32%)
(0.35/0.00/0.18/0.32)	

CMYK yüzdeleri

%34.68
%0
%17.92
%32.16

Codes

Color #71AD8E in popluar color models

71AD8E
RGB113173142
HSL149°26.79%56.08%
HSB/HSV149°34.68%67.84%
CMYK34.68%0.00%17.92%
32.16%

Color #71AD8E in popluar number systems.

HEX71AD8E
Decimal113173142
Binary11100011010110110001110
Octal161255216

Shades and tints

Shades of #71AD8E

#71AD8E
(113,173,142)
#679E82
(103,158,130)
#5D8F76
(93,143,118)
#53806A
(83,128,106)
#49715E
(73,113,94)
#3F6252
(63,98,82)
#355346
(53,83,70)
#2B443A
(43,68,58)
#21352E
(33,53,46)
#172622
(23,38,34)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #71AD8E

#71AD8E
(113,173,142)
#7DB498
(125,180,152)
#89BBA2
(137,187,162)
#95C2AC
(149,194,172)
#A1C9B6
(161,201,182)
#ADD0C0
(173,208,192)
#B9D7CA
(185,215,202)
#C5DED4
(197,222,212)
#D1E5DE
(209,229,222)
#DDECE8
(221,236,232)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AD8E color. Also use rgb(113,173,142) instead hex code.

Text Font Color

.myTextColor { color: #71AD8E; }

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

This text font color is #71AD8E.


Background Color

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

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

This div background color is #71AD8E.


Border color

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

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

This div border color is #71AD8E.


Opacity

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

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

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

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

This text has shadow with #71AD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AD8E on black background.


Color preview on white background

This text has color #71AD8E on white background.



Black color preview on #71AD8E background

This text has black color on #71AD8E background.


White color preview on #71AD8E background

This text has white color on #71AD8E background.