COLOR #51A2C7

HEX: #51A2C7
RGB: (81,162,199)

Color info

#51A2C7 contains mainly green and blue colors. Web safe color of #51A2C7 is #6699CC (or #69C).

RGB color model

#51A2C7 color RGB value is (81,162,199).

  • red value is 81;
  • green value is 162;
  • blue value is 199.
RGB:
(81,162,199)
(32%,64%,78%)

RGB channels and saturation

R 81 of 255 = 32%
G 162 of 255 = 64%
B 199 of 255 = 78%

81
162
199

R + G + B ~ 58%. #51A2C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 162 + 199 = 442 (100%)
R 81 of 442 ~ 18.33%
G 162 of 442 ~ 36.65%
B 199 of 442 ~ 45.02%

%18.33
%36.65
%45.02

CMYK color model

#51A2C7 color CMYK value is (59,19,0,22).

  • cyan value is 59.30%
  • magenta value is 18.59%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(59,19,0,22)
C59M19Y0K22 
(59%,19%,0%,22%)
(0.59/0.19/0.00/0.22)	

CMYK percentages

%59.3
%18.59
%0
%21.96

Codes

Color #51A2C7 in popluar color models

51A2C7
RGB81162199
HSL199°51.30%54.90%
HSB/HSV199°59.30%78.04%
CMYK59.30%18.59%0.00%
21.96%

Color #51A2C7 in popluar number systems.

HEX51A2C7
Decimal81162199
Binary10100011010001011000111
Octal121242307

Shades and tints

Shades of #51A2C7

#51A2C7
(81,162,199)
#4A94B5
(74,148,181)
#4386A3
(67,134,163)
#3C7891
(60,120,145)
#356A7F
(53,106,127)
#2E5C6D
(46,92,109)
#274E5B
(39,78,91)
#204049
(32,64,73)
#193237
(25,50,55)
#122425
(18,36,37)
#0B1613
(11,22,19)
#000000
(0,0,0)

Tints of #51A2C7

#51A2C7
(81,162,199)
#60AACC
(96,170,204)
#6FB2D1
(111,178,209)
#7EBAD6
(126,186,214)
#8DC2DB
(141,194,219)
#9CCAE0
(156,202,224)
#ABD2E5
(171,210,229)
#BADAEA
(186,218,234)
#C9E2EF
(201,226,239)
#D8EAF4
(216,234,244)
#E7F2F9
(231,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A2C7 color. Also use rgb(81,162,199) instead hex code.

Text Font Color

.myTextColor { color: #51A2C7; }

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

This text font color is #51A2C7.


Background Color

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

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

This div background color is #51A2C7.


Border color

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

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

This div border color is #51A2C7.


Opacity

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

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

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

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

This text has shadow with #51A2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A2C7 on black background.


Color preview on white background

This text has color #51A2C7 on white background.



Black color preview on #51A2C7 background

This text has black color on #51A2C7 background.


White color preview on #51A2C7 background

This text has white color on #51A2C7 background.