COLOR #ACD2B9

HEX: #ACD2B9 RGB: (172,210,185)

Color info

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

RGB color model

#ACD2B9 color RGB value is (172,210,185).

RGB: (172,210,185) (67%, 82%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 210 of 255 = 82%
B 185 of 255 = 73%

172
210
185

R + G + B ~ 74%. #ACD2B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 210 + 185 = 567 (100%)
R 172 of 567 ~ 30.34%
G 210 of 567 ~ 37.04%
B 185 of 567 ~ 32.63'%

%30.34
%37.04
%32.63

CMYK color model

#ACD2B9 color CMYK value is (18,0,12,18).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 17.65%

CMYK: (18,0,12,18)
C18M0Y12K18 (18%, 0%, 12%, 18%)
(0.18 / 0.00 / 0.12 / 0.18)

CMYK percentages

%18.1
%0
%11.9
%17.65

Codes

Color #ACD2B9 in popluar color models

AC D2 B9
RGB 172 210 185
HSL 141° 29.69% 74.90%
HSB/HSV 141° 18.10% 82.35%
CMYK 18.10% 0.00% 11.90%
17.65%

Color #ACD2B9 in popluar number systems.

HEX AC D2 B9
Decimal 172 210 185
Binary 10101100 11010010 10111001
Octal 254 322 271

Shades and tints

Shades of #ACD2B9

#ACD2B9
(172,210,185)
#9DBFA9
(157,191,169)
#8EAC99
(142,172,153)
#7F9989
(127,153,137)
#708679
(112,134,121)
#617369
(97,115,105)
#526059
(82,96,89)
#434D49
(67,77,73)
#343A39
(52,58,57)
#252729
(37,39,41)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #ACD2B9

#ACD2B9
(172,210,185)
#B3D6BF
(179,214,191)
#BADAC5
(186,218,197)
#C1DECB
(193,222,203)
#C8E2D1
(200,226,209)
#CFE6D7
(207,230,215)
#D6EADD
(214,234,221)
#DDEEE3
(221,238,227)
#E4F2E9
(228,242,233)
#EBF6EF
(235,246,239)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD2B9 color. Also use rgb(172,210,185) instead hex code.

Text Font Color

.myTextColor { color: #ACD2B9; }

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

This text font color is #ACD2B9.

Background Color

.myBgColor { background-color: #ACD2B9; }

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

This div background color is #ACD2B9.

Border color

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

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

This div border color is #ACD2B9.

Opacity

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

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

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

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

This text has shadow with #ACD2B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD2B9.

Preview

Color preview on black background

This text has color #ACD2B9 on black background.


Color preview on white background

This text has color #ACD2B9 on white background.


Black color preview on #ACD2B9 background

This text has black color on #ACD2B9 background.


White color preview on #ACD2B9 background

This text has white color on #ACD2B9 background.


Related colors

Complementary color

Complementary color for #hex is #532D46.


I love getcolorcode.com

Triadic colors

1 #B9ACD2 and #D2B9AC with #ACD2B9 are triadic colors.

2 #B9D2AC and #D2ACB9 with #ACD2B9 are triadic colors.