COLOR #ACDCDA

HEX: #ACDCDA
RGB: (172,220,218)

Color info

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

RGB color model

#ACDCDA color RGB value is (172,220,218).

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

RGB channels and saturation

R 172 of 255 = 67%
G 220 of 255 = 86%
B 218 of 255 = 85%

172
220
218

R + G + B ~ 79%. #ACDCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 220 + 218 = 610 (100%)
R 172 of 610 ~ 28.2%
G 220 of 610 ~ 36.07%
B 218 of 610 ~ 35.74%

%28.2
%36.07
%35.74

CMYK color model

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

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 13.73%
CMYK:
(22,0,1,14)
C22M0Y1K14 
(22%,0%,1%,14%)
(0.22/0.00/0.01/0.14)	

CMYK percentages

%21.82
%0
%0.91
%13.73

Codes

Color #ACDCDA in popluar color models

ACDCDA
RGB172220218
HSL178°40.68%76.86%
HSB/HSV178°21.82%86.27%
CMYK21.82%0.00%0.91%
13.73%

Color #ACDCDA in popluar number systems.

HEXACDCDA
Decimal172220218
Binary101011001101110011011010
Octal254334332

Shades and tints

Shades of #ACDCDA

#ACDCDA
(172,220,218)
#9DC8C7
(157,200,199)
#8EB4B4
(142,180,180)
#7FA0A1
(127,160,161)
#708C8E
(112,140,142)
#61787B
(97,120,123)
#526468
(82,100,104)
#435055
(67,80,85)
#343C42
(52,60,66)
#25282F
(37,40,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #ACDCDA

#ACDCDA
(172,220,218)
#B3DFDD
(179,223,221)
#BAE2E0
(186,226,224)
#C1E5E3
(193,229,227)
#C8E8E6
(200,232,230)
#CFEBE9
(207,235,233)
#D6EEEC
(214,238,236)
#DDF1EF
(221,241,239)
#E4F4F2
(228,244,242)
#EBF7F5
(235,247,245)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDCDA; }

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

This text font color is #ACDCDA.


Background Color

.myBgColor { background-color: #ACDCDA; }

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

This div background color is #ACDCDA.


Border color

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

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

This div border color is #ACDCDA.


Opacity

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

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

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

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

This text has shadow with #ACDCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDCDA on black background.


Color preview on white background

This text has color #ACDCDA on white background.



Black color preview on #ACDCDA background

This text has black color on #ACDCDA background.


White color preview on #ACDCDA background

This text has white color on #ACDCDA background.