COLOR #51A7F7

HEX: #51A7F7
RGB: (81,167,247)

Color info

#51A7F7 contains mainly blue color. Web safe color of #51A7F7 is #6699FF (or #69F).

RGB color model

#51A7F7 color RGB value is (81,167,247).

  • red value is 81;
  • green value is 167;
  • blue value is 247.
RGB:
(81,167,247)
(32%,65%,97%)

RGB channels and saturation

R 81 of 255 = 32%
G 167 of 255 = 65%
B 247 of 255 = 97%

81
167
247

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

Portions of RGB colors in percentages

R + G + B =
81 + 167 + 247 = 495 (100%)
R 81 of 495 ~ 16.36%
G 167 of 495 ~ 33.74%
B 247 of 495 ~ 49.9%

%16.36
%33.74
%49.9

CMYK color model

#51A7F7 color CMYK value is (67,32,0,3).

  • cyan value is 67.21%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(67,32,0,3)
C67M32Y0K3 
(67%,32%,0%,3%)
(0.67/0.32/0.00/0.03)	

CMYK percentages

%67.21
%32.39
%0
%3.14

Codes

Color #51A7F7 in popluar color models

51A7F7
RGB81167247
HSL209°91.21%64.31%
HSB/HSV209°67.21%96.86%
CMYK67.21%32.39%0.00%
3.14%

Color #51A7F7 in popluar number systems.

HEX51A7F7
Decimal81167247
Binary10100011010011111110111
Octal121247367

Shades and tints

Shades of #51A7F7

#51A7F7
(81,167,247)
#4A98E1
(74,152,225)
#4389CB
(67,137,203)
#3C7AB5
(60,122,181)
#356B9F
(53,107,159)
#2E5C89
(46,92,137)
#274D73
(39,77,115)
#203E5D
(32,62,93)
#192F47
(25,47,71)
#122031
(18,32,49)
#0B111B
(11,17,27)
#000000
(0,0,0)

Tints of #51A7F7

#51A7F7
(81,167,247)
#60AFF7
(96,175,247)
#6FB7F7
(111,183,247)
#7EBFF7
(126,191,247)
#8DC7F7
(141,199,247)
#9CCFF7
(156,207,247)
#ABD7F7
(171,215,247)
#BADFF7
(186,223,247)
#C9E7F7
(201,231,247)
#D8EFF7
(216,239,247)
#E7F7F7
(231,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A7F7 color. Also use rgb(81,167,247) instead hex code.

Text Font Color

.myTextColor { color: #51A7F7; }

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

This text font color is #51A7F7.


Background Color

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

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

This div background color is #51A7F7.


Border color

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

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

This div border color is #51A7F7.


Opacity

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

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

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

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

This text has shadow with #51A7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A7F7 on black background.


Color preview on white background

This text has color #51A7F7 on white background.



Black color preview on #51A7F7 background

This text has black color on #51A7F7 background.


White color preview on #51A7F7 background

This text has white color on #51A7F7 background.