COLOR #ACD2D1

HEX: #ACD2D1
RGB: (172,210,209)

Color info

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

RGB color model

#ACD2D1 color RGB value is (172,210,209).

  • red value is 172;
  • green value is 210;
  • blue value is 209.
RGB:
(172,210,209)
(67%,82%,82%)

RGB channels and saturation

R 172 of 255 = 67%
G 210 of 255 = 82%
B 209 of 255 = 82%

172
210
209

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

Portions of RGB colors in percentages

R + G + B =
172 + 210 + 209 = 591 (100%)
R 172 of 591 ~ 29.1%
G 210 of 591 ~ 35.53%
B 209 of 591 ~ 35.36%

%29.1
%35.53
%35.36

CMYK color model

#ACD2D1 color CMYK value is (18,0,0,18).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 17.65%
CMYK:
(18,0,0,18)
C18M0Y0K18 
(18%,0%,0%,18%)
(0.18/0.00/0.00/0.18)	

CMYK percentages

%18.1
%0
%0.48
%17.65

Codes

Color #ACD2D1 in popluar color models

ACD2D1
RGB172210209
HSL178°29.69%74.90%
HSB/HSV178°18.10%82.35%
CMYK18.10%0.00%0.48%
17.65%

Color #ACD2D1 in popluar number systems.

HEXACD2D1
Decimal172210209
Binary101011001101001011010001
Octal254322321

Shades and tints

Shades of #ACD2D1

#ACD2D1
(172,210,209)
#9DBFBE
(157,191,190)
#8EACAB
(142,172,171)
#7F9998
(127,153,152)
#708685
(112,134,133)
#617372
(97,115,114)
#52605F
(82,96,95)
#434D4C
(67,77,76)
#343A39
(52,58,57)
#252726
(37,39,38)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #ACD2D1

#ACD2D1
(172,210,209)
#B3D6D5
(179,214,213)
#BADAD9
(186,218,217)
#C1DEDD
(193,222,221)
#C8E2E1
(200,226,225)
#CFE6E5
(207,230,229)
#D6EAE9
(214,234,233)
#DDEEED
(221,238,237)
#E4F2F1
(228,242,241)
#EBF6F5
(235,246,245)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD2D1 color. Also use rgb(172,210,209) instead hex code.

Text Font Color

.myTextColor { color: #ACD2D1; }

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

This text font color is #ACD2D1.


Background Color

.myBgColor { background-color: #ACD2D1; }

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

This div background color is #ACD2D1.


Border color

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

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

This div border color is #ACD2D1.


Opacity

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

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

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

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

This text has shadow with #ACD2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD2D1 on black background.


Color preview on white background

This text has color #ACD2D1 on white background.



Black color preview on #ACD2D1 background

This text has black color on #ACD2D1 background.


White color preview on #ACD2D1 background

This text has white color on #ACD2D1 background.