COLOR #7FA9C3

HEX: #7FA9C3
RGB: (127,169,195)

Color info

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

RGB color model

#7FA9C3 color RGB value is (127,169,195).

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

RGB channels and saturation

R 127 of 255 = 50%
G 169 of 255 = 66%
B 195 of 255 = 76%

127
169
195

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

Portions of RGB colors in percentages

R + G + B =
127 + 169 + 195 = 491 (100%)
R 127 of 491 ~ 25.87%
G 169 of 491 ~ 34.42%
B 195 of 491 ~ 39.71%

%25.87
%34.42
%39.71

CMYK color model

#7FA9C3 color CMYK value is (35,13,0,24).

  • cyan value is 34.87%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(35,13,0,24)
C35M13Y0K24 
(35%,13%,0%,24%)
(0.35/0.13/0.00/0.24)	

CMYK percentages

%34.87
%13.33
%0
%23.53

Codes

Color #7FA9C3 in popluar color models

7FA9C3
RGB127169195
HSL203°36.17%63.14%
HSB/HSV203°34.87%76.47%
CMYK34.87%13.33%0.00%
23.53%

Color #7FA9C3 in popluar number systems.

HEX7FA9C3
Decimal127169195
Binary11111111010100111000011
Octal177251303

Shades and tints

Shades of #7FA9C3

#7FA9C3
(127,169,195)
#749AB2
(116,154,178)
#698BA1
(105,139,161)
#5E7C90
(94,124,144)
#536D7F
(83,109,127)
#485E6E
(72,94,110)
#3D4F5D
(61,79,93)
#32404C
(50,64,76)
#27313B
(39,49,59)
#1C222A
(28,34,42)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #7FA9C3

#7FA9C3
(127,169,195)
#8AB0C8
(138,176,200)
#95B7CD
(149,183,205)
#A0BED2
(160,190,210)
#ABC5D7
(171,197,215)
#B6CCDC
(182,204,220)
#C1D3E1
(193,211,225)
#CCDAE6
(204,218,230)
#D7E1EB
(215,225,235)
#E2E8F0
(226,232,240)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA9C3; }

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

This text font color is #7FA9C3.


Background Color

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

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

This div background color is #7FA9C3.


Border color

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

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

This div border color is #7FA9C3.


Opacity

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

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

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

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

This text has shadow with #7FA9C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA9C3 on black background.


Color preview on white background

This text has color #7FA9C3 on white background.



Black color preview on #7FA9C3 background

This text has black color on #7FA9C3 background.


White color preview on #7FA9C3 background

This text has white color on #7FA9C3 background.