COLOR #7FA9C5

HEX: #7FA9C5 RGB: (127,169,197)

Color info

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

RGB color model

#7FA9C5 color RGB value is (127,169,197).

RGB: (127,169,197) (50%, 66%, 77%)

RGB channels and saturation

R 127 of 255 = 50%
G 169 of 255 = 66%
B 197 of 255 = 77%

127
169
197

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

Portions of RGB colors in percentages

R + G + B = 127 + 169 + 197 = 493 (100%)
R 127 of 493 ~ 25.76%
G 169 of 493 ~ 34.28%
B 197 of 493 ~ 39.96'%

%25.76
%34.28
%39.96

CMYK color model

#7FA9C5 color CMYK value is (36,14,0,23).

  • cyan value is 35.53%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (36,14,0,23)
C36M14Y0K23 (36%, 14%, 0%, 23%)
(0.36 / 0.14 / 0.00 / 0.23)

CMYK percentages

%35.53
%14.21
%0
%22.75

Codes

Color #7FA9C5 in popluar color models

7F A9 C5
RGB 127 169 197
HSL 204° 37.63% 63.53%
HSB/HSV 204° 35.53% 77.25%
CMYK 35.53% 14.21% 0.00%
22.75%

Color #7FA9C5 in popluar number systems.

HEX 7F A9 C5
Decimal 127 169 197
Binary 1111111 10101001 11000101
Octal 177 251 305

Shades and tints

Shades of #7FA9C5

#7FA9C5
(127,169,197)
#749AB4
(116,154,180)
#698BA3
(105,139,163)
#5E7C92
(94,124,146)
#536D81
(83,109,129)
#485E70
(72,94,112)
#3D4F5F
(61,79,95)
#32404E
(50,64,78)
#27313D
(39,49,61)
#1C222C
(28,34,44)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #7FA9C5

#7FA9C5
(127,169,197)
#8AB0CA
(138,176,202)
#95B7CF
(149,183,207)
#A0BED4
(160,190,212)
#ABC5D9
(171,197,217)
#B6CCDE
(182,204,222)
#C1D3E3
(193,211,227)
#CCDAE8
(204,218,232)
#D7E1ED
(215,225,237)
#E2E8F2
(226,232,242)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA9C5; }

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

This text font color is #7FA9C5.

Background Color

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

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

This div background color is #7FA9C5.

Border color

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

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

This div border color is #7FA9C5.

Opacity

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

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

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

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

This text has shadow with #7FA9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA9C5.

Preview

Color preview on black background

This text has color #7FA9C5 on black background.


Color preview on white background

This text has color #7FA9C5 on white background.


Black color preview on #7FA9C5 background

This text has black color on #7FA9C5 background.


White color preview on #7FA9C5 background

This text has white color on #7FA9C5 background.


Related colors

Complementary color

Complementary color for #hex is #80563A.


I love getcolorcode.com

Triadic colors

1 #C57FA9 and #A9C57F with #7FA9C5 are triadic colors.

2 #C5A97F and #A97FC5 with #7FA9C5 are triadic colors.