COLOR #ACDBC1

HEX: #ACDBC1 RGB: (172,219,193)

Color info

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

RGB color model

#ACDBC1 color RGB value is (172,219,193).

RGB: (172,219,193) (67%, 86%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 219 of 255 = 86%
B 193 of 255 = 76%

172
219
193

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

Portions of RGB colors in percentages

R + G + B = 172 + 219 + 193 = 584 (100%)
R 172 of 584 ~ 29.45%
G 219 of 584 ~ 37.5%
B 193 of 584 ~ 33.05'%

%29.45
%37.5
%33.05

CMYK color model

#ACDBC1 color CMYK value is (21,0,12,14).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 11.87%
  • key color value is 14.12%

CMYK: (21,0,12,14)
C21M0Y12K14 (21%, 0%, 12%, 14%)
(0.21 / 0.00 / 0.12 / 0.14)

CMYK percentages

%21.46
%0
%11.87
%14.12

Codes

Color #ACDBC1 in popluar color models

AC DB C1
RGB 172 219 193
HSL 147° 39.50% 76.67%
HSB/HSV 147° 21.46% 85.88%
CMYK 21.46% 0.00% 11.87%
14.12%

Color #ACDBC1 in popluar number systems.

HEX AC DB C1
Decimal 172 219 193
Binary 10101100 11011011 11000001
Octal 254 333 301

Shades and tints

Shades of #ACDBC1

#ACDBC1
(172,219,193)
#9DC8B0
(157,200,176)
#8EB59F
(142,181,159)
#7FA28E
(127,162,142)
#708F7D
(112,143,125)
#617C6C
(97,124,108)
#52695B
(82,105,91)
#43564A
(67,86,74)
#344339
(52,67,57)
#253028
(37,48,40)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #ACDBC1

#ACDBC1
(172,219,193)
#B3DEC6
(179,222,198)
#BAE1CB
(186,225,203)
#C1E4D0
(193,228,208)
#C8E7D5
(200,231,213)
#CFEADA
(207,234,218)
#D6EDDF
(214,237,223)
#DDF0E4
(221,240,228)
#E4F3E9
(228,243,233)
#EBF6EE
(235,246,238)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDBC1 color. Also use rgb(172,219,193) instead hex code.

Text Font Color

.myTextColor { color: #ACDBC1; }

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

This text font color is #ACDBC1.

Background Color

.myBgColor { background-color: #ACDBC1; }

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

This div background color is #ACDBC1.

Border color

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

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

This div border color is #ACDBC1.

Opacity

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

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

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

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

This text has shadow with #ACDBC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDBC1.

Preview

Color preview on black background

This text has color #ACDBC1 on black background.


Color preview on white background

This text has color #ACDBC1 on white background.


Black color preview on #ACDBC1 background

This text has black color on #ACDBC1 background.


White color preview on #ACDBC1 background

This text has white color on #ACDBC1 background.


Related colors

Complementary color

Complementary color for #hex is #53243E.


I love getcolorcode.com

Triadic colors

1 #C1ACDB and #DBC1AC with #ACDBC1 are triadic colors.

2 #C1DBAC and #DBACC1 with #ACDBC1 are triadic colors.