COLOR #ACD1CD

HEX: #ACD1CD
RGB: (172,209,205)

Color info

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

RGB color model

#ACD1CD color RGB value is (172,209,205).

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

RGB channels and saturation

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

172
209
205

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

Portions of RGB colors in percentages

R + G + B =
172 + 209 + 205 = 586 (100%)
R 172 of 586 ~ 29.35%
G 209 of 586 ~ 35.67%
B 205 of 586 ~ 34.98%

%29.35
%35.67
%34.98

CMYK color model

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

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 1.91%
  • 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
%1.91
%18.04

Codes

Color #ACD1CD in popluar color models

ACD1CD
RGB172209205
HSL174°28.68%74.71%
HSB/HSV174°17.70%81.96%
CMYK17.70%0.00%1.91%
18.04%

Color #ACD1CD in popluar number systems.

HEXACD1CD
Decimal172209205
Binary101011001101000111001101
Octal254321315

Shades and tints

Shades of #ACD1CD

#ACD1CD
(172,209,205)
#9DBEBB
(157,190,187)
#8EABA9
(142,171,169)
#7F9897
(127,152,151)
#708585
(112,133,133)
#617273
(97,114,115)
#525F61
(82,95,97)
#434C4F
(67,76,79)
#34393D
(52,57,61)
#25262B
(37,38,43)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #ACD1CD

#ACD1CD
(172,209,205)
#B3D5D1
(179,213,209)
#BAD9D5
(186,217,213)
#C1DDD9
(193,221,217)
#C8E1DD
(200,225,221)
#CFE5E1
(207,229,225)
#D6E9E5
(214,233,229)
#DDEDE9
(221,237,233)
#E4F1ED
(228,241,237)
#EBF5F1
(235,245,241)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD1CD; }

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

This text font color is #ACD1CD.


Background Color

.myBgColor { background-color: #ACD1CD; }

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

This div background color is #ACD1CD.


Border color

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

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

This div border color is #ACD1CD.


Opacity

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

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

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

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

This text has shadow with #ACD1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD1CD on black background.


Color preview on white background

This text has color #ACD1CD on white background.



Black color preview on #ACD1CD background

This text has black color on #ACD1CD background.


White color preview on #ACD1CD background

This text has white color on #ACD1CD background.