COLOR #ACDEC5

HEX: #ACDEC5
RGB: (172,222,197)

Color info

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

RGB color model

#ACDEC5 color RGB value is (172,222,197).

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

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 197 of 255 = 77%

172
222
197

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

Portions of RGB colors in percentages

R + G + B =
172 + 222 + 197 = 591 (100%)
R 172 of 591 ~ 29.1%
G 222 of 591 ~ 37.56%
B 197 of 591 ~ 33.33%

%29.1
%37.56
%33.33

CMYK color model

#ACDEC5 color CMYK value is (23,0,11,13).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 12.94%
CMYK:
(23,0,11,13)
C23M0Y11K13 
(23%,0%,11%,13%)
(0.23/0.00/0.11/0.13)	

CMYK percentages

%22.52
%0
%11.26
%12.94

Codes

Color #ACDEC5 in popluar color models

ACDEC5
RGB172222197
HSL150°43.10%77.25%
HSB/HSV150°22.52%87.06%
CMYK22.52%0.00%11.26%
12.94%

Color #ACDEC5 in popluar number systems.

HEXACDEC5
Decimal172222197
Binary101011001101111011000101
Octal254336305

Shades and tints

Shades of #ACDEC5

#ACDEC5
(172,222,197)
#9DCAB4
(157,202,180)
#8EB6A3
(142,182,163)
#7FA292
(127,162,146)
#708E81
(112,142,129)
#617A70
(97,122,112)
#52665F
(82,102,95)
#43524E
(67,82,78)
#343E3D
(52,62,61)
#252A2C
(37,42,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #ACDEC5

#ACDEC5
(172,222,197)
#B3E1CA
(179,225,202)
#BAE4CF
(186,228,207)
#C1E7D4
(193,231,212)
#C8EAD9
(200,234,217)
#CFEDDE
(207,237,222)
#D6F0E3
(214,240,227)
#DDF3E8
(221,243,232)
#E4F6ED
(228,246,237)
#EBF9F2
(235,249,242)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDEC5; }

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

This text font color is #ACDEC5.


Background Color

.myBgColor { background-color: #ACDEC5; }

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

This div background color is #ACDEC5.


Border color

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

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

This div border color is #ACDEC5.


Opacity

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

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

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

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

This text has shadow with #ACDEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDEC5 on black background.


Color preview on white background

This text has color #ACDEC5 on white background.



Black color preview on #ACDEC5 background

This text has black color on #ACDEC5 background.


White color preview on #ACDEC5 background

This text has white color on #ACDEC5 background.