COLOR #71B0BB

HEX: #71B0BB
RGB: (113,176,187)

Renk bilgisi

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

RGB renk modeli

#71B0BB color RGB value is (113,176,187).

  • kırmız ton 113;
  • yeşil ton 176;
  • mavi ton 187.
RGB:
(113,176,187)
(44%,69%,73%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 176 of 255 = 69%
B 187 of 255 = 73%

113
176
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 176 + 187 = 476 (100%)
R 113 of 476 ~ 23.74%
G 176 of 476 ~ 36.97%
B 187 of 476 ~ 39.29%

%23.74
%36.97
%39.29

CMYK RENK MODELİ

#71B0BB rengi CMYK tonu (40,6,0,27).

  • camgöbeği tonu 39.57%
  • eflatun tonu 5.88%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(40,6,0,27)
C40M6Y0K27 
(40%,6%,0%,27%)
(0.40/0.06/0.00/0.27)	

CMYK yüzdeleri

%39.57
%5.88
%0
%26.67

Codes

Color #71B0BB in popluar color models

71B0BB
RGB113176187
HSL189°35.24%58.82%
HSB/HSV189°39.57%73.33%
CMYK39.57%5.88%0.00%
26.67%

Color #71B0BB in popluar number systems.

HEX71B0BB
Decimal113176187
Binary11100011011000010111011
Octal161260273

Shades and tints

Shades of #71B0BB

#71B0BB
(113,176,187)
#67A0AA
(103,160,170)
#5D9099
(93,144,153)
#538088
(83,128,136)
#497077
(73,112,119)
#3F6066
(63,96,102)
#355055
(53,80,85)
#2B4044
(43,64,68)
#213033
(33,48,51)
#172022
(23,32,34)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #71B0BB

#71B0BB
(113,176,187)
#7DB7C1
(125,183,193)
#89BEC7
(137,190,199)
#95C5CD
(149,197,205)
#A1CCD3
(161,204,211)
#ADD3D9
(173,211,217)
#B9DADF
(185,218,223)
#C5E1E5
(197,225,229)
#D1E8EB
(209,232,235)
#DDEFF1
(221,239,241)
#E9F6F7
(233,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B0BB color. Also use rgb(113,176,187) instead hex code.

Text Font Color

.myTextColor { color: #71B0BB; }

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

This text font color is #71B0BB.


Background Color

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

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

This div background color is #71B0BB.


Border color

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

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

This div border color is #71B0BB.


Opacity

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

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

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

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

This text has shadow with #71B0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B0BB on black background.


Color preview on white background

This text has color #71B0BB on white background.



Black color preview on #71B0BB background

This text has black color on #71B0BB background.


White color preview on #71B0BB background

This text has white color on #71B0BB background.