COLOR #7FA9CC

HEX: #7FA9CC
RGB: (127,169,204)

Color info

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

RGB color model

#7FA9CC color RGB value is (127,169,204).

  • red value is 127;
  • green value is 169;
  • blue value is 204.
RGB:
(127,169,204)
(50%,66%,80%)

RGB channels and saturation

R 127 of 255 = 50%
G 169 of 255 = 66%
B 204 of 255 = 80%

127
169
204

R + G + B ~ 65%. #7FA9CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 169 + 204 = 500 (100%)
R 127 of 500 ~ 25.4%
G 169 of 500 ~ 33.8%
B 204 of 500 ~ 40.8%

%25.4
%33.8
%40.8

CMYK color model

#7FA9CC color CMYK value is (38,17,0,20).

  • cyan value is 37.75%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(38,17,0,20)
C38M17Y0K20 
(38%,17%,0%,20%)
(0.38/0.17/0.00/0.20)	

CMYK percentages

%37.75
%17.16
%0
%20

Codes

Color #7FA9CC in popluar color models

7FA9CC
RGB127169204
HSL207°43.02%64.90%
HSB/HSV207°37.75%80.00%
CMYK37.75%17.16%0.00%
20.00%

Color #7FA9CC in popluar number systems.

HEX7FA9CC
Decimal127169204
Binary11111111010100111001100
Octal177251314

Shades and tints

Shades of #7FA9CC

#7FA9CC
(127,169,204)
#749ABA
(116,154,186)
#698BA8
(105,139,168)
#5E7C96
(94,124,150)
#536D84
(83,109,132)
#485E72
(72,94,114)
#3D4F60
(61,79,96)
#32404E
(50,64,78)
#27313C
(39,49,60)
#1C222A
(28,34,42)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #7FA9CC

#7FA9CC
(127,169,204)
#8AB0D0
(138,176,208)
#95B7D4
(149,183,212)
#A0BED8
(160,190,216)
#ABC5DC
(171,197,220)
#B6CCE0
(182,204,224)
#C1D3E4
(193,211,228)
#CCDAE8
(204,218,232)
#D7E1EC
(215,225,236)
#E2E8F0
(226,232,240)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA9CC color. Also use rgb(127,169,204) instead hex code.

Text Font Color

.myTextColor { color: #7FA9CC; }

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

This text font color is #7FA9CC.


Background Color

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

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

This div background color is #7FA9CC.


Border color

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

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

This div border color is #7FA9CC.


Opacity

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

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

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

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

This text has shadow with #7FA9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA9CC on black background.


Color preview on white background

This text has color #7FA9CC on white background.



Black color preview on #7FA9CC background

This text has black color on #7FA9CC background.


White color preview on #7FA9CC background

This text has white color on #7FA9CC background.