COLOR #71D5DB

HEX: #71D5DB
RGB: (113,213,219)

Renk bilgisi

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

RGB renk modeli

#71D5DB color RGB value is (113,213,219).

  • kırmız ton 113;
  • yeşil ton 213;
  • mavi ton 219.
RGB:
(113,213,219)
(44%,84%,86%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 213 of 255 = 84%
B 219 of 255 = 86%

113
213
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 213 + 219 = 545 (100%)
R 113 of 545 ~ 20.73%
G 213 of 545 ~ 39.08%
B 219 of 545 ~ 40.18%

%20.73
%39.08
%40.18

CMYK RENK MODELİ

#71D5DB rengi CMYK tonu (48,3,0,14).

  • camgöbeği tonu 48.40%
  • eflatun tonu 2.74%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(48,3,0,14)
C48M3Y0K14 
(48%,3%,0%,14%)
(0.48/0.03/0.00/0.14)	

CMYK yüzdeleri

%48.4
%2.74
%0
%14.12

Codes

Color #71D5DB in popluar color models

71D5DB
RGB113213219
HSL183°59.55%65.10%
HSB/HSV183°48.40%85.88%
CMYK48.40%2.74%0.00%
14.12%

Color #71D5DB in popluar number systems.

HEX71D5DB
Decimal113213219
Binary11100011101010111011011
Octal161325333

Shades and tints

Shades of #71D5DB

#71D5DB
(113,213,219)
#67C2C8
(103,194,200)
#5DAFB5
(93,175,181)
#539CA2
(83,156,162)
#49898F
(73,137,143)
#3F767C
(63,118,124)
#356369
(53,99,105)
#2B5056
(43,80,86)
#213D43
(33,61,67)
#172A30
(23,42,48)
#0D171D
(13,23,29)
#000000
(0,0,0)

Tints of #71D5DB

#71D5DB
(113,213,219)
#7DD8DE
(125,216,222)
#89DBE1
(137,219,225)
#95DEE4
(149,222,228)
#A1E1E7
(161,225,231)
#ADE4EA
(173,228,234)
#B9E7ED
(185,231,237)
#C5EAF0
(197,234,240)
#D1EDF3
(209,237,243)
#DDF0F6
(221,240,246)
#E9F3F9
(233,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D5DB color. Also use rgb(113,213,219) instead hex code.

Text Font Color

.myTextColor { color: #71D5DB; }

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

This text font color is #71D5DB.


Background Color

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

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

This div background color is #71D5DB.


Border color

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

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

This div border color is #71D5DB.


Opacity

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

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

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

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

This text has shadow with #71D5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D5DB on black background.


Color preview on white background

This text has color #71D5DB on white background.



Black color preview on #71D5DB background

This text has black color on #71D5DB background.


White color preview on #71D5DB background

This text has white color on #71D5DB background.