COLOR #ACD7BE

HEX: #ACD7BE RGB: (172,215,190)

Color info

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

RGB color model

#ACD7BE color RGB value is (172,215,190).

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

RGB channels and saturation

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

172
215
190

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

Portions of RGB colors in percentages

R + G + B = 172 + 215 + 190 = 577 (100%)
R 172 of 577 ~ 29.81%
G 215 of 577 ~ 37.26%
B 190 of 577 ~ 32.93'%

%29.81
%37.26
%32.93

CMYK color model

#ACD7BE color CMYK value is (20,0,12,16).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 15.69%

CMYK: (20,0,12,16)
C20M0Y12K16 (20%, 0%, 12%, 16%)
(0.20 / 0.00 / 0.12 / 0.16)

CMYK percentages

%20
%0
%11.63
%15.69

Codes

Color #ACD7BE in popluar color models

AC D7 BE
RGB 172 215 190
HSL 145° 34.96% 75.88%
HSB/HSV 145° 20.00% 84.31%
CMYK 20.00% 0.00% 11.63%
15.69%

Color #ACD7BE in popluar number systems.

HEX AC D7 BE
Decimal 172 215 190
Binary 10101100 11010111 10111110
Octal 254 327 276

Shades and tints

Shades of #ACD7BE

#ACD7BE
(172,215,190)
#9DC4AD
(157,196,173)
#8EB19C
(142,177,156)
#7F9E8B
(127,158,139)
#708B7A
(112,139,122)
#617869
(97,120,105)
#526558
(82,101,88)
#435247
(67,82,71)
#343F36
(52,63,54)
#252C25
(37,44,37)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #ACD7BE

#ACD7BE
(172,215,190)
#B3DAC3
(179,218,195)
#BADDC8
(186,221,200)
#C1E0CD
(193,224,205)
#C8E3D2
(200,227,210)
#CFE6D7
(207,230,215)
#D6E9DC
(214,233,220)
#DDECE1
(221,236,225)
#E4EFE6
(228,239,230)
#EBF2EB
(235,242,235)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD7BE; }

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

This text font color is #ACD7BE.

Background Color

.myBgColor { background-color: #ACD7BE; }

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

This div background color is #ACD7BE.

Border color

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

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

This div border color is #ACD7BE.

Opacity

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

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

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

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

This text has shadow with #ACD7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD7BE.

Preview

Color preview on black background

This text has color #ACD7BE on black background.


Color preview on white background

This text has color #ACD7BE on white background.


Black color preview on #ACD7BE background

This text has black color on #ACD7BE background.


White color preview on #ACD7BE background

This text has white color on #ACD7BE background.


Related colors

Complementary color

Complementary color for #hex is #532841.


I love getcolorcode.com

Triadic colors

1 #BEACD7 and #D7BEAC with #ACD7BE are triadic colors.

2 #BED7AC and #D7ACBE with #ACD7BE are triadic colors.