COLOR #7FA4BD

HEX: #7FA4BD
RGB: (127,164,189)

Color info

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

RGB color model

#7FA4BD color RGB value is (127,164,189).

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

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 189 of 255 = 74%

127
164
189

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

Portions of RGB colors in percentages

R + G + B =
127 + 164 + 189 = 480 (100%)
R 127 of 480 ~ 26.46%
G 164 of 480 ~ 34.17%
B 189 of 480 ~ 39.38%

%26.46
%34.17
%39.38

CMYK color model

#7FA4BD color CMYK value is (33,13,0,26).

  • cyan value is 32.80%
  • magenta value is 13.23%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(33,13,0,26)
C33M13Y0K26 
(33%,13%,0%,26%)
(0.33/0.13/0.00/0.26)	

CMYK percentages

%32.8
%13.23
%0
%25.88

Codes

Color #7FA4BD in popluar color models

7FA4BD
RGB127164189
HSL204°31.96%61.96%
HSB/HSV204°32.80%74.12%
CMYK32.80%13.23%0.00%
25.88%

Color #7FA4BD in popluar number systems.

HEX7FA4BD
Decimal127164189
Binary11111111010010010111101
Octal177244275

Shades and tints

Shades of #7FA4BD

#7FA4BD
(127,164,189)
#7496AC
(116,150,172)
#69889B
(105,136,155)
#5E7A8A
(94,122,138)
#536C79
(83,108,121)
#485E68
(72,94,104)
#3D5057
(61,80,87)
#324246
(50,66,70)
#273435
(39,52,53)
#1C2624
(28,38,36)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #7FA4BD

#7FA4BD
(127,164,189)
#8AACC3
(138,172,195)
#95B4C9
(149,180,201)
#A0BCCF
(160,188,207)
#ABC4D5
(171,196,213)
#B6CCDB
(182,204,219)
#C1D4E1
(193,212,225)
#CCDCE7
(204,220,231)
#D7E4ED
(215,228,237)
#E2ECF3
(226,236,243)
#EDF4F9
(237,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA4BD; }

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

This text font color is #7FA4BD.


Background Color

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

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

This div background color is #7FA4BD.


Border color

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

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

This div border color is #7FA4BD.


Opacity

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

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

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

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

This text has shadow with #7FA4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA4BD on black background.


Color preview on white background

This text has color #7FA4BD on white background.



Black color preview on #7FA4BD background

This text has black color on #7FA4BD background.


White color preview on #7FA4BD background

This text has white color on #7FA4BD background.