COLOR #ACD3C6

HEX: #ACD3C6 RGB: (172,211,198)

Color info

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

RGB color model

#ACD3C6 color RGB value is (172,211,198).

RGB: (172,211,198) (67%, 83%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 211 of 255 = 83%
B 198 of 255 = 78%

172
211
198

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

Portions of RGB colors in percentages

R + G + B = 172 + 211 + 198 = 581 (100%)
R 172 of 581 ~ 29.6%
G 211 of 581 ~ 36.32%
B 198 of 581 ~ 34.08'%

%29.6
%36.32
%34.08

CMYK color model

#ACD3C6 color CMYK value is (18,0,6,17).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 6.16%
  • key color value is 17.25%

CMYK: (18,0,6,17)
C18M0Y6K17 (18%, 0%, 6%, 17%)
(0.18 / 0.00 / 0.06 / 0.17)

CMYK percentages

%18.48
%0
%6.16
%17.25

Codes

Color #ACD3C6 in popluar color models

AC D3 C6
RGB 172 211 198
HSL 160° 30.71% 75.10%
HSB/HSV 160° 18.48% 82.75%
CMYK 18.48% 0.00% 6.16%
17.25%

Color #ACD3C6 in popluar number systems.

HEX AC D3 C6
Decimal 172 211 198
Binary 10101100 11010011 11000110
Octal 254 323 306

Shades and tints

Shades of #ACD3C6

#ACD3C6
(172,211,198)
#9DC0B4
(157,192,180)
#8EADA2
(142,173,162)
#7F9A90
(127,154,144)
#70877E
(112,135,126)
#61746C
(97,116,108)
#52615A
(82,97,90)
#434E48
(67,78,72)
#343B36
(52,59,54)
#252824
(37,40,36)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #ACD3C6

#ACD3C6
(172,211,198)
#B3D7CB
(179,215,203)
#BADBD0
(186,219,208)
#C1DFD5
(193,223,213)
#C8E3DA
(200,227,218)
#CFE7DF
(207,231,223)
#D6EBE4
(214,235,228)
#DDEFE9
(221,239,233)
#E4F3EE
(228,243,238)
#EBF7F3
(235,247,243)
#F2FBF8
(242,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD3C6 color. Also use rgb(172,211,198) instead hex code.

Text Font Color

.myTextColor { color: #ACD3C6; }

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

This text font color is #ACD3C6.

Background Color

.myBgColor { background-color: #ACD3C6; }

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

This div background color is #ACD3C6.

Border color

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

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

This div border color is #ACD3C6.

Opacity

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

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

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

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

This text has shadow with #ACD3C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD3C6.

Preview

Color preview on black background

This text has color #ACD3C6 on black background.


Color preview on white background

This text has color #ACD3C6 on white background.


Black color preview on #ACD3C6 background

This text has black color on #ACD3C6 background.


White color preview on #ACD3C6 background

This text has white color on #ACD3C6 background.


Related colors

Complementary color

Complementary color for #hex is #532C39.


I love getcolorcode.com

Triadic colors

1 #C6ACD3 and #D3C6AC with #ACD3C6 are triadic colors.

2 #C6D3AC and #D3ACC6 with #ACD3C6 are triadic colors.