COLOR #ACDFB6

HEX: #ACDFB6 RGB: (172,223,182)

Color info

#ACDFB6 contains red, green and blue colors in about the same proportion. Web safe color of #ACDFB6 is #99CCCC (or #9CC).

RGB color model

#ACDFB6 color RGB value is (172,223,182).

RGB: (172,223,182) (67%, 87%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 223 of 255 = 87%
B 182 of 255 = 71%

172
223
182

R + G + B ~ 75%. #ACDFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 223 + 182 = 577 (100%)
R 172 of 577 ~ 29.81%
G 223 of 577 ~ 38.65%
B 182 of 577 ~ 31.54'%

%29.81
%38.65
%31.54

CMYK color model

#ACDFB6 color CMYK value is (23,0,18,13).

  • cyan value is 22.87%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 12.55%

CMYK: (23,0,18,13)
C23M0Y18K13 (23%, 0%, 18%, 13%)
(0.23 / 0.00 / 0.18 / 0.13)

CMYK percentages

%22.87
%0
%18.39
%12.55

Codes

Color #ACDFB6 in popluar color models

AC DF B6
RGB 172 223 182
HSL 132° 44.35% 77.45%
HSB/HSV 132° 22.87% 87.45%
CMYK 22.87% 0.00% 18.39%
12.55%

Color #ACDFB6 in popluar number systems.

HEX AC DF B6
Decimal 172 223 182
Binary 10101100 11011111 10110110
Octal 254 337 266

Shades and tints

Shades of #ACDFB6

#ACDFB6
(172,223,182)
#9DCBA6
(157,203,166)
#8EB796
(142,183,150)
#7FA386
(127,163,134)
#708F76
(112,143,118)
#617B66
(97,123,102)
#526756
(82,103,86)
#435346
(67,83,70)
#343F36
(52,63,54)
#252B26
(37,43,38)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #ACDFB6

#ACDFB6
(172,223,182)
#B3E1BC
(179,225,188)
#BAE3C2
(186,227,194)
#C1E5C8
(193,229,200)
#C8E7CE
(200,231,206)
#CFE9D4
(207,233,212)
#D6EBDA
(214,235,218)
#DDEDE0
(221,237,224)
#E4EFE6
(228,239,230)
#EBF1EC
(235,241,236)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDFB6 color. Also use rgb(172,223,182) instead hex code.

Text Font Color

.myTextColor { color: #ACDFB6; }

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

This text font color is #ACDFB6.

Background Color

.myBgColor { background-color: #ACDFB6; }

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

This div background color is #ACDFB6.

Border color

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

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

This div border color is #ACDFB6.

Opacity

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

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

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

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

This text has shadow with #ACDFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDFB6.

Preview

Color preview on black background

This text has color #ACDFB6 on black background.


Color preview on white background

This text has color #ACDFB6 on white background.


Black color preview on #ACDFB6 background

This text has black color on #ACDFB6 background.


White color preview on #ACDFB6 background

This text has white color on #ACDFB6 background.


Related colors

Complementary color

Complementary color for #hex is #532049.


I love getcolorcode.com

Triadic colors

1 #B6ACDF and #DFB6AC with #ACDFB6 are triadic colors.

2 #B6DFAC and #DFACB6 with #ACDFB6 are triadic colors.