COLOR #7FAFCA

HEX: #7FAFCA
RGB: (127,175,202)

Color info

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

RGB color model

#7FAFCA color RGB value is (127,175,202).

  • red value is 127;
  • green value is 175;
  • blue value is 202.
RGB:
(127,175,202)
(50%,69%,79%)

RGB channels and saturation

R 127 of 255 = 50%
G 175 of 255 = 69%
B 202 of 255 = 79%

127
175
202

R + G + B ~ 66%. #7FAFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 175 + 202 = 504 (100%)
R 127 of 504 ~ 25.2%
G 175 of 504 ~ 34.72%
B 202 of 504 ~ 40.08%

%25.2
%34.72
%40.08

CMYK color model

#7FAFCA color CMYK value is (37,13,0,21).

  • cyan value is 37.13%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(37,13,0,21)
C37M13Y0K21 
(37%,13%,0%,21%)
(0.37/0.13/0.00/0.21)	

CMYK percentages

%37.13
%13.37
%0
%20.78

Codes

Color #7FAFCA in popluar color models

7FAFCA
RGB127175202
HSL202°41.44%64.51%
HSB/HSV202°37.13%79.22%
CMYK37.13%13.37%0.00%
20.78%

Color #7FAFCA in popluar number systems.

HEX7FAFCA
Decimal127175202
Binary11111111010111111001010
Octal177257312

Shades and tints

Shades of #7FAFCA

#7FAFCA
(127,175,202)
#74A0B8
(116,160,184)
#6991A6
(105,145,166)
#5E8294
(94,130,148)
#537382
(83,115,130)
#486470
(72,100,112)
#3D555E
(61,85,94)
#32464C
(50,70,76)
#27373A
(39,55,58)
#1C2828
(28,40,40)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #7FAFCA

#7FAFCA
(127,175,202)
#8AB6CE
(138,182,206)
#95BDD2
(149,189,210)
#A0C4D6
(160,196,214)
#ABCBDA
(171,203,218)
#B6D2DE
(182,210,222)
#C1D9E2
(193,217,226)
#CCE0E6
(204,224,230)
#D7E7EA
(215,231,234)
#E2EEEE
(226,238,238)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAFCA color. Also use rgb(127,175,202) instead hex code.

Text Font Color

.myTextColor { color: #7FAFCA; }

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

This text font color is #7FAFCA.


Background Color

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

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

This div background color is #7FAFCA.


Border color

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

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

This div border color is #7FAFCA.


Opacity

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

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

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

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

This text has shadow with #7FAFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAFCA on black background.


Color preview on white background

This text has color #7FAFCA on white background.



Black color preview on #7FAFCA background

This text has black color on #7FAFCA background.


White color preview on #7FAFCA background

This text has white color on #7FAFCA background.