COLOR #ACD3C4

HEX: #ACD3C4
RGB: (172,211,196)

Color info

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

RGB color model

#ACD3C4 color RGB value is (172,211,196).

  • red value is 172;
  • green value is 211;
  • blue value is 196.
RGB:
(172,211,196)
(67%,83%,77%)

RGB channels and saturation

R 172 of 255 = 67%
G 211 of 255 = 83%
B 196 of 255 = 77%

172
211
196

R + G + B ~ 76%. #ACD3C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 211 + 196 = 579 (100%)
R 172 of 579 ~ 29.71%
G 211 of 579 ~ 36.44%
B 196 of 579 ~ 33.85%

%29.71
%36.44
%33.85

CMYK color model

#ACD3C4 color CMYK value is (18,0,7,17).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 17.25%
CMYK:
(18,0,7,17)
C18M0Y7K17 
(18%,0%,7%,17%)
(0.18/0.00/0.07/0.17)	

CMYK percentages

%18.48
%0
%7.11
%17.25

Codes

Color #ACD3C4 in popluar color models

ACD3C4
RGB172211196
HSL157°30.71%75.10%
HSB/HSV157°18.48%82.75%
CMYK18.48%0.00%7.11%
17.25%

Color #ACD3C4 in popluar number systems.

HEXACD3C4
Decimal172211196
Binary101011001101001111000100
Octal254323304

Shades and tints

Shades of #ACD3C4

#ACD3C4
(172,211,196)
#9DC0B3
(157,192,179)
#8EADA2
(142,173,162)
#7F9A91
(127,154,145)
#708780
(112,135,128)
#61746F
(97,116,111)
#52615E
(82,97,94)
#434E4D
(67,78,77)
#343B3C
(52,59,60)
#25282B
(37,40,43)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #ACD3C4

#ACD3C4
(172,211,196)
#B3D7C9
(179,215,201)
#BADBCE
(186,219,206)
#C1DFD3
(193,223,211)
#C8E3D8
(200,227,216)
#CFE7DD
(207,231,221)
#D6EBE2
(214,235,226)
#DDEFE7
(221,239,231)
#E4F3EC
(228,243,236)
#EBF7F1
(235,247,241)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD3C4 color. Also use rgb(172,211,196) instead hex code.

Text Font Color

.myTextColor { color: #ACD3C4; }

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

This text font color is #ACD3C4.


Background Color

.myBgColor { background-color: #ACD3C4; }

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

This div background color is #ACD3C4.


Border color

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

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

This div border color is #ACD3C4.


Opacity

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

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

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

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

This text has shadow with #ACD3C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD3C4 on black background.


Color preview on white background

This text has color #ACD3C4 on white background.



Black color preview on #ACD3C4 background

This text has black color on #ACD3C4 background.


White color preview on #ACD3C4 background

This text has white color on #ACD3C4 background.