COLOR #7FA7BD

HEX: #7FA7BD
RGB: (127,167,189)

Color info

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

RGB color model

#7FA7BD color RGB value is (127,167,189).

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

RGB channels and saturation

R 127 of 255 = 50%
G 167 of 255 = 65%
B 189 of 255 = 74%

127
167
189

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

Portions of RGB colors in percentages

R + G + B =
127 + 167 + 189 = 483 (100%)
R 127 of 483 ~ 26.29%
G 167 of 483 ~ 34.58%
B 189 of 483 ~ 39.13%

%26.29
%34.58
%39.13

CMYK color model

#7FA7BD color CMYK value is (33,12,0,26).

  • cyan value is 32.80%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(33,12,0,26)
C33M12Y0K26 
(33%,12%,0%,26%)
(0.33/0.12/0.00/0.26)	

CMYK percentages

%32.8
%11.64
%0
%25.88

Codes

Color #7FA7BD in popluar color models

7FA7BD
RGB127167189
HSL201°31.96%61.96%
HSB/HSV201°32.80%74.12%
CMYK32.80%11.64%0.00%
25.88%

Color #7FA7BD in popluar number systems.

HEX7FA7BD
Decimal127167189
Binary11111111010011110111101
Octal177247275

Shades and tints

Shades of #7FA7BD

#7FA7BD
(127,167,189)
#7498AC
(116,152,172)
#69899B
(105,137,155)
#5E7A8A
(94,122,138)
#536B79
(83,107,121)
#485C68
(72,92,104)
#3D4D57
(61,77,87)
#323E46
(50,62,70)
#272F35
(39,47,53)
#1C2024
(28,32,36)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #7FA7BD

#7FA7BD
(127,167,189)
#8AAFC3
(138,175,195)
#95B7C9
(149,183,201)
#A0BFCF
(160,191,207)
#ABC7D5
(171,199,213)
#B6CFDB
(182,207,219)
#C1D7E1
(193,215,225)
#CCDFE7
(204,223,231)
#D7E7ED
(215,231,237)
#E2EFF3
(226,239,243)
#EDF7F9
(237,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA7BD; }

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

This text font color is #7FA7BD.


Background Color

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

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

This div background color is #7FA7BD.


Border color

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

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

This div border color is #7FA7BD.


Opacity

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

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

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

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

This text has shadow with #7FA7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA7BD on black background.


Color preview on white background

This text has color #7FA7BD on white background.



Black color preview on #7FA7BD background

This text has black color on #7FA7BD background.


White color preview on #7FA7BD background

This text has white color on #7FA7BD background.