COLOR #71D7AA

HEX: #71D7AA
RGB: (113,215,170)

Renk bilgisi

#71D7AA contains mainly green and blue colors. #71D7AA ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#71D7AA color RGB value is (113,215,170).

  • kırmız ton 113;
  • yeşil ton 215;
  • mavi ton 170.
RGB:
(113,215,170)
(44%,84%,67%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 215 of 255 = 84%
B 170 of 255 = 67%

113
215
170

R + G + B ~ 65%. #71D7AA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 215 + 170 = 498 (100%)
R 113 of 498 ~ 22.69%
G 215 of 498 ~ 43.17%
B 170 of 498 ~ 34.14%

%22.69
%43.17
%34.14

CMYK RENK MODELİ

#71D7AA rengi CMYK tonu (47,0,21,16).

  • camgöbeği tonu 47.44%
  • eflatun tonu 0.00%
  • sarı tonu 20.93%
  • ana renk tonu 15.69%
CMYK:
(47,0,21,16)
C47M0Y21K16 
(47%,0%,21%,16%)
(0.47/0.00/0.21/0.16)	

CMYK yüzdeleri

%47.44
%0
%20.93
%15.69

Codes

Color #71D7AA in popluar color models

71D7AA
RGB113215170
HSL154°56.04%64.31%
HSB/HSV154°47.44%84.31%
CMYK47.44%0.00%20.93%
15.69%

Color #71D7AA in popluar number systems.

HEX71D7AA
Decimal113215170
Binary11100011101011110101010
Octal161327252

Shades and tints

Shades of #71D7AA

#71D7AA
(113,215,170)
#67C49B
(103,196,155)
#5DB18C
(93,177,140)
#539E7D
(83,158,125)
#498B6E
(73,139,110)
#3F785F
(63,120,95)
#356550
(53,101,80)
#2B5241
(43,82,65)
#213F32
(33,63,50)
#172C23
(23,44,35)
#0D1914
(13,25,20)
#000000
(0,0,0)

Tints of #71D7AA

#71D7AA
(113,215,170)
#7DDAB1
(125,218,177)
#89DDB8
(137,221,184)
#95E0BF
(149,224,191)
#A1E3C6
(161,227,198)
#ADE6CD
(173,230,205)
#B9E9D4
(185,233,212)
#C5ECDB
(197,236,219)
#D1EFE2
(209,239,226)
#DDF2E9
(221,242,233)
#E9F5F0
(233,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71D7AA; }

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

This text font color is #71D7AA.


Background Color

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

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

This div background color is #71D7AA.


Border color

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

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

This div border color is #71D7AA.


Opacity

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

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

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

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

This text has shadow with #71D7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D7AA on black background.


Color preview on white background

This text has color #71D7AA on white background.



Black color preview on #71D7AA background

This text has black color on #71D7AA background.


White color preview on #71D7AA background

This text has white color on #71D7AA background.