COLOR #ACD1C1

HEX: #ACD1C1
RGB: (172,209,193)

Color info

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

RGB color model

#ACD1C1 color RGB value is (172,209,193).

  • red value is 172;
  • green value is 209;
  • blue value is 193.
RGB:
(172,209,193)
(67%,82%,76%)

RGB channels and saturation

R 172 of 255 = 67%
G 209 of 255 = 82%
B 193 of 255 = 76%

172
209
193

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

Portions of RGB colors in percentages

R + G + B =
172 + 209 + 193 = 574 (100%)
R 172 of 574 ~ 29.97%
G 209 of 574 ~ 36.41%
B 193 of 574 ~ 33.62%

%29.97
%36.41
%33.62

CMYK color model

#ACD1C1 color CMYK value is (18,0,8,18).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 18.04%
CMYK:
(18,0,8,18)
C18M0Y8K18 
(18%,0%,8%,18%)
(0.18/0.00/0.08/0.18)	

CMYK percentages

%17.7
%0
%7.66
%18.04

Codes

Color #ACD1C1 in popluar color models

ACD1C1
RGB172209193
HSL154°28.68%74.71%
HSB/HSV154°17.70%81.96%
CMYK17.70%0.00%7.66%
18.04%

Color #ACD1C1 in popluar number systems.

HEXACD1C1
Decimal172209193
Binary101011001101000111000001
Octal254321301

Shades and tints

Shades of #ACD1C1

#ACD1C1
(172,209,193)
#9DBEB0
(157,190,176)
#8EAB9F
(142,171,159)
#7F988E
(127,152,142)
#70857D
(112,133,125)
#61726C
(97,114,108)
#525F5B
(82,95,91)
#434C4A
(67,76,74)
#343939
(52,57,57)
#252628
(37,38,40)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACD1C1

#ACD1C1
(172,209,193)
#B3D5C6
(179,213,198)
#BAD9CB
(186,217,203)
#C1DDD0
(193,221,208)
#C8E1D5
(200,225,213)
#CFE5DA
(207,229,218)
#D6E9DF
(214,233,223)
#DDEDE4
(221,237,228)
#E4F1E9
(228,241,233)
#EBF5EE
(235,245,238)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD1C1; }

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

This text font color is #ACD1C1.


Background Color

.myBgColor { background-color: #ACD1C1; }

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

This div background color is #ACD1C1.


Border color

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

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

This div border color is #ACD1C1.


Opacity

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

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

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

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

This text has shadow with #ACD1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD1C1 on black background.


Color preview on white background

This text has color #ACD1C1 on white background.



Black color preview on #ACD1C1 background

This text has black color on #ACD1C1 background.


White color preview on #ACD1C1 background

This text has white color on #ACD1C1 background.