COLOR #7FCCA2

HEX: #7FCCA2
RGB: (127,204,162)

Color info

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

RGB color model

#7FCCA2 color RGB value is (127,204,162).

  • red value is 127;
  • green value is 204;
  • blue value is 162.
RGB:
(127,204,162)
(50%,80%,64%)

RGB channels and saturation

R 127 of 255 = 50%
G 204 of 255 = 80%
B 162 of 255 = 64%

127
204
162

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

Portions of RGB colors in percentages

R + G + B =
127 + 204 + 162 = 493 (100%)
R 127 of 493 ~ 25.76%
G 204 of 493 ~ 41.38%
B 162 of 493 ~ 32.86%

%25.76
%41.38
%32.86

CMYK color model

#7FCCA2 color CMYK value is (38,0,21,20).

  • cyan value is 37.75%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 20.00%
CMYK:
(38,0,21,20)
C38M0Y21K20 
(38%,0%,21%,20%)
(0.38/0.00/0.21/0.20)	

CMYK percentages

%37.75
%0
%20.59
%20

Codes

Color #7FCCA2 in popluar color models

7FCCA2
RGB127204162
HSL147°43.02%64.90%
HSB/HSV147°37.75%80.00%
CMYK37.75%0.00%20.59%
20.00%

Color #7FCCA2 in popluar number systems.

HEX7FCCA2
Decimal127204162
Binary11111111100110010100010
Octal177314242

Shades and tints

Shades of #7FCCA2

#7FCCA2
(127,204,162)
#74BA94
(116,186,148)
#69A886
(105,168,134)
#5E9678
(94,150,120)
#53846A
(83,132,106)
#48725C
(72,114,92)
#3D604E
(61,96,78)
#324E40
(50,78,64)
#273C32
(39,60,50)
#1C2A24
(28,42,36)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #7FCCA2

#7FCCA2
(127,204,162)
#8AD0AA
(138,208,170)
#95D4B2
(149,212,178)
#A0D8BA
(160,216,186)
#ABDCC2
(171,220,194)
#B6E0CA
(182,224,202)
#C1E4D2
(193,228,210)
#CCE8DA
(204,232,218)
#D7ECE2
(215,236,226)
#E2F0EA
(226,240,234)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FCCA2 color. Also use rgb(127,204,162) instead hex code.

Text Font Color

.myTextColor { color: #7FCCA2; }

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

This text font color is #7FCCA2.


Background Color

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

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

This div background color is #7FCCA2.


Border color

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

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

This div border color is #7FCCA2.


Opacity

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

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

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

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

This text has shadow with #7FCCA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FCCA2 on black background.


Color preview on white background

This text has color #7FCCA2 on white background.



Black color preview on #7FCCA2 background

This text has black color on #7FCCA2 background.


White color preview on #7FCCA2 background

This text has white color on #7FCCA2 background.