COLOR #71E0C7

HEX: #71E0C7
RGB: (113,224,199)

Renk bilgisi

#71E0C7 contains mainly green and blue colors. #71E0C7 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#71E0C7 color RGB value is (113,224,199).

  • kırmız ton 113;
  • yeşil ton 224;
  • mavi ton 199.
RGB:
(113,224,199)
(44%,88%,78%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 224 of 255 = 88%
B 199 of 255 = 78%

113
224
199

R + G + B ~ 70%. #71E0C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 224 + 199 = 536 (100%)
R 113 of 536 ~ 21.08%
G 224 of 536 ~ 41.79%
B 199 of 536 ~ 37.13%

%21.08
%41.79
%37.13

CMYK RENK MODELİ

#71E0C7 rengi CMYK tonu (50,0,11,12).

  • camgöbeği tonu 49.55%
  • eflatun tonu 0.00%
  • sarı tonu 11.16%
  • ana renk tonu 12.16%
CMYK:
(50,0,11,12)
C50M0Y11K12 
(50%,0%,11%,12%)
(0.50/0.00/0.11/0.12)	

CMYK yüzdeleri

%49.55
%0
%11.16
%12.16

Codes

Color #71E0C7 in popluar color models

71E0C7
RGB113224199
HSL166°64.16%66.08%
HSB/HSV166°49.55%87.84%
CMYK49.55%0.00%11.16%
12.16%

Color #71E0C7 in popluar number systems.

HEX71E0C7
Decimal113224199
Binary11100011110000011000111
Octal161340307

Shades and tints

Shades of #71E0C7

#71E0C7
(113,224,199)
#67CCB5
(103,204,181)
#5DB8A3
(93,184,163)
#53A491
(83,164,145)
#49907F
(73,144,127)
#3F7C6D
(63,124,109)
#35685B
(53,104,91)
#2B5449
(43,84,73)
#214037
(33,64,55)
#172C25
(23,44,37)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #71E0C7

#71E0C7
(113,224,199)
#7DE2CC
(125,226,204)
#89E4D1
(137,228,209)
#95E6D6
(149,230,214)
#A1E8DB
(161,232,219)
#ADEAE0
(173,234,224)
#B9ECE5
(185,236,229)
#C5EEEA
(197,238,234)
#D1F0EF
(209,240,239)
#DDF2F4
(221,242,244)
#E9F4F9
(233,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71E0C7 color. Also use rgb(113,224,199) instead hex code.

Text Font Color

.myTextColor { color: #71E0C7; }

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

This text font color is #71E0C7.


Background Color

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

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

This div background color is #71E0C7.


Border color

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

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

This div border color is #71E0C7.


Opacity

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

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

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

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

This text has shadow with #71E0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E0C7 on black background.


Color preview on white background

This text has color #71E0C7 on white background.



Black color preview on #71E0C7 background

This text has black color on #71E0C7 background.


White color preview on #71E0C7 background

This text has white color on #71E0C7 background.