COLOR #7FA5C2

HEX: #7FA5C2
RGB: (127,165,194)

Color info

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

RGB color model

#7FA5C2 color RGB value is (127,165,194).

  • red value is 127;
  • green value is 165;
  • blue value is 194.
RGB:
(127,165,194)
(50%,65%,76%)

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 194 of 255 = 76%

127
165
194

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

Portions of RGB colors in percentages

R + G + B =
127 + 165 + 194 = 486 (100%)
R 127 of 486 ~ 26.13%
G 165 of 486 ~ 33.95%
B 194 of 486 ~ 39.92%

%26.13
%33.95
%39.92

CMYK color model

#7FA5C2 color CMYK value is (35,15,0,24).

  • cyan value is 34.54%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(35,15,0,24)
C35M15Y0K24 
(35%,15%,0%,24%)
(0.35/0.15/0.00/0.24)	

CMYK percentages

%34.54
%14.95
%0
%23.92

Codes

Color #7FA5C2 in popluar color models

7FA5C2
RGB127165194
HSL206°35.45%62.94%
HSB/HSV206°34.54%76.08%
CMYK34.54%14.95%0.00%
23.92%

Color #7FA5C2 in popluar number systems.

HEX7FA5C2
Decimal127165194
Binary11111111010010111000010
Octal177245302

Shades and tints

Shades of #7FA5C2

#7FA5C2
(127,165,194)
#7496B1
(116,150,177)
#6987A0
(105,135,160)
#5E788F
(94,120,143)
#53697E
(83,105,126)
#485A6D
(72,90,109)
#3D4B5C
(61,75,92)
#323C4B
(50,60,75)
#272D3A
(39,45,58)
#1C1E29
(28,30,41)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #7FA5C2

#7FA5C2
(127,165,194)
#8AADC7
(138,173,199)
#95B5CC
(149,181,204)
#A0BDD1
(160,189,209)
#ABC5D6
(171,197,214)
#B6CDDB
(182,205,219)
#C1D5E0
(193,213,224)
#CCDDE5
(204,221,229)
#D7E5EA
(215,229,234)
#E2EDEF
(226,237,239)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA5C2 color. Also use rgb(127,165,194) instead hex code.

Text Font Color

.myTextColor { color: #7FA5C2; }

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

This text font color is #7FA5C2.


Background Color

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

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

This div background color is #7FA5C2.


Border color

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

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

This div border color is #7FA5C2.


Opacity

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

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

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

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

This text has shadow with #7FA5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA5C2 on black background.


Color preview on white background

This text has color #7FA5C2 on white background.



Black color preview on #7FA5C2 background

This text has black color on #7FA5C2 background.


White color preview on #7FA5C2 background

This text has white color on #7FA5C2 background.