COLOR #71C7EF

HEX: #71C7EF
RGB: (113,199,239)

Renk bilgisi

#71C7EF contains mainly green and blue colors. #71C7EF ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#71C7EF color RGB value is (113,199,239).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 199 of 255 = 78%
B 239 of 255 = 94%

113
199
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 199 + 239 = 551 (100%)
R 113 of 551 ~ 20.51%
G 199 of 551 ~ 36.12%
B 239 of 551 ~ 43.38%

%20.51
%36.12
%43.38

CMYK RENK MODELİ

#71C7EF rengi CMYK tonu (53,17,0,6).

  • camgöbeği tonu 52.72%
  • eflatun tonu 16.74%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(53,17,0,6)
C53M17Y0K6 
(53%,17%,0%,6%)
(0.53/0.17/0.00/0.06)	

CMYK yüzdeleri

%52.72
%16.74
%0
%6.27

Codes

Color #71C7EF in popluar color models

71C7EF
RGB113199239
HSL199°79.75%69.02%
HSB/HSV199°52.72%93.73%
CMYK52.72%16.74%0.00%
6.27%

Color #71C7EF in popluar number systems.

HEX71C7EF
Decimal113199239
Binary11100011100011111101111
Octal161307357

Shades and tints

Shades of #71C7EF

#71C7EF
(113,199,239)
#67B5DA
(103,181,218)
#5DA3C5
(93,163,197)
#5391B0
(83,145,176)
#497F9B
(73,127,155)
#3F6D86
(63,109,134)
#355B71
(53,91,113)
#2B495C
(43,73,92)
#213747
(33,55,71)
#172532
(23,37,50)
#0D131D
(13,19,29)
#000000
(0,0,0)

Tints of #71C7EF

#71C7EF
(113,199,239)
#7DCCF0
(125,204,240)
#89D1F1
(137,209,241)
#95D6F2
(149,214,242)
#A1DBF3
(161,219,243)
#ADE0F4
(173,224,244)
#B9E5F5
(185,229,245)
#C5EAF6
(197,234,246)
#D1EFF7
(209,239,247)
#DDF4F8
(221,244,248)
#E9F9F9
(233,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C7EF; }

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

This text font color is #71C7EF.


Background Color

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

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

This div background color is #71C7EF.


Border color

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

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

This div border color is #71C7EF.


Opacity

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

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

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

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

This text has shadow with #71C7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C7EF on black background.


Color preview on white background

This text has color #71C7EF on white background.



Black color preview on #71C7EF background

This text has black color on #71C7EF background.


White color preview on #71C7EF background

This text has white color on #71C7EF background.