COLOR #ACD0B1

HEX: #ACD0B1
RGB: (172,208,177)

Color info

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

RGB color model

#ACD0B1 color RGB value is (172,208,177).

  • red value is 172;
  • green value is 208;
  • blue value is 177.
RGB:
(172,208,177)
(67%,82%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 208 of 255 = 82%
B 177 of 255 = 69%

172
208
177

R + G + B ~ 73%. #ACD0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 208 + 177 = 557 (100%)
R 172 of 557 ~ 30.88%
G 208 of 557 ~ 37.34%
B 177 of 557 ~ 31.78%

%30.88
%37.34
%31.78

CMYK color model

#ACD0B1 color CMYK value is (17,0,15,18).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 14.90%
  • key color value is 18.43%
CMYK:
(17,0,15,18)
C17M0Y15K18 
(17%,0%,15%,18%)
(0.17/0.00/0.15/0.18)	

CMYK percentages

%17.31
%0
%14.9
%18.43

Codes

Color #ACD0B1 in popluar color models

ACD0B1
RGB172208177
HSL128°27.69%74.51%
HSB/HSV128°17.31%81.57%
CMYK17.31%0.00%14.90%
18.43%

Color #ACD0B1 in popluar number systems.

HEXACD0B1
Decimal172208177
Binary101011001101000010110001
Octal254320261

Shades and tints

Shades of #ACD0B1

#ACD0B1
(172,208,177)
#9DBEA1
(157,190,161)
#8EAC91
(142,172,145)
#7F9A81
(127,154,129)
#708871
(112,136,113)
#617661
(97,118,97)
#526451
(82,100,81)
#435241
(67,82,65)
#344031
(52,64,49)
#252E21
(37,46,33)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #ACD0B1

#ACD0B1
(172,208,177)
#B3D4B8
(179,212,184)
#BAD8BF
(186,216,191)
#C1DCC6
(193,220,198)
#C8E0CD
(200,224,205)
#CFE4D4
(207,228,212)
#D6E8DB
(214,232,219)
#DDECE2
(221,236,226)
#E4F0E9
(228,240,233)
#EBF4F0
(235,244,240)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD0B1 color. Also use rgb(172,208,177) instead hex code.

Text Font Color

.myTextColor { color: #ACD0B1; }

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

This text font color is #ACD0B1.


Background Color

.myBgColor { background-color: #ACD0B1; }

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

This div background color is #ACD0B1.


Border color

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

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

This div border color is #ACD0B1.


Opacity

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

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

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

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

This text has shadow with #ACD0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD0B1 on black background.


Color preview on white background

This text has color #ACD0B1 on white background.



Black color preview on #ACD0B1 background

This text has black color on #ACD0B1 background.


White color preview on #ACD0B1 background

This text has white color on #ACD0B1 background.