COLOR #ACD6BE

HEX: #ACD6BE RGB: (172,214,190)

Color info

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

RGB color model

#ACD6BE color RGB value is (172,214,190).

RGB: (172,214,190) (67%, 84%, 75%)

RGB channels and saturation

R 172 of 255 = 67%
G 214 of 255 = 84%
B 190 of 255 = 75%

172
214
190

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

Portions of RGB colors in percentages

R + G + B = 172 + 214 + 190 = 576 (100%)
R 172 of 576 ~ 29.86%
G 214 of 576 ~ 37.15%
B 190 of 576 ~ 32.99'%

%29.86
%37.15
%32.99

CMYK color model

#ACD6BE color CMYK value is (20,0,11,16).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 16.08%

CMYK: (20,0,11,16)
C20M0Y11K16 (20%, 0%, 11%, 16%)
(0.20 / 0.00 / 0.11 / 0.16)

CMYK percentages

%19.63
%0
%11.21
%16.08

Codes

Color #ACD6BE in popluar color models

AC D6 BE
RGB 172 214 190
HSL 146° 33.87% 75.69%
HSB/HSV 146° 19.63% 83.92%
CMYK 19.63% 0.00% 11.21%
16.08%

Color #ACD6BE in popluar number systems.

HEX AC D6 BE
Decimal 172 214 190
Binary 10101100 11010110 10111110
Octal 254 326 276

Shades and tints

Shades of #ACD6BE

#ACD6BE
(172,214,190)
#9DC3AD
(157,195,173)
#8EB09C
(142,176,156)
#7F9D8B
(127,157,139)
#708A7A
(112,138,122)
#617769
(97,119,105)
#526458
(82,100,88)
#435147
(67,81,71)
#343E36
(52,62,54)
#252B25
(37,43,37)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #ACD6BE

#ACD6BE
(172,214,190)
#B3D9C3
(179,217,195)
#BADCC8
(186,220,200)
#C1DFCD
(193,223,205)
#C8E2D2
(200,226,210)
#CFE5D7
(207,229,215)
#D6E8DC
(214,232,220)
#DDEBE1
(221,235,225)
#E4EEE6
(228,238,230)
#EBF1EB
(235,241,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD6BE color. Also use rgb(172,214,190) instead hex code.

Text Font Color

.myTextColor { color: #ACD6BE; }

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

This text font color is #ACD6BE.

Background Color

.myBgColor { background-color: #ACD6BE; }

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

This div background color is #ACD6BE.

Border color

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

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

This div border color is #ACD6BE.

Opacity

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

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

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

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

This text has shadow with #ACD6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD6BE.

Preview

Color preview on black background

This text has color #ACD6BE on black background.


Color preview on white background

This text has color #ACD6BE on white background.


Black color preview on #ACD6BE background

This text has black color on #ACD6BE background.


White color preview on #ACD6BE background

This text has white color on #ACD6BE background.


Related colors

Complementary color

Complementary color for #hex is #532941.


I love getcolorcode.com

Triadic colors

1 #BEACD6 and #D6BEAC with #ACD6BE are triadic colors.

2 #BED6AC and #D6ACBE with #ACD6BE are triadic colors.