COLOR #ACD4BC

HEX: #ACD4BC
RGB: (172,212,188)

Color info

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

RGB color model

#ACD4BC color RGB value is (172,212,188).

  • red value is 172;
  • green value is 212;
  • blue value is 188.
RGB:
(172,212,188)
(67%,83%,74%)

RGB channels and saturation

R 172 of 255 = 67%
G 212 of 255 = 83%
B 188 of 255 = 74%

172
212
188

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

Portions of RGB colors in percentages

R + G + B =
172 + 212 + 188 = 572 (100%)
R 172 of 572 ~ 30.07%
G 212 of 572 ~ 37.06%
B 188 of 572 ~ 32.87%

%30.07
%37.06
%32.87

CMYK color model

#ACD4BC color CMYK value is (19,0,11,17).

  • cyan value is 18.87%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 16.86%
CMYK:
(19,0,11,17)
C19M0Y11K17 
(19%,0%,11%,17%)
(0.19/0.00/0.11/0.17)	

CMYK percentages

%18.87
%0
%11.32
%16.86

Codes

Color #ACD4BC in popluar color models

ACD4BC
RGB172212188
HSL144°31.75%75.29%
HSB/HSV144°18.87%83.14%
CMYK18.87%0.00%11.32%
16.86%

Color #ACD4BC in popluar number systems.

HEXACD4BC
Decimal172212188
Binary101011001101010010111100
Octal254324274

Shades and tints

Shades of #ACD4BC

#ACD4BC
(172,212,188)
#9DC1AB
(157,193,171)
#8EAE9A
(142,174,154)
#7F9B89
(127,155,137)
#708878
(112,136,120)
#617567
(97,117,103)
#526256
(82,98,86)
#434F45
(67,79,69)
#343C34
(52,60,52)
#252923
(37,41,35)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #ACD4BC

#ACD4BC
(172,212,188)
#B3D7C2
(179,215,194)
#BADAC8
(186,218,200)
#C1DDCE
(193,221,206)
#C8E0D4
(200,224,212)
#CFE3DA
(207,227,218)
#D6E6E0
(214,230,224)
#DDE9E6
(221,233,230)
#E4ECEC
(228,236,236)
#EBEFF2
(235,239,242)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD4BC color. Also use rgb(172,212,188) instead hex code.

Text Font Color

.myTextColor { color: #ACD4BC; }

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

This text font color is #ACD4BC.


Background Color

.myBgColor { background-color: #ACD4BC; }

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

This div background color is #ACD4BC.


Border color

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

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

This div border color is #ACD4BC.


Opacity

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

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

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

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

This text has shadow with #ACD4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD4BC on black background.


Color preview on white background

This text has color #ACD4BC on white background.



Black color preview on #ACD4BC background

This text has black color on #ACD4BC background.


White color preview on #ACD4BC background

This text has white color on #ACD4BC background.