COLOR #7FFACC

HEX: #7FFACC
RGB: (127,250,204)

Color info

#7FFACC contains mainly green and blue colors. Web safe color of #7FFACC is #66FFCC (or #6FC).

RGB color model

#7FFACC color RGB value is (127,250,204).

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

RGB channels and saturation

R 127 of 255 = 50%
G 250 of 255 = 98%
B 204 of 255 = 80%

127
250
204

R + G + B ~ 76%. #7FFACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 250 + 204 = 581 (100%)
R 127 of 581 ~ 21.86%
G 250 of 581 ~ 43.03%
B 204 of 581 ~ 35.11%

%21.86
%43.03
%35.11

CMYK color model

#7FFACC color CMYK value is (49,0,18,2).

  • cyan value is 49.20%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 1.96%
CMYK:
(49,0,18,2)
C49M0Y18K2 
(49%,0%,18%,2%)
(0.49/0.00/0.18/0.02)	

CMYK percentages

%49.2
%0
%18.4
%1.96

Codes

Color #7FFACC in popluar color models

7FFACC
RGB127250204
HSL158°92.48%73.92%
HSB/HSV158°49.20%98.04%
CMYK49.20%0.00%18.40%
1.96%

Color #7FFACC in popluar number systems.

HEX7FFACC
Decimal127250204
Binary11111111111101011001100
Octal177372314

Shades and tints

Shades of #7FFACC

#7FFACC
(127,250,204)
#74E4BA
(116,228,186)
#69CEA8
(105,206,168)
#5EB896
(94,184,150)
#53A284
(83,162,132)
#488C72
(72,140,114)
#3D7660
(61,118,96)
#32604E
(50,96,78)
#274A3C
(39,74,60)
#1C342A
(28,52,42)
#111E18
(17,30,24)
#000000
(0,0,0)

Tints of #7FFACC

#7FFACC
(127,250,204)
#8AFAD0
(138,250,208)
#95FAD4
(149,250,212)
#A0FAD8
(160,250,216)
#ABFADC
(171,250,220)
#B6FAE0
(182,250,224)
#C1FAE4
(193,250,228)
#CCFAE8
(204,250,232)
#D7FAEC
(215,250,236)
#E2FAF0
(226,250,240)
#EDFAF4
(237,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FFACC; }

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

This text font color is #7FFACC.


Background Color

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

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

This div background color is #7FFACC.


Border color

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

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

This div border color is #7FFACC.


Opacity

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

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

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

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

This text has shadow with #7FFACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FFACC on black background.


Color preview on white background

This text has color #7FFACC on white background.



Black color preview on #7FFACC background

This text has black color on #7FFACC background.


White color preview on #7FFACC background

This text has white color on #7FFACC background.