COLOR #ACFED7

HEX: #ACFED7 RGB: (172,254,215)

Color info

#ACFED7 contains mainly green and blue colors. Web safe color of #ACFED7 is #99FFCC (or #9FC).

RGB color model

#ACFED7 color RGB value is (172,254,215).

RGB: (172,254,215) (67%, 100%, 84%)

RGB channels and saturation

R 172 of 255 = 67%
G 254 of 255 = 100%
B 215 of 255 = 84%

172
254
215

R + G + B ~ 84%. #ACFED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 254 + 215 = 641 (100%)
R 172 of 641 ~ 26.83%
G 254 of 641 ~ 39.63%
B 215 of 641 ~ 33.54'%

%26.83
%39.63
%33.54

CMYK color model

#ACFED7 color CMYK value is (32,0,15,0).

  • cyan value is 32.28%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 0.39%

CMYK: (32,0,15,0)
C32M0Y15K0 (32%, 0%, 15%, 0%)
(0.32 / 0.00 / 0.15 / 0.00)

CMYK percentages

%32.28
%0
%15.35
%0.39

Codes

Color #ACFED7 in popluar color models

AC FE D7
RGB 172 254 215
HSL 151° 97.62% 83.53%
HSB/HSV 151° 32.28% 99.61%
CMYK 32.28% 0.00% 15.35%
0.39%

Color #ACFED7 in popluar number systems.

HEX AC FE D7
Decimal 172 254 215
Binary 10101100 11111110 11010111
Octal 254 376 327

Shades and tints

Shades of #ACFED7

#ACFED7
(172,254,215)
#9DE7C4
(157,231,196)
#8ED0B1
(142,208,177)
#7FB99E
(127,185,158)
#70A28B
(112,162,139)
#618B78
(97,139,120)
#527465
(82,116,101)
#435D52
(67,93,82)
#34463F
(52,70,63)
#252F2C
(37,47,44)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #ACFED7

#ACFED7
(172,254,215)
#B3FEDA
(179,254,218)
#BAFEDD
(186,254,221)
#C1FEE0
(193,254,224)
#C8FEE3
(200,254,227)
#CFFEE6
(207,254,230)
#D6FEE9
(214,254,233)
#DDFEEC
(221,254,236)
#E4FEEF
(228,254,239)
#EBFEF2
(235,254,242)
#F2FEF5
(242,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACFED7 color. Also use rgb(172,254,215) instead hex code.

Text Font Color

.myTextColor { color: #ACFED7; }

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

This text font color is #ACFED7.

Background Color

.myBgColor { background-color: #ACFED7; }

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

This div background color is #ACFED7.

Border color

.myBorderColor { border: 1px solid #ACFED7; }

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

This div border color is #ACFED7.

Opacity

.myOpacity80 { color: #ACFED7; opacity: 0.8; }

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

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

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

This text has shadow with #ACFED7 color.


.textShadow {text-shadow: 3px 3px 1px #ACFED7', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACFED7; -webkit-box-shadow: 1px 1px 3px 2px #ACFED7; box-shadow:1px 1px 3px 2px #ACFED7;">
Div content here
</div>

This div box has shadow with color #ACFED7.

Preview

Color preview on black background

This text has color #ACFED7 on black background.


Color preview on white background

This text has color #ACFED7 on white background.


Black color preview on #ACFED7 background

This text has black color on #ACFED7 background.


White color preview on #ACFED7 background

This text has white color on #ACFED7 background.


Related colors

Complementary color

Complementary color for #hex is #530128.


I love getcolorcode.com

Triadic colors

1 #D7ACFE and #FED7AC with #ACFED7 are triadic colors.

2 #D7FEAC and #FEACD7 with #ACFED7 are triadic colors.