COLOR #7ACFA8

HEX: #7ACFA8
RGB: (122,207,168)

Color info

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

RGB color model

#7ACFA8 color RGB value is (122,207,168).

  • red value is 122;
  • green value is 207;
  • blue value is 168.
RGB:
(122,207,168)
(48%,81%,66%)

RGB channels and saturation

R 122 of 255 = 48%
G 207 of 255 = 81%
B 168 of 255 = 66%

122
207
168

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

Portions of RGB colors in percentages

R + G + B =
122 + 207 + 168 = 497 (100%)
R 122 of 497 ~ 24.55%
G 207 of 497 ~ 41.65%
B 168 of 497 ~ 33.8%

%24.55
%41.65
%33.8

CMYK color model

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

  • cyan value is 41.06%
  • magenta value is 0.00%
  • yellow value is 18.84%
  • key color value is 18.82%
CMYK:
(41,0,19,19)
C41M0Y19K19 
(41%,0%,19%,19%)
(0.41/0.00/0.19/0.19)	

CMYK percentages

%41.06
%0
%18.84
%18.82

Codes

Color #7ACFA8 in popluar color models

7ACFA8
RGB122207168
HSL152°46.96%64.51%
HSB/HSV152°41.06%81.18%
CMYK41.06%0.00%18.84%
18.82%

Color #7ACFA8 in popluar number systems.

HEX7ACFA8
Decimal122207168
Binary11110101100111110101000
Octal172317250

Shades and tints

Shades of #7ACFA8

#7ACFA8
(122,207,168)
#6FBD99
(111,189,153)
#64AB8A
(100,171,138)
#59997B
(89,153,123)
#4E876C
(78,135,108)
#43755D
(67,117,93)
#38634E
(56,99,78)
#2D513F
(45,81,63)
#223F30
(34,63,48)
#172D21
(23,45,33)
#0C1B12
(12,27,18)
#000000
(0,0,0)

Tints of #7ACFA8

#7ACFA8
(122,207,168)
#86D3AF
(134,211,175)
#92D7B6
(146,215,182)
#9EDBBD
(158,219,189)
#AADFC4
(170,223,196)
#B6E3CB
(182,227,203)
#C2E7D2
(194,231,210)
#CEEBD9
(206,235,217)
#DAEFE0
(218,239,224)
#E6F3E7
(230,243,231)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACFA8 color. Also use rgb(122,207,168) instead hex code.

Text Font Color

.myTextColor { color: #7ACFA8; }

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

This text font color is #7ACFA8.


Background Color

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

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

This div background color is #7ACFA8.


Border color

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

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

This div border color is #7ACFA8.


Opacity

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

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

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

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

This text has shadow with #7ACFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ACFA8 on black background.


Color preview on white background

This text has color #7ACFA8 on white background.



Black color preview on #7ACFA8 background

This text has black color on #7ACFA8 background.


White color preview on #7ACFA8 background

This text has white color on #7ACFA8 background.