COLOR #ACDBC5

HEX: #ACDBC5
RGB: (172,219,197)

Color info

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

RGB color model

#ACDBC5 color RGB value is (172,219,197).

  • red value is 172;
  • green value is 219;
  • blue value is 197.
RGB:
(172,219,197)
(67%,86%,77%)

RGB channels and saturation

R 172 of 255 = 67%
G 219 of 255 = 86%
B 197 of 255 = 77%

172
219
197

R + G + B ~ 77%. #ACDBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 219 + 197 = 588 (100%)
R 172 of 588 ~ 29.25%
G 219 of 588 ~ 37.24%
B 197 of 588 ~ 33.5%

%29.25
%37.24
%33.5

CMYK color model

#ACDBC5 color CMYK value is (21,0,10,14).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 14.12%
CMYK:
(21,0,10,14)
C21M0Y10K14 
(21%,0%,10%,14%)
(0.21/0.00/0.10/0.14)	

CMYK percentages

%21.46
%0
%10.05
%14.12

Codes

Color #ACDBC5 in popluar color models

ACDBC5
RGB172219197
HSL152°39.50%76.67%
HSB/HSV152°21.46%85.88%
CMYK21.46%0.00%10.05%
14.12%

Color #ACDBC5 in popluar number systems.

HEXACDBC5
Decimal172219197
Binary101011001101101111000101
Octal254333305

Shades and tints

Shades of #ACDBC5

#ACDBC5
(172,219,197)
#9DC8B4
(157,200,180)
#8EB5A3
(142,181,163)
#7FA292
(127,162,146)
#708F81
(112,143,129)
#617C70
(97,124,112)
#52695F
(82,105,95)
#43564E
(67,86,78)
#34433D
(52,67,61)
#25302C
(37,48,44)
#161D1B
(22,29,27)
#000000
(0,0,0)

Tints of #ACDBC5

#ACDBC5
(172,219,197)
#B3DECA
(179,222,202)
#BAE1CF
(186,225,207)
#C1E4D4
(193,228,212)
#C8E7D9
(200,231,217)
#CFEADE
(207,234,222)
#D6EDE3
(214,237,227)
#DDF0E8
(221,240,232)
#E4F3ED
(228,243,237)
#EBF6F2
(235,246,242)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDBC5; }

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

This text font color is #ACDBC5.


Background Color

.myBgColor { background-color: #ACDBC5; }

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

This div background color is #ACDBC5.


Border color

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

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

This div border color is #ACDBC5.


Opacity

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

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

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

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

This text has shadow with #ACDBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDBC5 on black background.


Color preview on white background

This text has color #ACDBC5 on white background.



Black color preview on #ACDBC5 background

This text has black color on #ACDBC5 background.


White color preview on #ACDBC5 background

This text has white color on #ACDBC5 background.