COLOR #ACD5BC

HEX: #ACD5BC RGB: (172,213,188)

Color info

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

RGB color model

#ACD5BC color RGB value is (172,213,188).

RGB: (172,213,188) (67%, 84%, 74%)

RGB channels and saturation

R 172 of 255 = 67%
G 213 of 255 = 84%
B 188 of 255 = 74%

172
213
188

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

Portions of RGB colors in percentages

R + G + B = 172 + 213 + 188 = 573 (100%)
R 172 of 573 ~ 30.02%
G 213 of 573 ~ 37.17%
B 188 of 573 ~ 32.81'%

%30.02
%37.17
%32.81

CMYK color model

#ACD5BC color CMYK value is (19,0,12,16).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 16.47%

CMYK: (19,0,12,16)
C19M0Y12K16 (19%, 0%, 12%, 16%)
(0.19 / 0.00 / 0.12 / 0.16)

CMYK percentages

%19.25
%0
%11.74
%16.47

Codes

Color #ACD5BC in popluar color models

AC D5 BC
RGB 172 213 188
HSL 143° 32.80% 75.49%
HSB/HSV 143° 19.25% 83.53%
CMYK 19.25% 0.00% 11.74%
16.47%

Color #ACD5BC in popluar number systems.

HEX AC D5 BC
Decimal 172 213 188
Binary 10101100 11010101 10111100
Octal 254 325 274

Shades and tints

Shades of #ACD5BC

#ACD5BC
(172,213,188)
#9DC2AB
(157,194,171)
#8EAF9A
(142,175,154)
#7F9C89
(127,156,137)
#708978
(112,137,120)
#617667
(97,118,103)
#526356
(82,99,86)
#435045
(67,80,69)
#343D34
(52,61,52)
#252A23
(37,42,35)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #ACD5BC

#ACD5BC
(172,213,188)
#B3D8C2
(179,216,194)
#BADBC8
(186,219,200)
#C1DECE
(193,222,206)
#C8E1D4
(200,225,212)
#CFE4DA
(207,228,218)
#D6E7E0
(214,231,224)
#DDEAE6
(221,234,230)
#E4EDEC
(228,237,236)
#EBF0F2
(235,240,242)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD5BC; }

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

This text font color is #ACD5BC.

Background Color

.myBgColor { background-color: #ACD5BC; }

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

This div background color is #ACD5BC.

Border color

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

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

This div border color is #ACD5BC.

Opacity

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

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

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

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

This text has shadow with #ACD5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD5BC.

Preview

Color preview on black background

This text has color #ACD5BC on black background.


Color preview on white background

This text has color #ACD5BC on white background.


Black color preview on #ACD5BC background

This text has black color on #ACD5BC background.


White color preview on #ACD5BC background

This text has white color on #ACD5BC background.


Related colors

Complementary color

Complementary color for #hex is #532A43.


I love getcolorcode.com

Triadic colors

1 #BCACD5 and #D5BCAC with #ACD5BC are triadic colors.

2 #BCD5AC and #D5ACBC with #ACD5BC are triadic colors.