COLOR #7FA8C2

HEX: #7FA8C2
RGB: (127,168,194)

Color info

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

RGB color model

#7FA8C2 color RGB value is (127,168,194).

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

RGB channels and saturation

R 127 of 255 = 50%
G 168 of 255 = 66%
B 194 of 255 = 76%

127
168
194

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

Portions of RGB colors in percentages

R + G + B =
127 + 168 + 194 = 489 (100%)
R 127 of 489 ~ 25.97%
G 168 of 489 ~ 34.36%
B 194 of 489 ~ 39.67%

%25.97
%34.36
%39.67

CMYK color model

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

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

CMYK percentages

%34.54
%13.4
%0
%23.92

Codes

Color #7FA8C2 in popluar color models

7FA8C2
RGB127168194
HSL203°35.45%62.94%
HSB/HSV203°34.54%76.08%
CMYK34.54%13.40%0.00%
23.92%

Color #7FA8C2 in popluar number systems.

HEX7FA8C2
Decimal127168194
Binary11111111010100011000010
Octal177250302

Shades and tints

Shades of #7FA8C2

#7FA8C2
(127,168,194)
#7499B1
(116,153,177)
#698AA0
(105,138,160)
#5E7B8F
(94,123,143)
#536C7E
(83,108,126)
#485D6D
(72,93,109)
#3D4E5C
(61,78,92)
#323F4B
(50,63,75)
#27303A
(39,48,58)
#1C2129
(28,33,41)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #7FA8C2

#7FA8C2
(127,168,194)
#8AAFC7
(138,175,199)
#95B6CC
(149,182,204)
#A0BDD1
(160,189,209)
#ABC4D6
(171,196,214)
#B6CBDB
(182,203,219)
#C1D2E0
(193,210,224)
#CCD9E5
(204,217,229)
#D7E0EA
(215,224,234)
#E2E7EF
(226,231,239)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA8C2; }

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

This text font color is #7FA8C2.


Background Color

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

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

This div background color is #7FA8C2.


Border color

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

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

This div border color is #7FA8C2.


Opacity

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

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

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

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

This text has shadow with #7FA8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA8C2 on black background.


Color preview on white background

This text has color #7FA8C2 on white background.



Black color preview on #7FA8C2 background

This text has black color on #7FA8C2 background.


White color preview on #7FA8C2 background

This text has white color on #7FA8C2 background.