COLOR #ACFDD4

HEX: #ACFDD4 RGB: (172,253,212)

Color info

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

RGB color model

#ACFDD4 color RGB value is (172,253,212).

RGB: (172,253,212) (67%, 99%, 83%)

RGB channels and saturation

R 172 of 255 = 67%
G 253 of 255 = 99%
B 212 of 255 = 83%

172
253
212

R + G + B ~ 83%. #ACFDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 253 + 212 = 637 (100%)
R 172 of 637 ~ 27%
G 253 of 637 ~ 39.72%
B 212 of 637 ~ 33.28'%

%27
%39.72
%33.28

CMYK color model

#ACFDD4 color CMYK value is (32,0,16,1).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 16.21%
  • key color value is 0.78%

CMYK: (32,0,16,1)
C32M0Y16K1 (32%, 0%, 16%, 1%)
(0.32 / 0.00 / 0.16 / 0.01)

CMYK percentages

%32.02
%0
%16.21
%0.78

Codes

Color #ACFDD4 in popluar color models

AC FD D4
RGB 172 253 212
HSL 150° 95.29% 83.33%
HSB/HSV 150° 32.02% 99.22%
CMYK 32.02% 0.00% 16.21%
0.78%

Color #ACFDD4 in popluar number systems.

HEX AC FD D4
Decimal 172 253 212
Binary 10101100 11111101 11010100
Octal 254 375 324

Shades and tints

Shades of #ACFDD4

#ACFDD4
(172,253,212)
#9DE6C1
(157,230,193)
#8ECFAE
(142,207,174)
#7FB89B
(127,184,155)
#70A188
(112,161,136)
#618A75
(97,138,117)
#527362
(82,115,98)
#435C4F
(67,92,79)
#34453C
(52,69,60)
#252E29
(37,46,41)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #ACFDD4

#ACFDD4
(172,253,212)
#B3FDD7
(179,253,215)
#BAFDDA
(186,253,218)
#C1FDDD
(193,253,221)
#C8FDE0
(200,253,224)
#CFFDE3
(207,253,227)
#D6FDE6
(214,253,230)
#DDFDE9
(221,253,233)
#E4FDEC
(228,253,236)
#EBFDEF
(235,253,239)
#F2FDF2
(242,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACFDD4 color. Also use rgb(172,253,212) instead hex code.

Text Font Color

.myTextColor { color: #ACFDD4; }

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

This text font color is #ACFDD4.

Background Color

.myBgColor { background-color: #ACFDD4; }

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

This div background color is #ACFDD4.

Border color

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

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

This div border color is #ACFDD4.

Opacity

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

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

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

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

This text has shadow with #ACFDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFDD4.

Preview

Color preview on black background

This text has color #ACFDD4 on black background.


Color preview on white background

This text has color #ACFDD4 on white background.


Black color preview on #ACFDD4 background

This text has black color on #ACFDD4 background.


White color preview on #ACFDD4 background

This text has white color on #ACFDD4 background.


Related colors

Complementary color

Complementary color for #hex is #53022B.


I love getcolorcode.com

Triadic colors

1 #D4ACFD and #FDD4AC with #ACFDD4 are triadic colors.

2 #D4FDAC and #FDACD4 with #ACFDD4 are triadic colors.