COLOR #ACDAB3

HEX: #ACDAB3 RGB: (172,218,179)

Color info

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

RGB color model

#ACDAB3 color RGB value is (172,218,179).

RGB: (172,218,179) (67%, 85%, 70%)

RGB channels and saturation

R 172 of 255 = 67%
G 218 of 255 = 85%
B 179 of 255 = 70%

172
218
179

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

Portions of RGB colors in percentages

R + G + B = 172 + 218 + 179 = 569 (100%)
R 172 of 569 ~ 30.23%
G 218 of 569 ~ 38.31%
B 179 of 569 ~ 31.46'%

%30.23
%38.31
%31.46

CMYK color model

#ACDAB3 color CMYK value is (21,0,18,15).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 14.51%

CMYK: (21,0,18,15)
C21M0Y18K15 (21%, 0%, 18%, 15%)
(0.21 / 0.00 / 0.18 / 0.15)

CMYK percentages

%21.1
%0
%17.89
%14.51

Codes

Color #ACDAB3 in popluar color models

AC DA B3
RGB 172 218 179
HSL 129° 38.33% 76.47%
HSB/HSV 129° 21.10% 85.49%
CMYK 21.10% 0.00% 17.89%
14.51%

Color #ACDAB3 in popluar number systems.

HEX AC DA B3
Decimal 172 218 179
Binary 10101100 11011010 10110011
Octal 254 332 263

Shades and tints

Shades of #ACDAB3

#ACDAB3
(172,218,179)
#9DC7A3
(157,199,163)
#8EB493
(142,180,147)
#7FA183
(127,161,131)
#708E73
(112,142,115)
#617B63
(97,123,99)
#526853
(82,104,83)
#435543
(67,85,67)
#344233
(52,66,51)
#252F23
(37,47,35)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #ACDAB3

#ACDAB3
(172,218,179)
#B3DDB9
(179,221,185)
#BAE0BF
(186,224,191)
#C1E3C5
(193,227,197)
#C8E6CB
(200,230,203)
#CFE9D1
(207,233,209)
#D6ECD7
(214,236,215)
#DDEFDD
(221,239,221)
#E4F2E3
(228,242,227)
#EBF5E9
(235,245,233)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDAB3 color. Also use rgb(172,218,179) instead hex code.

Text Font Color

.myTextColor { color: #ACDAB3; }

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

This text font color is #ACDAB3.

Background Color

.myBgColor { background-color: #ACDAB3; }

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

This div background color is #ACDAB3.

Border color

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

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

This div border color is #ACDAB3.

Opacity

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

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

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

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

This text has shadow with #ACDAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDAB3.

Preview

Color preview on black background

This text has color #ACDAB3 on black background.


Color preview on white background

This text has color #ACDAB3 on white background.


Black color preview on #ACDAB3 background

This text has black color on #ACDAB3 background.


White color preview on #ACDAB3 background

This text has white color on #ACDAB3 background.


Related colors

Complementary color

Complementary color for #hex is #53254C.


I love getcolorcode.com

Triadic colors

1 #B3ACDA and #DAB3AC with #ACDAB3 are triadic colors.

2 #B3DAAC and #DAACB3 with #ACDAB3 are triadic colors.