COLOR #71B7C9

HEX: #71B7C9
RGB: (113,183,201)

Renk bilgisi

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

RGB renk modeli

#71B7C9 color RGB value is (113,183,201).

  • kırmız ton 113;
  • yeşil ton 183;
  • mavi ton 201.
RGB:
(113,183,201)
(44%,72%,79%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 183 of 255 = 72%
B 201 of 255 = 79%

113
183
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 183 + 201 = 497 (100%)
R 113 of 497 ~ 22.74%
G 183 of 497 ~ 36.82%
B 201 of 497 ~ 40.44%

%22.74
%36.82
%40.44

CMYK RENK MODELİ

#71B7C9 rengi CMYK tonu (44,9,0,21).

  • camgöbeği tonu 43.78%
  • eflatun tonu 8.96%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(44,9,0,21)
C44M9Y0K21 
(44%,9%,0%,21%)
(0.44/0.09/0.00/0.21)	

CMYK yüzdeleri

%43.78
%8.96
%0
%21.18

Codes

Color #71B7C9 in popluar color models

71B7C9
RGB113183201
HSL192°44.90%61.57%
HSB/HSV192°43.78%78.82%
CMYK43.78%8.96%0.00%
21.18%

Color #71B7C9 in popluar number systems.

HEX71B7C9
Decimal113183201
Binary11100011011011111001001
Octal161267311

Shades and tints

Shades of #71B7C9

#71B7C9
(113,183,201)
#67A7B7
(103,167,183)
#5D97A5
(93,151,165)
#538793
(83,135,147)
#497781
(73,119,129)
#3F676F
(63,103,111)
#35575D
(53,87,93)
#2B474B
(43,71,75)
#213739
(33,55,57)
#172727
(23,39,39)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #71B7C9

#71B7C9
(113,183,201)
#7DBDCD
(125,189,205)
#89C3D1
(137,195,209)
#95C9D5
(149,201,213)
#A1CFD9
(161,207,217)
#ADD5DD
(173,213,221)
#B9DBE1
(185,219,225)
#C5E1E5
(197,225,229)
#D1E7E9
(209,231,233)
#DDEDED
(221,237,237)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B7C9 color. Also use rgb(113,183,201) instead hex code.

Text Font Color

.myTextColor { color: #71B7C9; }

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

This text font color is #71B7C9.


Background Color

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

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

This div background color is #71B7C9.


Border color

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

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

This div border color is #71B7C9.


Opacity

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

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

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

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

This text has shadow with #71B7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B7C9 on black background.


Color preview on white background

This text has color #71B7C9 on white background.



Black color preview on #71B7C9 background

This text has black color on #71B7C9 background.


White color preview on #71B7C9 background

This text has white color on #71B7C9 background.