COLOR #51B5CB

HEX: #51B5CB
RGB: (81,181,203)

Renk bilgisi

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

RGB renk modeli

#51B5CB color RGB value is (81,181,203).

  • kırmız ton 81;
  • yeşil ton 181;
  • mavi ton 203.
RGB:
(81,181,203)
(32%,71%,80%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 181 of 255 = 71%
B 203 of 255 = 80%

81
181
203

R + G + B ~ 61%. #51B5CB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 181 + 203 = 465 (100%)
R 81 of 465 ~ 17.42%
G 181 of 465 ~ 38.92%
B 203 of 465 ~ 43.66%

%17.42
%38.92
%43.66

CMYK RENK MODELİ

#51B5CB rengi CMYK tonu (60,11,0,20).

  • camgöbeği tonu 60.10%
  • eflatun tonu 10.84%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(60,11,0,20)
C60M11Y0K20 
(60%,11%,0%,20%)
(0.60/0.11/0.00/0.20)	

CMYK yüzdeleri

%60.1
%10.84
%0
%20.39

Codes

Color #51B5CB in popluar color models

51B5CB
RGB81181203
HSL191°53.98%55.69%
HSB/HSV191°60.10%79.61%
CMYK60.10%10.84%0.00%
20.39%

Color #51B5CB in popluar number systems.

HEX51B5CB
Decimal81181203
Binary10100011011010111001011
Octal121265313

Shades and tints

Shades of #51B5CB

#51B5CB
(81,181,203)
#4AA5B9
(74,165,185)
#4395A7
(67,149,167)
#3C8595
(60,133,149)
#357583
(53,117,131)
#2E6571
(46,101,113)
#27555F
(39,85,95)
#20454D
(32,69,77)
#19353B
(25,53,59)
#122529
(18,37,41)
#0B1517
(11,21,23)
#000000
(0,0,0)

Tints of #51B5CB

#51B5CB
(81,181,203)
#60BBCF
(96,187,207)
#6FC1D3
(111,193,211)
#7EC7D7
(126,199,215)
#8DCDDB
(141,205,219)
#9CD3DF
(156,211,223)
#ABD9E3
(171,217,227)
#BADFE7
(186,223,231)
#C9E5EB
(201,229,235)
#D8EBEF
(216,235,239)
#E7F1F3
(231,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B5CB color. Also use rgb(81,181,203) instead hex code.

Text Font Color

.myTextColor { color: #51B5CB; }

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

This text font color is #51B5CB.


Background Color

.myBgColor { background-color: #51B5CB; }

<div style="background-color:#51B5CB">Inner text</div>

This div background color is #51B5CB.


Border color

.myBorderColor { border: 1px solid #51B5CB; }

<div style="border:3px solid #51B5CB">Div</div>

This div border color is #51B5CB.


Opacity

.myOpacity80 { color: #51B5CB; opacity: 0.8; }

<p style="color:#51B5CB;opacity:0.8;">80%</p>

Text with #51B5CB 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 #51B5CB;}

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

This text has shadow with #51B5CB color.

.textShadow {text-shadow: 3px 3px 1px #51B5CB, 3px 3px 1px red;}

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

This text has shadow with #51B5CB primary color and red secondary color.


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

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

This text has shadow with #51B5CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B5CB on black background.


Color preview on white background

This text has color #51B5CB on white background.



Black color preview on #51B5CB background

This text has black color on #51B5CB background.


White color preview on #51B5CB background

This text has white color on #51B5CB background.