COLOR #7FCAA6

HEX: #7FCAA6
RGB: (127,202,166)

Color info

#7FCAA6 contains mainly green and blue colors. Web safe color of #7FCAA6 is #66CC99 (or #6C9).

RGB color model

#7FCAA6 color RGB value is (127,202,166).

  • red value is 127;
  • green value is 202;
  • blue value is 166.
RGB: (127,202,166) (50%,79%,65%)

RGB channels and saturation

R 127 of 255 = 50%
G 202 of 255 = 79%
B 166 of 255 = 65%

127
202
166

R + G + B ~ 65%. #7FCAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 202 + 166 = 495 (100%)
R 127 of 495 ~ 25.66%
G 202 of 495 ~ 40.81%
B 166 of 495 ~ 33.54%

%25.66
%40.81
%33.54

CMYK color model

#7FCAA6 color CMYK value is (37,0,18,21).

  • cyan value is 37.13%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 20.78%
CMYK: (37,0,18,21) C37M0Y18K21 (37%,0%,18%,21%) (0.37/0.00/0.18/0.21)

CMYK percentages

%37.13
%0
%17.82
%20.78

Codes

Color #7FCAA6 in popluar color models

7FCAA6
RGB127202166
HSL151°41.44%64.51%
HSB/HSV151°37.13%79.22%
CMYK37.13%0.00%17.82%
20.78%

Color #7FCAA6 in popluar number systems.

HEX7FCAA6
Decimal127202166
Binary11111111100101010100110
Octal177312246

Shades and tints

Shades of #7FCAA6

#7FCAA6
(127,202,166)
#74B897
(116,184,151)
#69A688
(105,166,136)
#5E9479
(94,148,121)
#53826A
(83,130,106)
#48705B
(72,112,91)
#3D5E4C
(61,94,76)
#324C3D
(50,76,61)
#273A2E
(39,58,46)
#1C281F
(28,40,31)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #7FCAA6

#7FCAA6
(127,202,166)
#8ACEAE
(138,206,174)
#95D2B6
(149,210,182)
#A0D6BE
(160,214,190)
#ABDAC6
(171,218,198)
#B6DECE
(182,222,206)
#C1E2D6
(193,226,214)
#CCE6DE
(204,230,222)
#D7EAE6
(215,234,230)
#E2EEEE
(226,238,238)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FCAA6; }

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

This text font color is #7FCAA6.


Background Color

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

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

This div background color is #7FCAA6.


Border color

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

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

This div border color is #7FCAA6.


Opacity

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

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

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

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

This text has shadow with #7FCAA6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7FCAA6 on black background.


Color preview on white background

This text has color #7FCAA6 on white background.



Black color preview on #7FCAA6 background

This text has black color on #7FCAA6 background.


White color preview on #7FCAA6 background

This text has white color on #7FCAA6 background.