COLOR #7FBFD6

HEX: #7FBFD6
RGB: (127,191,214)

Color info

#7FBFD6 contains mainly green and blue colors. Web safe color of #7FBFD6 is #66CCCC (or #6CC).

RGB color model

#7FBFD6 color RGB value is (127,191,214).

  • red value is 127;
  • green value is 191;
  • blue value is 214.
RGB:
(127,191,214)
(50%,75%,84%)

RGB channels and saturation

R 127 of 255 = 50%
G 191 of 255 = 75%
B 214 of 255 = 84%

127
191
214

R + G + B ~ 70%. #7FBFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 191 + 214 = 532 (100%)
R 127 of 532 ~ 23.87%
G 191 of 532 ~ 35.9%
B 214 of 532 ~ 40.23%

%23.87
%35.9
%40.23

CMYK color model

#7FBFD6 color CMYK value is (41,11,0,16).

  • cyan value is 40.65%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(41,11,0,16)
C41M11Y0K16 
(41%,11%,0%,16%)
(0.41/0.11/0.00/0.16)	

CMYK percentages

%40.65
%10.75
%0
%16.08

Codes

Color #7FBFD6 in popluar color models

7FBFD6
RGB127191214
HSL196°51.48%66.86%
HSB/HSV196°40.65%83.92%
CMYK40.65%10.75%0.00%
16.08%

Color #7FBFD6 in popluar number systems.

HEX7FBFD6
Decimal127191214
Binary11111111011111111010110
Octal177277326

Shades and tints

Shades of #7FBFD6

#7FBFD6
(127,191,214)
#74AEC3
(116,174,195)
#699DB0
(105,157,176)
#5E8C9D
(94,140,157)
#537B8A
(83,123,138)
#486A77
(72,106,119)
#3D5964
(61,89,100)
#324851
(50,72,81)
#27373E
(39,55,62)
#1C262B
(28,38,43)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #7FBFD6

#7FBFD6
(127,191,214)
#8AC4D9
(138,196,217)
#95C9DC
(149,201,220)
#A0CEDF
(160,206,223)
#ABD3E2
(171,211,226)
#B6D8E5
(182,216,229)
#C1DDE8
(193,221,232)
#CCE2EB
(204,226,235)
#D7E7EE
(215,231,238)
#E2ECF1
(226,236,241)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBFD6 color. Also use rgb(127,191,214) instead hex code.

Text Font Color

.myTextColor { color: #7FBFD6; }

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

This text font color is #7FBFD6.


Background Color

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

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

This div background color is #7FBFD6.


Border color

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

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

This div border color is #7FBFD6.


Opacity

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

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

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

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

This text has shadow with #7FBFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBFD6 on black background.


Color preview on white background

This text has color #7FBFD6 on white background.



Black color preview on #7FBFD6 background

This text has black color on #7FBFD6 background.


White color preview on #7FBFD6 background

This text has white color on #7FBFD6 background.