COLOR #7FA9D6

HEX: #7FA9D6 RGB: (127,169,214)

Color info

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

RGB color model

#7FA9D6 color RGB value is (127,169,214).

RGB: (127,169,214) (50%, 66%, 84%)

RGB channels and saturation

R 127 of 255 = 50%
G 169 of 255 = 66%
B 214 of 255 = 84%

127
169
214

R + G + B ~ 67%. #7FA9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 169 + 214 = 510 (100%)
R 127 of 510 ~ 24.9%
G 169 of 510 ~ 33.14%
B 214 of 510 ~ 41.96'%

%24.9
%33.14
%41.96

CMYK color model

#7FA9D6 color CMYK value is (41,21,0,16).

  • cyan value is 40.65%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (41,21,0,16)
C41M21Y0K16 (41%, 21%, 0%, 16%)
(0.41 / 0.21 / 0.00 / 0.16)

CMYK percentages

%40.65
%21.03
%0
%16.08

Codes

Color #7FA9D6 in popluar color models

7F A9 D6
RGB 127 169 214
HSL 211° 51.48% 66.86%
HSB/HSV 211° 40.65% 83.92%
CMYK 40.65% 21.03% 0.00%
16.08%

Color #7FA9D6 in popluar number systems.

HEX 7F A9 D6
Decimal 127 169 214
Binary 1111111 10101001 11010110
Octal 177 251 326

Shades and tints

Shades of #7FA9D6

#7FA9D6
(127,169,214)
#749AC3
(116,154,195)
#698BB0
(105,139,176)
#5E7C9D
(94,124,157)
#536D8A
(83,109,138)
#485E77
(72,94,119)
#3D4F64
(61,79,100)
#324051
(50,64,81)
#27313E
(39,49,62)
#1C222B
(28,34,43)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #7FA9D6

#7FA9D6
(127,169,214)
#8AB0D9
(138,176,217)
#95B7DC
(149,183,220)
#A0BEDF
(160,190,223)
#ABC5E2
(171,197,226)
#B6CCE5
(182,204,229)
#C1D3E8
(193,211,232)
#CCDAEB
(204,218,235)
#D7E1EE
(215,225,238)
#E2E8F1
(226,232,241)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA9D6; }

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

This text font color is #7FA9D6.

Background Color

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

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

This div background color is #7FA9D6.

Border color

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

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

This div border color is #7FA9D6.

Opacity

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

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

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

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

This text has shadow with #7FA9D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA9D6.

Preview

Color preview on black background

This text has color #7FA9D6 on black background.


Color preview on white background

This text has color #7FA9D6 on white background.


Black color preview on #7FA9D6 background

This text has black color on #7FA9D6 background.


White color preview on #7FA9D6 background

This text has white color on #7FA9D6 background.


Related colors

Complementary color

Complementary color for #hex is #805629.


I love getcolorcode.com

Triadic colors

1 #D67FA9 and #A9D67F with #7FA9D6 are triadic colors.

2 #D6A97F and #A97FD6 with #7FA9D6 are triadic colors.