COLOR #7FA4C6

HEX: #7FA4C6
RGB: (127,164,198)

Color info

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

RGB color model

#7FA4C6 color RGB value is (127,164,198).

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

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 198 of 255 = 78%

127
164
198

R + G + B ~ 64%. #7FA4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 164 + 198 = 489 (100%)
R 127 of 489 ~ 25.97%
G 164 of 489 ~ 33.54%
B 198 of 489 ~ 40.49%

%25.97
%33.54
%40.49

CMYK color model

#7FA4C6 color CMYK value is (36,17,0,22).

  • cyan value is 35.86%
  • magenta value is 17.17%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(36,17,0,22)
C36M17Y0K22 
(36%,17%,0%,22%)
(0.36/0.17/0.00/0.22)	

CMYK percentages

%35.86
%17.17
%0
%22.35

Codes

Color #7FA4C6 in popluar color models

7FA4C6
RGB127164198
HSL209°38.38%63.73%
HSB/HSV209°35.86%77.65%
CMYK35.86%17.17%0.00%
22.35%

Color #7FA4C6 in popluar number systems.

HEX7FA4C6
Decimal127164198
Binary11111111010010011000110
Octal177244306

Shades and tints

Shades of #7FA4C6

#7FA4C6
(127,164,198)
#7496B4
(116,150,180)
#6988A2
(105,136,162)
#5E7A90
(94,122,144)
#536C7E
(83,108,126)
#485E6C
(72,94,108)
#3D505A
(61,80,90)
#324248
(50,66,72)
#273436
(39,52,54)
#1C2624
(28,38,36)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #7FA4C6

#7FA4C6
(127,164,198)
#8AACCB
(138,172,203)
#95B4D0
(149,180,208)
#A0BCD5
(160,188,213)
#ABC4DA
(171,196,218)
#B6CCDF
(182,204,223)
#C1D4E4
(193,212,228)
#CCDCE9
(204,220,233)
#D7E4EE
(215,228,238)
#E2ECF3
(226,236,243)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA4C6; }

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

This text font color is #7FA4C6.


Background Color

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

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

This div background color is #7FA4C6.


Border color

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

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

This div border color is #7FA4C6.


Opacity

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

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

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

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

This text has shadow with #7FA4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA4C6 on black background.


Color preview on white background

This text has color #7FA4C6 on white background.



Black color preview on #7FA4C6 background

This text has black color on #7FA4C6 background.


White color preview on #7FA4C6 background

This text has white color on #7FA4C6 background.