COLOR #71BBDA

HEX: #71BBDA
RGB: (113,187,218)

Renk bilgisi

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

RGB renk modeli

#71BBDA color RGB value is (113,187,218).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 187 of 255 = 73%
B 218 of 255 = 85%

113
187
218

R + G + B ~ 67%. #71BBDA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 187 + 218 = 518 (100%)
R 113 of 518 ~ 21.81%
G 187 of 518 ~ 36.1%
B 218 of 518 ~ 42.08%

%21.81
%36.1
%42.08

CMYK RENK MODELİ

#71BBDA rengi CMYK tonu (48,14,0,15).

  • camgöbeği tonu 48.17%
  • eflatun tonu 14.22%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(48,14,0,15)
C48M14Y0K15 
(48%,14%,0%,15%)
(0.48/0.14/0.00/0.15)	

CMYK yüzdeleri

%48.17
%14.22
%0
%14.51

Codes

Color #71BBDA in popluar color models

71BBDA
RGB113187218
HSL198°58.66%64.90%
HSB/HSV198°48.17%85.49%
CMYK48.17%14.22%0.00%
14.51%

Color #71BBDA in popluar number systems.

HEX71BBDA
Decimal113187218
Binary11100011011101111011010
Octal161273332

Shades and tints

Shades of #71BBDA

#71BBDA
(113,187,218)
#67AAC7
(103,170,199)
#5D99B4
(93,153,180)
#5388A1
(83,136,161)
#49778E
(73,119,142)
#3F667B
(63,102,123)
#355568
(53,85,104)
#2B4455
(43,68,85)
#213342
(33,51,66)
#17222F
(23,34,47)
#0D111C
(13,17,28)
#000000
(0,0,0)

Tints of #71BBDA

#71BBDA
(113,187,218)
#7DC1DD
(125,193,221)
#89C7E0
(137,199,224)
#95CDE3
(149,205,227)
#A1D3E6
(161,211,230)
#ADD9E9
(173,217,233)
#B9DFEC
(185,223,236)
#C5E5EF
(197,229,239)
#D1EBF2
(209,235,242)
#DDF1F5
(221,241,245)
#E9F7F8
(233,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BBDA; }

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

This text font color is #71BBDA.


Background Color

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

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

This div background color is #71BBDA.


Border color

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

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

This div border color is #71BBDA.


Opacity

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

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

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

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

This text has shadow with #71BBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BBDA on black background.


Color preview on white background

This text has color #71BBDA on white background.



Black color preview on #71BBDA background

This text has black color on #71BBDA background.


White color preview on #71BBDA background

This text has white color on #71BBDA background.