COLOR #71BDDD

HEX: #71BDDD
RGB: (113,189,221)

Renk bilgisi

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

RGB renk modeli

#71BDDD color RGB value is (113,189,221).

  • kırmız ton 113;
  • yeşil ton 189;
  • mavi ton 221.
RGB:
(113,189,221)
(44%,74%,87%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 189 of 255 = 74%
B 221 of 255 = 87%

113
189
221

R + G + B ~ 68%. #71BDDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 189 + 221 = 523 (100%)
R 113 of 523 ~ 21.61%
G 189 of 523 ~ 36.14%
B 221 of 523 ~ 42.26%

%21.61
%36.14
%42.26

CMYK RENK MODELİ

#71BDDD rengi CMYK tonu (49,14,0,13).

  • camgöbeği tonu 48.87%
  • eflatun tonu 14.48%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(49,14,0,13)
C49M14Y0K13 
(49%,14%,0%,13%)
(0.49/0.14/0.00/0.13)	

CMYK yüzdeleri

%48.87
%14.48
%0
%13.33

Codes

Color #71BDDD in popluar color models

71BDDD
RGB113189221
HSL198°61.36%65.49%
HSB/HSV198°48.87%86.67%
CMYK48.87%14.48%0.00%
13.33%

Color #71BDDD in popluar number systems.

HEX71BDDD
Decimal113189221
Binary11100011011110111011101
Octal161275335

Shades and tints

Shades of #71BDDD

#71BDDD
(113,189,221)
#67ACC9
(103,172,201)
#5D9BB5
(93,155,181)
#538AA1
(83,138,161)
#49798D
(73,121,141)
#3F6879
(63,104,121)
#355765
(53,87,101)
#2B4651
(43,70,81)
#21353D
(33,53,61)
#172429
(23,36,41)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #71BDDD

#71BDDD
(113,189,221)
#7DC3E0
(125,195,224)
#89C9E3
(137,201,227)
#95CFE6
(149,207,230)
#A1D5E9
(161,213,233)
#ADDBEC
(173,219,236)
#B9E1EF
(185,225,239)
#C5E7F2
(197,231,242)
#D1EDF5
(209,237,245)
#DDF3F8
(221,243,248)
#E9F9FB
(233,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BDDD color. Also use rgb(113,189,221) instead hex code.

Text Font Color

.myTextColor { color: #71BDDD; }

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

This text font color is #71BDDD.


Background Color

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

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

This div background color is #71BDDD.


Border color

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

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

This div border color is #71BDDD.


Opacity

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

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

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

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

This text has shadow with #71BDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BDDD on black background.


Color preview on white background

This text has color #71BDDD on white background.



Black color preview on #71BDDD background

This text has black color on #71BDDD background.


White color preview on #71BDDD background

This text has white color on #71BDDD background.