COLOR #7FA4BE

HEX: #7FA4BE
RGB: (127,164,190)

Color info

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

RGB color model

#7FA4BE color RGB value is (127,164,190).

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

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 190 of 255 = 75%

127
164
190

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

Portions of RGB colors in percentages

R + G + B =
127 + 164 + 190 = 481 (100%)
R 127 of 481 ~ 26.4%
G 164 of 481 ~ 34.1%
B 190 of 481 ~ 39.5%

%26.4
%34.1
%39.5

CMYK color model

#7FA4BE color CMYK value is (33,14,0,25).

  • cyan value is 33.16%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(33,14,0,25)
C33M14Y0K25 
(33%,14%,0%,25%)
(0.33/0.14/0.00/0.25)	

CMYK percentages

%33.16
%13.68
%0
%25.49

Codes

Color #7FA4BE in popluar color models

7FA4BE
RGB127164190
HSL205°32.64%62.16%
HSB/HSV205°33.16%74.51%
CMYK33.16%13.68%0.00%
25.49%

Color #7FA4BE in popluar number systems.

HEX7FA4BE
Decimal127164190
Binary11111111010010010111110
Octal177244276

Shades and tints

Shades of #7FA4BE

#7FA4BE
(127,164,190)
#7496AD
(116,150,173)
#69889C
(105,136,156)
#5E7A8B
(94,122,139)
#536C7A
(83,108,122)
#485E69
(72,94,105)
#3D5058
(61,80,88)
#324247
(50,66,71)
#273436
(39,52,54)
#1C2625
(28,38,37)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #7FA4BE

#7FA4BE
(127,164,190)
#8AACC3
(138,172,195)
#95B4C8
(149,180,200)
#A0BCCD
(160,188,205)
#ABC4D2
(171,196,210)
#B6CCD7
(182,204,215)
#C1D4DC
(193,212,220)
#CCDCE1
(204,220,225)
#D7E4E6
(215,228,230)
#E2ECEB
(226,236,235)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA4BE color. Also use rgb(127,164,190) instead hex code.

Text Font Color

.myTextColor { color: #7FA4BE; }

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

This text font color is #7FA4BE.


Background Color

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

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

This div background color is #7FA4BE.


Border color

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

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

This div border color is #7FA4BE.


Opacity

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

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

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

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

This text has shadow with #7FA4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA4BE on black background.


Color preview on white background

This text has color #7FA4BE on white background.



Black color preview on #7FA4BE background

This text has black color on #7FA4BE background.


White color preview on #7FA4BE background

This text has white color on #7FA4BE background.