COLOR #ACD1CC

HEX: #ACD1CC
RGB: (172,209,204)

Color info

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

RGB color model

#ACD1CC color RGB value is (172,209,204).

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

RGB channels and saturation

R 172 of 255 = 67%
G 209 of 255 = 82%
B 204 of 255 = 80%

172
209
204

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

Portions of RGB colors in percentages

R + G + B =
172 + 209 + 204 = 585 (100%)
R 172 of 585 ~ 29.4%
G 209 of 585 ~ 35.73%
B 204 of 585 ~ 34.87%

%29.4
%35.73
%34.87

CMYK color model

#ACD1CC color CMYK value is (18,0,2,18).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 2.39%
  • key color value is 18.04%
CMYK:
(18,0,2,18)
C18M0Y2K18 
(18%,0%,2%,18%)
(0.18/0.00/0.02/0.18)	

CMYK percentages

%17.7
%0
%2.39
%18.04

Codes

Color #ACD1CC in popluar color models

ACD1CC
RGB172209204
HSL172°28.68%74.71%
HSB/HSV172°17.70%81.96%
CMYK17.70%0.00%2.39%
18.04%

Color #ACD1CC in popluar number systems.

HEXACD1CC
Decimal172209204
Binary101011001101000111001100
Octal254321314

Shades and tints

Shades of #ACD1CC

#ACD1CC
(172,209,204)
#9DBEBA
(157,190,186)
#8EABA8
(142,171,168)
#7F9896
(127,152,150)
#708584
(112,133,132)
#617272
(97,114,114)
#525F60
(82,95,96)
#434C4E
(67,76,78)
#34393C
(52,57,60)
#25262A
(37,38,42)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #ACD1CC

#ACD1CC
(172,209,204)
#B3D5D0
(179,213,208)
#BAD9D4
(186,217,212)
#C1DDD8
(193,221,216)
#C8E1DC
(200,225,220)
#CFE5E0
(207,229,224)
#D6E9E4
(214,233,228)
#DDEDE8
(221,237,232)
#E4F1EC
(228,241,236)
#EBF5F0
(235,245,240)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD1CC; }

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

This text font color is #ACD1CC.


Background Color

.myBgColor { background-color: #ACD1CC; }

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

This div background color is #ACD1CC.


Border color

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

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

This div border color is #ACD1CC.


Opacity

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

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

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

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

This text has shadow with #ACD1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD1CC on black background.


Color preview on white background

This text has color #ACD1CC on white background.



Black color preview on #ACD1CC background

This text has black color on #ACD1CC background.


White color preview on #ACD1CC background

This text has white color on #ACD1CC background.