COLOR #ACDCC6

HEX: #ACDCC6
RGB: (172,220,198)

Color info

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

RGB color model

#ACDCC6 color RGB value is (172,220,198).

  • red value is 172;
  • green value is 220;
  • blue value is 198.
RGB:
(172,220,198)
(67%,86%,78%)

RGB channels and saturation

R 172 of 255 = 67%
G 220 of 255 = 86%
B 198 of 255 = 78%

172
220
198

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

Portions of RGB colors in percentages

R + G + B =
172 + 220 + 198 = 590 (100%)
R 172 of 590 ~ 29.15%
G 220 of 590 ~ 37.29%
B 198 of 590 ~ 33.56%

%29.15
%37.29
%33.56

CMYK color model

#ACDCC6 color CMYK value is (22,0,10,14).

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 13.73%
CMYK:
(22,0,10,14)
C22M0Y10K14 
(22%,0%,10%,14%)
(0.22/0.00/0.10/0.14)	

CMYK percentages

%21.82
%0
%10
%13.73

Codes

Color #ACDCC6 in popluar color models

ACDCC6
RGB172220198
HSL153°40.68%76.86%
HSB/HSV153°21.82%86.27%
CMYK21.82%0.00%10.00%
13.73%

Color #ACDCC6 in popluar number systems.

HEXACDCC6
Decimal172220198
Binary101011001101110011000110
Octal254334306

Shades and tints

Shades of #ACDCC6

#ACDCC6
(172,220,198)
#9DC8B4
(157,200,180)
#8EB4A2
(142,180,162)
#7FA090
(127,160,144)
#708C7E
(112,140,126)
#61786C
(97,120,108)
#52645A
(82,100,90)
#435048
(67,80,72)
#343C36
(52,60,54)
#252824
(37,40,36)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #ACDCC6

#ACDCC6
(172,220,198)
#B3DFCB
(179,223,203)
#BAE2D0
(186,226,208)
#C1E5D5
(193,229,213)
#C8E8DA
(200,232,218)
#CFEBDF
(207,235,223)
#D6EEE4
(214,238,228)
#DDF1E9
(221,241,233)
#E4F4EE
(228,244,238)
#EBF7F3
(235,247,243)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDCC6; }

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

This text font color is #ACDCC6.


Background Color

.myBgColor { background-color: #ACDCC6; }

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

This div background color is #ACDCC6.


Border color

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

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

This div border color is #ACDCC6.


Opacity

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

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

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

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

This text has shadow with #ACDCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDCC6 on black background.


Color preview on white background

This text has color #ACDCC6 on white background.



Black color preview on #ACDCC6 background

This text has black color on #ACDCC6 background.


White color preview on #ACDCC6 background

This text has white color on #ACDCC6 background.