COLOR #7FBCEF

HEX: #7FBCEF
RGB: (127,188,239)

Color info

#7FBCEF contains mainly green and blue colors. Web safe color of #7FBCEF is #66CCFF (or #6CF).

RGB color model

#7FBCEF color RGB value is (127,188,239).

  • red value is 127;
  • green value is 188;
  • blue value is 239.
RGB:
(127,188,239)
(50%,74%,94%)

RGB channels and saturation

R 127 of 255 = 50%
G 188 of 255 = 74%
B 239 of 255 = 94%

127
188
239

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

Portions of RGB colors in percentages

R + G + B =
127 + 188 + 239 = 554 (100%)
R 127 of 554 ~ 22.92%
G 188 of 554 ~ 33.94%
B 239 of 554 ~ 43.14%

%22.92
%33.94
%43.14

CMYK color model

#7FBCEF color CMYK value is (47,21,0,6).

  • cyan value is 46.86%
  • magenta value is 21.34%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(47,21,0,6)
C47M21Y0K6 
(47%,21%,0%,6%)
(0.47/0.21/0.00/0.06)	

CMYK percentages

%46.86
%21.34
%0
%6.27

Codes

Color #7FBCEF in popluar color models

7FBCEF
RGB127188239
HSL207°77.78%71.76%
HSB/HSV207°46.86%93.73%
CMYK46.86%21.34%0.00%
6.27%

Color #7FBCEF in popluar number systems.

HEX7FBCEF
Decimal127188239
Binary11111111011110011101111
Octal177274357

Shades and tints

Shades of #7FBCEF

#7FBCEF
(127,188,239)
#74ABDA
(116,171,218)
#699AC5
(105,154,197)
#5E89B0
(94,137,176)
#53789B
(83,120,155)
#486786
(72,103,134)
#3D5671
(61,86,113)
#32455C
(50,69,92)
#273447
(39,52,71)
#1C2332
(28,35,50)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #7FBCEF

#7FBCEF
(127,188,239)
#8AC2F0
(138,194,240)
#95C8F1
(149,200,241)
#A0CEF2
(160,206,242)
#ABD4F3
(171,212,243)
#B6DAF4
(182,218,244)
#C1E0F5
(193,224,245)
#CCE6F6
(204,230,246)
#D7ECF7
(215,236,247)
#E2F2F8
(226,242,248)
#EDF8F9
(237,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBCEF color. Also use rgb(127,188,239) instead hex code.

Text Font Color

.myTextColor { color: #7FBCEF; }

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

This text font color is #7FBCEF.


Background Color

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

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

This div background color is #7FBCEF.


Border color

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

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

This div border color is #7FBCEF.


Opacity

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

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

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

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

This text has shadow with #7FBCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBCEF on black background.


Color preview on white background

This text has color #7FBCEF on white background.



Black color preview on #7FBCEF background

This text has black color on #7FBCEF background.


White color preview on #7FBCEF background

This text has white color on #7FBCEF background.