COLOR #7FB0F7

HEX: #7FB0F7
RGB: (127,176,247)

Color info

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

RGB color model

#7FB0F7 color RGB value is (127,176,247).

  • red value is 127;
  • green value is 176;
  • blue value is 247.
RGB:
(127,176,247)
(50%,69%,97%)

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 247 of 255 = 97%

127
176
247

R + G + B ~ 72%. #7FB0F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 176 + 247 = 550 (100%)
R 127 of 550 ~ 23.09%
G 176 of 550 ~ 32%
B 247 of 550 ~ 44.91%

%23.09
%32
%44.91

CMYK color model

#7FB0F7 color CMYK value is (49,29,0,3).

  • cyan value is 48.58%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(49,29,0,3)
C49M29Y0K3 
(49%,29%,0%,3%)
(0.49/0.29/0.00/0.03)	

CMYK percentages

%48.58
%28.74
%0
%3.14

Codes

Color #7FB0F7 in popluar color models

7FB0F7
RGB127176247
HSL216°88.24%73.33%
HSB/HSV216°48.58%96.86%
CMYK48.58%28.74%0.00%
3.14%

Color #7FB0F7 in popluar number systems.

HEX7FB0F7
Decimal127176247
Binary11111111011000011110111
Octal177260367

Shades and tints

Shades of #7FB0F7

#7FB0F7
(127,176,247)
#74A0E1
(116,160,225)
#6990CB
(105,144,203)
#5E80B5
(94,128,181)
#53709F
(83,112,159)
#486089
(72,96,137)
#3D5073
(61,80,115)
#32405D
(50,64,93)
#273047
(39,48,71)
#1C2031
(28,32,49)
#11101B
(17,16,27)
#000000
(0,0,0)

Tints of #7FB0F7

#7FB0F7
(127,176,247)
#8AB7F7
(138,183,247)
#95BEF7
(149,190,247)
#A0C5F7
(160,197,247)
#ABCCF7
(171,204,247)
#B6D3F7
(182,211,247)
#C1DAF7
(193,218,247)
#CCE1F7
(204,225,247)
#D7E8F7
(215,232,247)
#E2EFF7
(226,239,247)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB0F7 color. Also use rgb(127,176,247) instead hex code.

Text Font Color

.myTextColor { color: #7FB0F7; }

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

This text font color is #7FB0F7.


Background Color

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

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

This div background color is #7FB0F7.


Border color

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

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

This div border color is #7FB0F7.


Opacity

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

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

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

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

This text has shadow with #7FB0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB0F7 on black background.


Color preview on white background

This text has color #7FB0F7 on white background.



Black color preview on #7FB0F7 background

This text has black color on #7FB0F7 background.


White color preview on #7FB0F7 background

This text has white color on #7FB0F7 background.