COLOR #7FAC98

HEX: #7FAC98
RGB: (127,172,152)

Color info

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

RGB color model

#7FAC98 color RGB value is (127,172,152).

  • red value is 127;
  • green value is 172;
  • blue value is 152.
RGB:
(127,172,152)
(50%,67%,60%)

RGB channels and saturation

R 127 of 255 = 50%
G 172 of 255 = 67%
B 152 of 255 = 60%

127
172
152

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

Portions of RGB colors in percentages

R + G + B =
127 + 172 + 152 = 451 (100%)
R 127 of 451 ~ 28.16%
G 172 of 451 ~ 38.14%
B 152 of 451 ~ 33.7%

%28.16
%38.14
%33.7

CMYK color model

#7FAC98 color CMYK value is (26,0,12,33).

  • cyan value is 26.16%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 32.55%
CMYK:
(26,0,12,33)
C26M0Y12K33 
(26%,0%,12%,33%)
(0.26/0.00/0.12/0.33)	

CMYK percentages

%26.16
%0
%11.63
%32.55

Codes

Color #7FAC98 in popluar color models

7FAC98
RGB127172152
HSL153°21.33%58.63%
HSB/HSV153°26.16%67.45%
CMYK26.16%0.00%11.63%
32.55%

Color #7FAC98 in popluar number systems.

HEX7FAC98
Decimal127172152
Binary11111111010110010011000
Octal177254230

Shades and tints

Shades of #7FAC98

#7FAC98
(127,172,152)
#749D8B
(116,157,139)
#698E7E
(105,142,126)
#5E7F71
(94,127,113)
#537064
(83,112,100)
#486157
(72,97,87)
#3D524A
(61,82,74)
#32433D
(50,67,61)
#273430
(39,52,48)
#1C2523
(28,37,35)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #7FAC98

#7FAC98
(127,172,152)
#8AB3A1
(138,179,161)
#95BAAA
(149,186,170)
#A0C1B3
(160,193,179)
#ABC8BC
(171,200,188)
#B6CFC5
(182,207,197)
#C1D6CE
(193,214,206)
#CCDDD7
(204,221,215)
#D7E4E0
(215,228,224)
#E2EBE9
(226,235,233)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAC98 color. Also use rgb(127,172,152) instead hex code.

Text Font Color

.myTextColor { color: #7FAC98; }

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

This text font color is #7FAC98.


Background Color

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

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

This div background color is #7FAC98.


Border color

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

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

This div border color is #7FAC98.


Opacity

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

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

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

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

This text has shadow with #7FAC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAC98 on black background.


Color preview on white background

This text has color #7FAC98 on white background.



Black color preview on #7FAC98 background

This text has black color on #7FAC98 background.


White color preview on #7FAC98 background

This text has white color on #7FAC98 background.