COLOR #7FA3CA

HEX: #7FA3CA RGB: (127,163,202)

Color info

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

RGB color model

#7FA3CA color RGB value is (127,163,202).

RGB: (127,163,202) (50%, 64%, 79%)

RGB channels and saturation

R 127 of 255 = 50%
G 163 of 255 = 64%
B 202 of 255 = 79%

127
163
202

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

Portions of RGB colors in percentages

R + G + B = 127 + 163 + 202 = 492 (100%)
R 127 of 492 ~ 25.81%
G 163 of 492 ~ 33.13%
B 202 of 492 ~ 41.06'%

%25.81
%33.13
%41.06

CMYK color model

#7FA3CA color CMYK value is (37,19,0,21).

  • cyan value is 37.13%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (37,19,0,21)
C37M19Y0K21 (37%, 19%, 0%, 21%)
(0.37 / 0.19 / 0.00 / 0.21)

CMYK percentages

%37.13
%19.31
%0
%20.78

Codes

Color #7FA3CA in popluar color models

7F A3 CA
RGB 127 163 202
HSL 211° 41.44% 64.51%
HSB/HSV 211° 37.13% 79.22%
CMYK 37.13% 19.31% 0.00%
20.78%

Color #7FA3CA in popluar number systems.

HEX 7F A3 CA
Decimal 127 163 202
Binary 1111111 10100011 11001010
Octal 177 243 312

Shades and tints

Shades of #7FA3CA

#7FA3CA
(127,163,202)
#7495B8
(116,149,184)
#6987A6
(105,135,166)
#5E7994
(94,121,148)
#536B82
(83,107,130)
#485D70
(72,93,112)
#3D4F5E
(61,79,94)
#32414C
(50,65,76)
#27333A
(39,51,58)
#1C2528
(28,37,40)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #7FA3CA

#7FA3CA
(127,163,202)
#8AABCE
(138,171,206)
#95B3D2
(149,179,210)
#A0BBD6
(160,187,214)
#ABC3DA
(171,195,218)
#B6CBDE
(182,203,222)
#C1D3E2
(193,211,226)
#CCDBE6
(204,219,230)
#D7E3EA
(215,227,234)
#E2EBEE
(226,235,238)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA3CA; }

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

This text font color is #7FA3CA.

Background Color

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

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

This div background color is #7FA3CA.

Border color

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

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

This div border color is #7FA3CA.

Opacity

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

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

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

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

This text has shadow with #7FA3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA3CA.

Preview

Color preview on black background

This text has color #7FA3CA on black background.


Color preview on white background

This text has color #7FA3CA on white background.


Black color preview on #7FA3CA background

This text has black color on #7FA3CA background.


White color preview on #7FA3CA background

This text has white color on #7FA3CA background.


Related colors

Complementary color

Complementary color for #hex is #805C35.


I love getcolorcode.com

Triadic colors

1 #CA7FA3 and #A3CA7F with #7FA3CA are triadic colors.

2 #CAA37F and #A37FCA with #7FA3CA are triadic colors.