COLOR #71B2B4

HEX: #71B2B4
RGB: (113,178,180)

Renk bilgisi

#71B2B4 contains mainly green and blue colors. #71B2B4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#71B2B4 color RGB value is (113,178,180).

  • kırmız ton 113;
  • yeşil ton 178;
  • mavi ton 180.
RGB:
(113,178,180)
(44%,70%,71%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 178 of 255 = 70%
B 180 of 255 = 71%

113
178
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 178 + 180 = 471 (100%)
R 113 of 471 ~ 23.99%
G 178 of 471 ~ 37.79%
B 180 of 471 ~ 38.22%

%23.99
%37.79
%38.22

CMYK RENK MODELİ

#71B2B4 rengi CMYK tonu (37,1,0,29).

  • camgöbeği tonu 37.22%
  • eflatun tonu 1.11%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(37,1,0,29)
C37M1Y0K29 
(37%,1%,0%,29%)
(0.37/0.01/0.00/0.29)	

CMYK yüzdeleri

%37.22
%1.11
%0
%29.41

Codes

Color #71B2B4 in popluar color models

71B2B4
RGB113178180
HSL182°30.88%57.45%
HSB/HSV182°37.22%70.59%
CMYK37.22%1.11%0.00%
29.41%

Color #71B2B4 in popluar number systems.

HEX71B2B4
Decimal113178180
Binary11100011011001010110100
Octal161262264

Shades and tints

Shades of #71B2B4

#71B2B4
(113,178,180)
#67A2A4
(103,162,164)
#5D9294
(93,146,148)
#538284
(83,130,132)
#497274
(73,114,116)
#3F6264
(63,98,100)
#355254
(53,82,84)
#2B4244
(43,66,68)
#213234
(33,50,52)
#172224
(23,34,36)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #71B2B4

#71B2B4
(113,178,180)
#7DB9BA
(125,185,186)
#89C0C0
(137,192,192)
#95C7C6
(149,199,198)
#A1CECC
(161,206,204)
#ADD5D2
(173,213,210)
#B9DCD8
(185,220,216)
#C5E3DE
(197,227,222)
#D1EAE4
(209,234,228)
#DDF1EA
(221,241,234)
#E9F8F0
(233,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B2B4 color. Also use rgb(113,178,180) instead hex code.

Text Font Color

.myTextColor { color: #71B2B4; }

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

This text font color is #71B2B4.


Background Color

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

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

This div background color is #71B2B4.


Border color

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

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

This div border color is #71B2B4.


Opacity

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

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

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

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

This text has shadow with #71B2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B2B4 on black background.


Color preview on white background

This text has color #71B2B4 on white background.



Black color preview on #71B2B4 background

This text has black color on #71B2B4 background.


White color preview on #71B2B4 background

This text has white color on #71B2B4 background.