COLOR #ACD7B4

HEX: #ACD7B4
RGB: (172,215,180)

Color info

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

RGB color model

#ACD7B4 color RGB value is (172,215,180).

  • red value is 172;
  • green value is 215;
  • blue value is 180.
RGB:
(172,215,180)
(67%,84%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 215 of 255 = 84%
B 180 of 255 = 71%

172
215
180

R + G + B ~ 74%. #ACD7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 215 + 180 = 567 (100%)
R 172 of 567 ~ 30.34%
G 215 of 567 ~ 37.92%
B 180 of 567 ~ 31.75%

%30.34
%37.92
%31.75

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 15.69%
CMYK:
(20,0,16,16)
C20M0Y16K16 
(20%,0%,16%,16%)
(0.20/0.00/0.16/0.16)	

CMYK percentages

%20
%0
%16.28
%15.69

Codes

Color #ACD7B4 in popluar color models

ACD7B4
RGB172215180
HSL131°34.96%75.88%
HSB/HSV131°20.00%84.31%
CMYK20.00%0.00%16.28%
15.69%

Color #ACD7B4 in popluar number systems.

HEXACD7B4
Decimal172215180
Binary101011001101011110110100
Octal254327264

Shades and tints

Shades of #ACD7B4

#ACD7B4
(172,215,180)
#9DC4A4
(157,196,164)
#8EB194
(142,177,148)
#7F9E84
(127,158,132)
#708B74
(112,139,116)
#617864
(97,120,100)
#526554
(82,101,84)
#435244
(67,82,68)
#343F34
(52,63,52)
#252C24
(37,44,36)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #ACD7B4

#ACD7B4
(172,215,180)
#B3DABA
(179,218,186)
#BADDC0
(186,221,192)
#C1E0C6
(193,224,198)
#C8E3CC
(200,227,204)
#CFE6D2
(207,230,210)
#D6E9D8
(214,233,216)
#DDECDE
(221,236,222)
#E4EFE4
(228,239,228)
#EBF2EA
(235,242,234)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD7B4; }

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

This text font color is #ACD7B4.


Background Color

.myBgColor { background-color: #ACD7B4; }

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

This div background color is #ACD7B4.


Border color

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

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

This div border color is #ACD7B4.


Opacity

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

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

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

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

This text has shadow with #ACD7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD7B4 on black background.


Color preview on white background

This text has color #ACD7B4 on white background.



Black color preview on #ACD7B4 background

This text has black color on #ACD7B4 background.


White color preview on #ACD7B4 background

This text has white color on #ACD7B4 background.