COLOR #ACDDC3

HEX: #ACDDC3
RGB: (172,221,195)

Color info

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

RGB color model

#ACDDC3 color RGB value is (172,221,195).

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

RGB channels and saturation

R 172 of 255 = 67%
G 221 of 255 = 87%
B 195 of 255 = 76%

172
221
195

R + G + B ~ 77%. #ACDDC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 221 + 195 = 588 (100%)
R 172 of 588 ~ 29.25%
G 221 of 588 ~ 37.59%
B 195 of 588 ~ 33.16%

%29.25
%37.59
%33.16

CMYK color model

#ACDDC3 color CMYK value is (22,0,12,13).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 13.33%
CMYK:
(22,0,12,13)
C22M0Y12K13 
(22%,0%,12%,13%)
(0.22/0.00/0.12/0.13)	

CMYK percentages

%22.17
%0
%11.76
%13.33

Codes

Color #ACDDC3 in popluar color models

ACDDC3
RGB172221195
HSL148°41.88%77.06%
HSB/HSV148°22.17%86.67%
CMYK22.17%0.00%11.76%
13.33%

Color #ACDDC3 in popluar number systems.

HEXACDDC3
Decimal172221195
Binary101011001101110111000011
Octal254335303

Shades and tints

Shades of #ACDDC3

#ACDDC3
(172,221,195)
#9DC9B2
(157,201,178)
#8EB5A1
(142,181,161)
#7FA190
(127,161,144)
#708D7F
(112,141,127)
#61796E
(97,121,110)
#52655D
(82,101,93)
#43514C
(67,81,76)
#343D3B
(52,61,59)
#25292A
(37,41,42)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #ACDDC3

#ACDDC3
(172,221,195)
#B3E0C8
(179,224,200)
#BAE3CD
(186,227,205)
#C1E6D2
(193,230,210)
#C8E9D7
(200,233,215)
#CFECDC
(207,236,220)
#D6EFE1
(214,239,225)
#DDF2E6
(221,242,230)
#E4F5EB
(228,245,235)
#EBF8F0
(235,248,240)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDDC3; }

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

This text font color is #ACDDC3.


Background Color

.myBgColor { background-color: #ACDDC3; }

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

This div background color is #ACDDC3.


Border color

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

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

This div border color is #ACDDC3.


Opacity

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

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

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

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

This text has shadow with #ACDDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDDC3 on black background.


Color preview on white background

This text has color #ACDDC3 on white background.



Black color preview on #ACDDC3 background

This text has black color on #ACDDC3 background.


White color preview on #ACDDC3 background

This text has white color on #ACDDC3 background.