COLOR #7FA2BF

HEX: #7FA2BF
RGB: (127,162,191)

Color info

#7FA2BF contains mainly green and blue colors. Web safe color of #7FA2BF is #6699CC (or #69C).

RGB color model

#7FA2BF color RGB value is (127,162,191).

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

RGB channels and saturation

R 127 of 255 = 50%
G 162 of 255 = 64%
B 191 of 255 = 75%

127
162
191

R + G + B ~ 63%. #7FA2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 162 + 191 = 480 (100%)
R 127 of 480 ~ 26.46%
G 162 of 480 ~ 33.75%
B 191 of 480 ~ 39.79%

%26.46
%33.75
%39.79

CMYK color model

#7FA2BF color CMYK value is (34,15,0,25).

  • cyan value is 33.51%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(34,15,0,25)
C34M15Y0K25 
(34%,15%,0%,25%)
(0.34/0.15/0.00/0.25)	

CMYK percentages

%33.51
%15.18
%0
%25.1

Codes

Color #7FA2BF in popluar color models

7FA2BF
RGB127162191
HSL207°33.33%62.35%
HSB/HSV207°33.51%74.90%
CMYK33.51%15.18%0.00%
25.10%

Color #7FA2BF in popluar number systems.

HEX7FA2BF
Decimal127162191
Binary11111111010001010111111
Octal177242277

Shades and tints

Shades of #7FA2BF

#7FA2BF
(127,162,191)
#7494AE
(116,148,174)
#69869D
(105,134,157)
#5E788C
(94,120,140)
#536A7B
(83,106,123)
#485C6A
(72,92,106)
#3D4E59
(61,78,89)
#324048
(50,64,72)
#273237
(39,50,55)
#1C2426
(28,36,38)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #7FA2BF

#7FA2BF
(127,162,191)
#8AAAC4
(138,170,196)
#95B2C9
(149,178,201)
#A0BACE
(160,186,206)
#ABC2D3
(171,194,211)
#B6CAD8
(182,202,216)
#C1D2DD
(193,210,221)
#CCDAE2
(204,218,226)
#D7E2E7
(215,226,231)
#E2EAEC
(226,234,236)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA2BF; }

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

This text font color is #7FA2BF.


Background Color

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

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

This div background color is #7FA2BF.


Border color

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

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

This div border color is #7FA2BF.


Opacity

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

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

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

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

This text has shadow with #7FA2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA2BF on black background.


Color preview on white background

This text has color #7FA2BF on white background.



Black color preview on #7FA2BF background

This text has black color on #7FA2BF background.


White color preview on #7FA2BF background

This text has white color on #7FA2BF background.