COLOR #7FA4C1

HEX: #7FA4C1
RGB: (127,164,193)

Color info

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

RGB color model

#7FA4C1 color RGB value is (127,164,193).

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

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 193 of 255 = 76%

127
164
193

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

Portions of RGB colors in percentages

R + G + B =
127 + 164 + 193 = 484 (100%)
R 127 of 484 ~ 26.24%
G 164 of 484 ~ 33.88%
B 193 of 484 ~ 39.88%

%26.24
%33.88
%39.88

CMYK color model

#7FA4C1 color CMYK value is (34,15,0,24).

  • cyan value is 34.20%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(34,15,0,24)
C34M15Y0K24 
(34%,15%,0%,24%)
(0.34/0.15/0.00/0.24)	

CMYK percentages

%34.2
%15.03
%0
%24.31

Codes

Color #7FA4C1 in popluar color models

7FA4C1
RGB127164193
HSL206°34.74%62.75%
HSB/HSV206°34.20%75.69%
CMYK34.20%15.03%0.00%
24.31%

Color #7FA4C1 in popluar number systems.

HEX7FA4C1
Decimal127164193
Binary11111111010010011000001
Octal177244301

Shades and tints

Shades of #7FA4C1

#7FA4C1
(127,164,193)
#7496B0
(116,150,176)
#69889F
(105,136,159)
#5E7A8E
(94,122,142)
#536C7D
(83,108,125)
#485E6C
(72,94,108)
#3D505B
(61,80,91)
#32424A
(50,66,74)
#273439
(39,52,57)
#1C2628
(28,38,40)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #7FA4C1

#7FA4C1
(127,164,193)
#8AACC6
(138,172,198)
#95B4CB
(149,180,203)
#A0BCD0
(160,188,208)
#ABC4D5
(171,196,213)
#B6CCDA
(182,204,218)
#C1D4DF
(193,212,223)
#CCDCE4
(204,220,228)
#D7E4E9
(215,228,233)
#E2ECEE
(226,236,238)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA4C1; }

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

This text font color is #7FA4C1.


Background Color

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

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

This div background color is #7FA4C1.


Border color

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

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

This div border color is #7FA4C1.


Opacity

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

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

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

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

This text has shadow with #7FA4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA4C1 on black background.


Color preview on white background

This text has color #7FA4C1 on white background.



Black color preview on #7FA4C1 background

This text has black color on #7FA4C1 background.


White color preview on #7FA4C1 background

This text has white color on #7FA4C1 background.