COLOR #ACDCAB

HEX: #ACDCAB
RGB: (172,220,171)

Color info

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

RGB color model

#ACDCAB color RGB value is (172,220,171).

  • red value is 172;
  • green value is 220;
  • blue value is 171.
RGB:
(172,220,171)
(67%,86%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 220 of 255 = 86%
B 171 of 255 = 67%

172
220
171

R + G + B ~ 73%. #ACDCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 220 + 171 = 563 (100%)
R 172 of 563 ~ 30.55%
G 220 of 563 ~ 39.08%
B 171 of 563 ~ 30.37%

%30.55
%39.08
%30.37

CMYK color model

#ACDCAB color CMYK value is (22,0,22,14).

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(22,0,22,14)
C22M0Y22K14 
(22%,0%,22%,14%)
(0.22/0.00/0.22/0.14)	

CMYK percentages

%21.82
%0
%22.27
%13.73

Codes

Color #ACDCAB in popluar color models

ACDCAB
RGB172220171
HSL119°41.18%76.67%
HSB/HSV119°22.27%86.27%
CMYK21.82%0.00%22.27%
13.73%

Color #ACDCAB in popluar number systems.

HEXACDCAB
Decimal172220171
Binary101011001101110010101011
Octal254334253

Shades and tints

Shades of #ACDCAB

#ACDCAB
(172,220,171)
#9DC89C
(157,200,156)
#8EB48D
(142,180,141)
#7FA07E
(127,160,126)
#708C6F
(112,140,111)
#617860
(97,120,96)
#526451
(82,100,81)
#435042
(67,80,66)
#343C33
(52,60,51)
#252824
(37,40,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #ACDCAB

#ACDCAB
(172,220,171)
#B3DFB2
(179,223,178)
#BAE2B9
(186,226,185)
#C1E5C0
(193,229,192)
#C8E8C7
(200,232,199)
#CFEBCE
(207,235,206)
#D6EED5
(214,238,213)
#DDF1DC
(221,241,220)
#E4F4E3
(228,244,227)
#EBF7EA
(235,247,234)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDCAB color. Also use rgb(172,220,171) instead hex code.

Text Font Color

.myTextColor { color: #ACDCAB; }

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

This text font color is #ACDCAB.


Background Color

.myBgColor { background-color: #ACDCAB; }

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

This div background color is #ACDCAB.


Border color

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

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

This div border color is #ACDCAB.


Opacity

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

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

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

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

This text has shadow with #ACDCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDCAB on black background.


Color preview on white background

This text has color #ACDCAB on white background.



Black color preview on #ACDCAB background

This text has black color on #ACDCAB background.


White color preview on #ACDCAB background

This text has white color on #ACDCAB background.