COLOR #71B6CD

HEX: #71B6CD
RGB: (113,182,205)

Renk bilgisi

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

RGB renk modeli

#71B6CD color RGB value is (113,182,205).

  • kırmız ton 113;
  • yeşil ton 182;
  • mavi ton 205.
RGB:
(113,182,205)
(44%,71%,80%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 182 of 255 = 71%
B 205 of 255 = 80%

113
182
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 182 + 205 = 500 (100%)
R 113 of 500 ~ 22.6%
G 182 of 500 ~ 36.4%
B 205 of 500 ~ 41%

%22.6
%36.4
%41

CMYK RENK MODELİ

#71B6CD rengi CMYK tonu (45,11,0,20).

  • camgöbeği tonu 44.88%
  • eflatun tonu 11.22%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(45,11,0,20)
C45M11Y0K20 
(45%,11%,0%,20%)
(0.45/0.11/0.00/0.20)	

CMYK yüzdeleri

%44.88
%11.22
%0
%19.61

Codes

Color #71B6CD in popluar color models

71B6CD
RGB113182205
HSL195°47.92%62.35%
HSB/HSV195°44.88%80.39%
CMYK44.88%11.22%0.00%
19.61%

Color #71B6CD in popluar number systems.

HEX71B6CD
Decimal113182205
Binary11100011011011011001101
Octal161266315

Shades and tints

Shades of #71B6CD

#71B6CD
(113,182,205)
#67A6BB
(103,166,187)
#5D96A9
(93,150,169)
#538697
(83,134,151)
#497685
(73,118,133)
#3F6673
(63,102,115)
#355661
(53,86,97)
#2B464F
(43,70,79)
#21363D
(33,54,61)
#17262B
(23,38,43)
#0D1619
(13,22,25)
#000000
(0,0,0)

Tints of #71B6CD

#71B6CD
(113,182,205)
#7DBCD1
(125,188,209)
#89C2D5
(137,194,213)
#95C8D9
(149,200,217)
#A1CEDD
(161,206,221)
#ADD4E1
(173,212,225)
#B9DAE5
(185,218,229)
#C5E0E9
(197,224,233)
#D1E6ED
(209,230,237)
#DDECF1
(221,236,241)
#E9F2F5
(233,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B6CD color. Also use rgb(113,182,205) instead hex code.

Text Font Color

.myTextColor { color: #71B6CD; }

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

This text font color is #71B6CD.


Background Color

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

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

This div background color is #71B6CD.


Border color

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

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

This div border color is #71B6CD.


Opacity

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

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

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

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

This text has shadow with #71B6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B6CD on black background.


Color preview on white background

This text has color #71B6CD on white background.



Black color preview on #71B6CD background

This text has black color on #71B6CD background.


White color preview on #71B6CD background

This text has white color on #71B6CD background.