COLOR #ACDFCF

HEX: #ACDFCF
RGB: (172,223,207)

Color info

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

RGB color model

#ACDFCF color RGB value is (172,223,207).

  • red value is 172;
  • green value is 223;
  • blue value is 207.
RGB:
(172,223,207)
(67%,87%,81%)

RGB channels and saturation

R 172 of 255 = 67%
G 223 of 255 = 87%
B 207 of 255 = 81%

172
223
207

R + G + B ~ 78%. #ACDFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 223 + 207 = 602 (100%)
R 172 of 602 ~ 28.57%
G 223 of 602 ~ 37.04%
B 207 of 602 ~ 34.39%

%28.57
%37.04
%34.39

CMYK color model

#ACDFCF color CMYK value is (23,0,7,13).

  • cyan value is 22.87%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 12.55%
CMYK:
(23,0,7,13)
C23M0Y7K13 
(23%,0%,7%,13%)
(0.23/0.00/0.07/0.13)	

CMYK percentages

%22.87
%0
%7.17
%12.55

Codes

Color #ACDFCF in popluar color models

ACDFCF
RGB172223207
HSL161°44.35%77.45%
HSB/HSV161°22.87%87.45%
CMYK22.87%0.00%7.17%
12.55%

Color #ACDFCF in popluar number systems.

HEXACDFCF
Decimal172223207
Binary101011001101111111001111
Octal254337317

Shades and tints

Shades of #ACDFCF

#ACDFCF
(172,223,207)
#9DCBBD
(157,203,189)
#8EB7AB
(142,183,171)
#7FA399
(127,163,153)
#708F87
(112,143,135)
#617B75
(97,123,117)
#526763
(82,103,99)
#435351
(67,83,81)
#343F3F
(52,63,63)
#252B2D
(37,43,45)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #ACDFCF

#ACDFCF
(172,223,207)
#B3E1D3
(179,225,211)
#BAE3D7
(186,227,215)
#C1E5DB
(193,229,219)
#C8E7DF
(200,231,223)
#CFE9E3
(207,233,227)
#D6EBE7
(214,235,231)
#DDEDEB
(221,237,235)
#E4EFEF
(228,239,239)
#EBF1F3
(235,241,243)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDFCF color. Also use rgb(172,223,207) instead hex code.

Text Font Color

.myTextColor { color: #ACDFCF; }

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

This text font color is #ACDFCF.


Background Color

.myBgColor { background-color: #ACDFCF; }

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

This div background color is #ACDFCF.


Border color

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

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

This div border color is #ACDFCF.


Opacity

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

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

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

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

This text has shadow with #ACDFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDFCF on black background.


Color preview on white background

This text has color #ACDFCF on white background.



Black color preview on #ACDFCF background

This text has black color on #ACDFCF background.


White color preview on #ACDFCF background

This text has white color on #ACDFCF background.