COLOR #7ACEA0

HEX: #7ACEA0
RGB: (122,206,160)

Color info

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

RGB color model

#7ACEA0 color RGB value is (122,206,160).

  • red value is 122;
  • green value is 206;
  • blue value is 160.
RGB:
(122,206,160)
(48%,81%,63%)

RGB channels and saturation

R 122 of 255 = 48%
G 206 of 255 = 81%
B 160 of 255 = 63%

122
206
160

R + G + B ~ 64%. #7ACEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 206 + 160 = 488 (100%)
R 122 of 488 ~ 25%
G 206 of 488 ~ 42.21%
B 160 of 488 ~ 32.79%

%25
%42.21
%32.79

CMYK color model

#7ACEA0 color CMYK value is (41,0,22,19).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 22.33%
  • key color value is 19.22%
CMYK:
(41,0,22,19)
C41M0Y22K19 
(41%,0%,22%,19%)
(0.41/0.00/0.22/0.19)	

CMYK percentages

%40.78
%0
%22.33
%19.22

Codes

Color #7ACEA0 in popluar color models

7ACEA0
RGB122206160
HSL147°46.15%64.31%
HSB/HSV147°40.78%80.78%
CMYK40.78%0.00%22.33%
19.22%

Color #7ACEA0 in popluar number systems.

HEX7ACEA0
Decimal122206160
Binary11110101100111010100000
Octal172316240

Shades and tints

Shades of #7ACEA0

#7ACEA0
(122,206,160)
#6FBC92
(111,188,146)
#64AA84
(100,170,132)
#599876
(89,152,118)
#4E8668
(78,134,104)
#43745A
(67,116,90)
#38624C
(56,98,76)
#2D503E
(45,80,62)
#223E30
(34,62,48)
#172C22
(23,44,34)
#0C1A14
(12,26,20)
#000000
(0,0,0)

Tints of #7ACEA0

#7ACEA0
(122,206,160)
#86D2A8
(134,210,168)
#92D6B0
(146,214,176)
#9EDAB8
(158,218,184)
#AADEC0
(170,222,192)
#B6E2C8
(182,226,200)
#C2E6D0
(194,230,208)
#CEEAD8
(206,234,216)
#DAEEE0
(218,238,224)
#E6F2E8
(230,242,232)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACEA0 color. Also use rgb(122,206,160) instead hex code.

Text Font Color

.myTextColor { color: #7ACEA0; }

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

This text font color is #7ACEA0.


Background Color

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

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

This div background color is #7ACEA0.


Border color

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

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

This div border color is #7ACEA0.


Opacity

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

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

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

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

This text has shadow with #7ACEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ACEA0 on black background.


Color preview on white background

This text has color #7ACEA0 on white background.



Black color preview on #7ACEA0 background

This text has black color on #7ACEA0 background.


White color preview on #7ACEA0 background

This text has white color on #7ACEA0 background.