COLOR #ACDDB5

HEX: #ACDDB5
RGB: (172,221,181)

Color info

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

RGB color model

#ACDDB5 color RGB value is (172,221,181).

  • red value is 172;
  • green value is 221;
  • blue value is 181.
RGB:
(172,221,181)
(67%,87%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 221 of 255 = 87%
B 181 of 255 = 71%

172
221
181

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

Portions of RGB colors in percentages

R + G + B =
172 + 221 + 181 = 574 (100%)
R 172 of 574 ~ 29.97%
G 221 of 574 ~ 38.5%
B 181 of 574 ~ 31.53%

%29.97
%38.5
%31.53

CMYK color model

#ACDDB5 color CMYK value is (22,0,18,13).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 13.33%
CMYK:
(22,0,18,13)
C22M0Y18K13 
(22%,0%,18%,13%)
(0.22/0.00/0.18/0.13)	

CMYK percentages

%22.17
%0
%18.1
%13.33

Codes

Color #ACDDB5 in popluar color models

ACDDB5
RGB172221181
HSL131°41.88%77.06%
HSB/HSV131°22.17%86.67%
CMYK22.17%0.00%18.10%
13.33%

Color #ACDDB5 in popluar number systems.

HEXACDDB5
Decimal172221181
Binary101011001101110110110101
Octal254335265

Shades and tints

Shades of #ACDDB5

#ACDDB5
(172,221,181)
#9DC9A5
(157,201,165)
#8EB595
(142,181,149)
#7FA185
(127,161,133)
#708D75
(112,141,117)
#617965
(97,121,101)
#526555
(82,101,85)
#435145
(67,81,69)
#343D35
(52,61,53)
#252925
(37,41,37)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #ACDDB5

#ACDDB5
(172,221,181)
#B3E0BB
(179,224,187)
#BAE3C1
(186,227,193)
#C1E6C7
(193,230,199)
#C8E9CD
(200,233,205)
#CFECD3
(207,236,211)
#D6EFD9
(214,239,217)
#DDF2DF
(221,242,223)
#E4F5E5
(228,245,229)
#EBF8EB
(235,248,235)
#F2FBF1
(242,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDDB5 color. Also use rgb(172,221,181) instead hex code.

Text Font Color

.myTextColor { color: #ACDDB5; }

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

This text font color is #ACDDB5.


Background Color

.myBgColor { background-color: #ACDDB5; }

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

This div background color is #ACDDB5.


Border color

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

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

This div border color is #ACDDB5.


Opacity

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

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

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

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

This text has shadow with #ACDDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDDB5 on black background.


Color preview on white background

This text has color #ACDDB5 on white background.



Black color preview on #ACDDB5 background

This text has black color on #ACDDB5 background.


White color preview on #ACDDB5 background

This text has white color on #ACDDB5 background.