COLOR #51CBD7

HEX: #51CBD7 RGB: (81,203,215)

Color info

#51CBD7 contains mainly green and blue colors. Web safe color of #51CBD7 is #66CCCC (or #6CC).

RGB color model

#51CBD7 color RGB value is (81,203,215).

RGB: (81,203,215) (32%, 80%, 84%)

RGB channels and saturation

R 81 of 255 = 32%
G 203 of 255 = 80%
B 215 of 255 = 84%

81
203
215

R + G + B ~ 65%. #51CBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 81 + 203 + 215 = 499 (100%)
R 81 of 499 ~ 16.23%
G 203 of 499 ~ 40.68%
B 215 of 499 ~ 43.09'%

%16.23
%40.68
%43.09

CMYK color model

#51CBD7 color CMYK value is (62,6,0,16).

  • cyan value is 62.33%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (62,6,0,16)
C62M6Y0K16 (62%, 6%, 0%, 16%)
(0.62 / 0.06 / 0.00 / 0.16)

CMYK percentages

%62.33
%5.58
%0
%15.69

Codes

Color #51CBD7 in popluar color models

51 CB D7
RGB 81 203 215
HSL 185° 62.62% 58.04%
HSB/HSV 185° 62.33% 84.31%
CMYK 62.33% 5.58% 0.00%
15.69%

Color #51CBD7 in popluar number systems.

HEX 51 CB D7
Decimal 81 203 215
Binary 1010001 11001011 11010111
Octal 121 313 327

Shades and tints

Shades of #51CBD7

#51CBD7
(81,203,215)
#4AB9C4
(74,185,196)
#43A7B1
(67,167,177)
#3C959E
(60,149,158)
#35838B
(53,131,139)
#2E7178
(46,113,120)
#275F65
(39,95,101)
#204D52
(32,77,82)
#193B3F
(25,59,63)
#12292C
(18,41,44)
#0B1719
(11,23,25)
#000000
(0,0,0)

Tints of #51CBD7

#51CBD7
(81,203,215)
#60CFDA
(96,207,218)
#6FD3DD
(111,211,221)
#7ED7E0
(126,215,224)
#8DDBE3
(141,219,227)
#9CDFE6
(156,223,230)
#ABE3E9
(171,227,233)
#BAE7EC
(186,231,236)
#C9EBEF
(201,235,239)
#D8EFF2
(216,239,242)
#E7F3F5
(231,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51CBD7; }

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

This text font color is #51CBD7.

Background Color

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

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

This div background color is #51CBD7.

Border color

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

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

This div border color is #51CBD7.

Opacity

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

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

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

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

This text has shadow with #51CBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51CBD7.

Preview

Color preview on black background

This text has color #51CBD7 on black background.


Color preview on white background

This text has color #51CBD7 on white background.


Black color preview on #51CBD7 background

This text has black color on #51CBD7 background.


White color preview on #51CBD7 background

This text has white color on #51CBD7 background.


Related colors

Complementary color

Complementary color for #hex is #AE3428.


I love getcolorcode.com

Triadic colors

1 #D751CB and #CBD751 with #51CBD7 are triadic colors.

2 #D7CB51 and #CB51D7 with #51CBD7 are triadic colors.