COLOR #7FBAF6

HEX: #7FBAF6
RGB: (127,186,246)

Color info

#7FBAF6 contains mainly blue color. Web safe color of #7FBAF6 is #66CCFF (or #6CF).

RGB color model

#7FBAF6 color RGB value is (127,186,246).

  • red value is 127;
  • green value is 186;
  • blue value is 246.
RGB:
(127,186,246)
(50%,73%,96%)

RGB channels and saturation

R 127 of 255 = 50%
G 186 of 255 = 73%
B 246 of 255 = 96%

127
186
246

R + G + B ~ 73%. #7FBAF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 186 + 246 = 559 (100%)
R 127 of 559 ~ 22.72%
G 186 of 559 ~ 33.27%
B 246 of 559 ~ 44.01%

%22.72
%33.27
%44.01

CMYK color model

#7FBAF6 color CMYK value is (48,24,0,4).

  • cyan value is 48.37%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(48,24,0,4)
C48M24Y0K4 
(48%,24%,0%,4%)
(0.48/0.24/0.00/0.04)	

CMYK percentages

%48.37
%24.39
%0
%3.53

Codes

Color #7FBAF6 in popluar color models

7FBAF6
RGB127186246
HSL210°86.86%73.14%
HSB/HSV210°48.37%96.47%
CMYK48.37%24.39%0.00%
3.53%

Color #7FBAF6 in popluar number systems.

HEX7FBAF6
Decimal127186246
Binary11111111011101011110110
Octal177272366

Shades and tints

Shades of #7FBAF6

#7FBAF6
(127,186,246)
#74AAE0
(116,170,224)
#699ACA
(105,154,202)
#5E8AB4
(94,138,180)
#537A9E
(83,122,158)
#486A88
(72,106,136)
#3D5A72
(61,90,114)
#324A5C
(50,74,92)
#273A46
(39,58,70)
#1C2A30
(28,42,48)
#111A1A
(17,26,26)
#000000
(0,0,0)

Tints of #7FBAF6

#7FBAF6
(127,186,246)
#8AC0F6
(138,192,246)
#95C6F6
(149,198,246)
#A0CCF6
(160,204,246)
#ABD2F6
(171,210,246)
#B6D8F6
(182,216,246)
#C1DEF6
(193,222,246)
#CCE4F6
(204,228,246)
#D7EAF6
(215,234,246)
#E2F0F6
(226,240,246)
#EDF6F6
(237,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBAF6 color. Also use rgb(127,186,246) instead hex code.

Text Font Color

.myTextColor { color: #7FBAF6; }

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

This text font color is #7FBAF6.


Background Color

.myBgColor { background-color: #7FBAF6; }

<div style="background-color:#7FBAF6">Inner text</div>

This div background color is #7FBAF6.


Border color

.myBorderColor { border: 1px solid #7FBAF6; }

<div style="border:3px solid #7FBAF6">Div</div>

This div border color is #7FBAF6.


Opacity

.myOpacity80 { color: #7FBAF6; opacity: 0.8; }

<p style="color:#7FBAF6;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FBAF6 color.

.textShadow {text-shadow: 3px 3px 1px #7FBAF6, 3px 3px 1px red;}

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

This text has shadow with #7FBAF6 primary color and red secondary color.


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

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

This text has shadow with #7FBAF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBAF6 on black background.


Color preview on white background

This text has color #7FBAF6 on white background.



Black color preview on #7FBAF6 background

This text has black color on #7FBAF6 background.


White color preview on #7FBAF6 background

This text has white color on #7FBAF6 background.