COLOR #ACDFBC

HEX: #ACDFBC
RGB: (172,223,188)

Color info

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

RGB color model

#ACDFBC color RGB value is (172,223,188).

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

RGB channels and saturation

R 172 of 255 = 67%
G 223 of 255 = 87%
B 188 of 255 = 74%

172
223
188

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

Portions of RGB colors in percentages

R + G + B =
172 + 223 + 188 = 583 (100%)
R 172 of 583 ~ 29.5%
G 223 of 583 ~ 38.25%
B 188 of 583 ~ 32.25%

%29.5
%38.25
%32.25

CMYK color model

#ACDFBC color CMYK value is (23,0,16,13).

  • cyan value is 22.87%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 12.55%
CMYK:
(23,0,16,13)
C23M0Y16K13 
(23%,0%,16%,13%)
(0.23/0.00/0.16/0.13)	

CMYK percentages

%22.87
%0
%15.7
%12.55

Codes

Color #ACDFBC in popluar color models

ACDFBC
RGB172223188
HSL139°44.35%77.45%
HSB/HSV139°22.87%87.45%
CMYK22.87%0.00%15.70%
12.55%

Color #ACDFBC in popluar number systems.

HEXACDFBC
Decimal172223188
Binary101011001101111110111100
Octal254337274

Shades and tints

Shades of #ACDFBC

#ACDFBC
(172,223,188)
#9DCBAB
(157,203,171)
#8EB79A
(142,183,154)
#7FA389
(127,163,137)
#708F78
(112,143,120)
#617B67
(97,123,103)
#526756
(82,103,86)
#435345
(67,83,69)
#343F34
(52,63,52)
#252B23
(37,43,35)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #ACDFBC

#ACDFBC
(172,223,188)
#B3E1C2
(179,225,194)
#BAE3C8
(186,227,200)
#C1E5CE
(193,229,206)
#C8E7D4
(200,231,212)
#CFE9DA
(207,233,218)
#D6EBE0
(214,235,224)
#DDEDE6
(221,237,230)
#E4EFEC
(228,239,236)
#EBF1F2
(235,241,242)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDFBC; }

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

This text font color is #ACDFBC.


Background Color

.myBgColor { background-color: #ACDFBC; }

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

This div background color is #ACDFBC.


Border color

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

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

This div border color is #ACDFBC.


Opacity

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

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

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

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

This text has shadow with #ACDFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDFBC on black background.


Color preview on white background

This text has color #ACDFBC on white background.



Black color preview on #ACDFBC background

This text has black color on #ACDFBC background.


White color preview on #ACDFBC background

This text has white color on #ACDFBC background.