COLOR #ACD7BD

HEX: #ACD7BD RGB: (172,215,189)

Color info

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

RGB color model

#ACD7BD color RGB value is (172,215,189).

RGB: (172,215,189) (67%, 84%, 74%)

RGB channels and saturation

R 172 of 255 = 67%
G 215 of 255 = 84%
B 189 of 255 = 74%

172
215
189

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

Portions of RGB colors in percentages

R + G + B = 172 + 215 + 189 = 576 (100%)
R 172 of 576 ~ 29.86%
G 215 of 576 ~ 37.33%
B 189 of 576 ~ 32.81'%

%29.86
%37.33
%32.81

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • 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
%12.09
%15.69

Codes

Color #ACD7BD in popluar color models

AC D7 BD
RGB 172 215 189
HSL 144° 34.96% 75.88%
HSB/HSV 144° 20.00% 84.31%
CMYK 20.00% 0.00% 12.09%
15.69%

Color #ACD7BD in popluar number systems.

HEX AC D7 BD
Decimal 172 215 189
Binary 10101100 11010111 10111101
Octal 254 327 275

Shades and tints

Shades of #ACD7BD

#ACD7BD
(172,215,189)
#9DC4AC
(157,196,172)
#8EB19B
(142,177,155)
#7F9E8A
(127,158,138)
#708B79
(112,139,121)
#617868
(97,120,104)
#526557
(82,101,87)
#435246
(67,82,70)
#343F35
(52,63,53)
#252C24
(37,44,36)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #ACD7BD

#ACD7BD
(172,215,189)
#B3DAC3
(179,218,195)
#BADDC9
(186,221,201)
#C1E0CF
(193,224,207)
#C8E3D5
(200,227,213)
#CFE6DB
(207,230,219)
#D6E9E1
(214,233,225)
#DDECE7
(221,236,231)
#E4EFED
(228,239,237)
#EBF2F3
(235,242,243)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD7BD; }

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

This text font color is #ACD7BD.

Background Color

.myBgColor { background-color: #ACD7BD; }

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

This div background color is #ACD7BD.

Border color

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

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

This div border color is #ACD7BD.

Opacity

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

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

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

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

This text has shadow with #ACD7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD7BD.

Preview

Color preview on black background

This text has color #ACD7BD on black background.


Color preview on white background

This text has color #ACD7BD on white background.


Black color preview on #ACD7BD background

This text has black color on #ACD7BD background.


White color preview on #ACD7BD background

This text has white color on #ACD7BD background.


Related colors

Complementary color

Complementary color for #hex is #532842.


I love getcolorcode.com

Triadic colors

1 #BDACD7 and #D7BDAC with #ACD7BD are triadic colors.

2 #BDD7AC and #D7ACBD with #ACD7BD are triadic colors.