COLOR #7FA7C7

HEX: #7FA7C7
RGB: (127,167,199)

Color info

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

RGB color model

#7FA7C7 color RGB value is (127,167,199).

  • red value is 127;
  • green value is 167;
  • blue value is 199.
RGB:
(127,167,199)
(50%,65%,78%)

RGB channels and saturation

R 127 of 255 = 50%
G 167 of 255 = 65%
B 199 of 255 = 78%

127
167
199

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

Portions of RGB colors in percentages

R + G + B =
127 + 167 + 199 = 493 (100%)
R 127 of 493 ~ 25.76%
G 167 of 493 ~ 33.87%
B 199 of 493 ~ 40.37%

%25.76
%33.87
%40.37

CMYK color model

#7FA7C7 color CMYK value is (36,16,0,22).

  • cyan value is 36.18%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(36,16,0,22)
C36M16Y0K22 
(36%,16%,0%,22%)
(0.36/0.16/0.00/0.22)	

CMYK percentages

%36.18
%16.08
%0
%21.96

Codes

Color #7FA7C7 in popluar color models

7FA7C7
RGB127167199
HSL207°39.13%63.92%
HSB/HSV207°36.18%78.04%
CMYK36.18%16.08%0.00%
21.96%

Color #7FA7C7 in popluar number systems.

HEX7FA7C7
Decimal127167199
Binary11111111010011111000111
Octal177247307

Shades and tints

Shades of #7FA7C7

#7FA7C7
(127,167,199)
#7498B5
(116,152,181)
#6989A3
(105,137,163)
#5E7A91
(94,122,145)
#536B7F
(83,107,127)
#485C6D
(72,92,109)
#3D4D5B
(61,77,91)
#323E49
(50,62,73)
#272F37
(39,47,55)
#1C2025
(28,32,37)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #7FA7C7

#7FA7C7
(127,167,199)
#8AAFCC
(138,175,204)
#95B7D1
(149,183,209)
#A0BFD6
(160,191,214)
#ABC7DB
(171,199,219)
#B6CFE0
(182,207,224)
#C1D7E5
(193,215,229)
#CCDFEA
(204,223,234)
#D7E7EF
(215,231,239)
#E2EFF4
(226,239,244)
#EDF7F9
(237,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA7C7 color. Also use rgb(127,167,199) instead hex code.

Text Font Color

.myTextColor { color: #7FA7C7; }

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

This text font color is #7FA7C7.


Background Color

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

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

This div background color is #7FA7C7.


Border color

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

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

This div border color is #7FA7C7.


Opacity

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

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

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

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

This text has shadow with #7FA7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA7C7 on black background.


Color preview on white background

This text has color #7FA7C7 on white background.



Black color preview on #7FA7C7 background

This text has black color on #7FA7C7 background.


White color preview on #7FA7C7 background

This text has white color on #7FA7C7 background.