COLOR #7FA48C

HEX: #7FA48C
RGB: (127,164,140)

Color info

#7FA48C contains red, green and blue colors in about the same proportion. Web safe color of #7FA48C is #669999 (or #699).

RGB color model

#7FA48C color RGB value is (127,164,140).

  • red value is 127;
  • green value is 164;
  • blue value is 140.
RGB:
(127,164,140)
(50%,64%,55%)

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 140 of 255 = 55%

127
164
140

R + G + B ~ 56%. #7FA48C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 164 + 140 = 431 (100%)
R 127 of 431 ~ 29.47%
G 164 of 431 ~ 38.05%
B 140 of 431 ~ 32.48%

%29.47
%38.05
%32.48

CMYK color model

#7FA48C color CMYK value is (23,0,15,36).

  • cyan value is 22.56%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(23,0,15,36)
C23M0Y15K36 
(23%,0%,15%,36%)
(0.23/0.00/0.15/0.36)	

CMYK percentages

%22.56
%0
%14.63
%35.69

Codes

Color #7FA48C in popluar color models

7FA48C
RGB127164140
HSL141°16.89%57.06%
HSB/HSV141°22.56%64.31%
CMYK22.56%0.00%14.63%
35.69%

Color #7FA48C in popluar number systems.

HEX7FA48C
Decimal127164140
Binary11111111010010010001100
Octal177244214

Shades and tints

Shades of #7FA48C

#7FA48C
(127,164,140)
#749680
(116,150,128)
#698874
(105,136,116)
#5E7A68
(94,122,104)
#536C5C
(83,108,92)
#485E50
(72,94,80)
#3D5044
(61,80,68)
#324238
(50,66,56)
#27342C
(39,52,44)
#1C2620
(28,38,32)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #7FA48C

#7FA48C
(127,164,140)
#8AAC96
(138,172,150)
#95B4A0
(149,180,160)
#A0BCAA
(160,188,170)
#ABC4B4
(171,196,180)
#B6CCBE
(182,204,190)
#C1D4C8
(193,212,200)
#CCDCD2
(204,220,210)
#D7E4DC
(215,228,220)
#E2ECE6
(226,236,230)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA48C color. Also use rgb(127,164,140) instead hex code.

Text Font Color

.myTextColor { color: #7FA48C; }

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

This text font color is #7FA48C.


Background Color

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

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

This div background color is #7FA48C.


Border color

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

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

This div border color is #7FA48C.


Opacity

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

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

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

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

This text has shadow with #7FA48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA48C on black background.


Color preview on white background

This text has color #7FA48C on white background.



Black color preview on #7FA48C background

This text has black color on #7FA48C background.


White color preview on #7FA48C background

This text has white color on #7FA48C background.