COLOR #ACC0AD

HEX: #ACC0AD RGB: (172,192,173)

Color info

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

RGB color model

#ACC0AD color RGB value is (172,192,173).

RGB: (172,192,173) (67%, 75%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 192 of 255 = 75%
B 173 of 255 = 68%

172
192
173

R + G + B ~ 70%. #ACC0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 192 + 173 = 537 (100%)
R 172 of 537 ~ 32.03%
G 192 of 537 ~ 35.75%
B 173 of 537 ~ 32.22'%

%32.03
%35.75
%32.22

CMYK color model

#ACC0AD color CMYK value is (10,0,10,25).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 24.71%

CMYK: (10,0,10,25)
C10M0Y10K25 (10%, 0%, 10%, 25%)
(0.10 / 0.00 / 0.10 / 0.25)

CMYK percentages

%10.42
%0
%9.9
%24.71

Codes

Color #ACC0AD in popluar color models

AC C0 AD
RGB 172 192 173
HSL 123° 13.70% 71.37%
HSB/HSV 123° 10.42% 75.29%
CMYK 10.42% 0.00% 9.90%
24.71%

Color #ACC0AD in popluar number systems.

HEX AC C0 AD
Decimal 172 192 173
Binary 10101100 11000000 10101101
Octal 254 300 255

Shades and tints

Shades of #ACC0AD

#ACC0AD
(172,192,173)
#9DAF9E
(157,175,158)
#8E9E8F
(142,158,143)
#7F8D80
(127,141,128)
#707C71
(112,124,113)
#616B62
(97,107,98)
#525A53
(82,90,83)
#434944
(67,73,68)
#343835
(52,56,53)
#252726
(37,39,38)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #ACC0AD

#ACC0AD
(172,192,173)
#B3C5B4
(179,197,180)
#BACABB
(186,202,187)
#C1CFC2
(193,207,194)
#C8D4C9
(200,212,201)
#CFD9D0
(207,217,208)
#D6DED7
(214,222,215)
#DDE3DE
(221,227,222)
#E4E8E5
(228,232,229)
#EBEDEC
(235,237,236)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC0AD color. Also use rgb(172,192,173) instead hex code.

Text Font Color

.myTextColor { color: #ACC0AD; }

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

This text font color is #ACC0AD.

Background Color

.myBgColor { background-color: #ACC0AD; }

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

This div background color is #ACC0AD.

Border color

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

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

This div border color is #ACC0AD.

Opacity

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

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

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

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

This text has shadow with #ACC0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC0AD.

Preview

Color preview on black background

This text has color #ACC0AD on black background.


Color preview on white background

This text has color #ACC0AD on white background.


Black color preview on #ACC0AD background

This text has black color on #ACC0AD background.


White color preview on #ACC0AD background

This text has white color on #ACC0AD background.


Related colors

Complementary color

Complementary color for #hex is #533F52.


I love getcolorcode.com

Triadic colors

1 #ADACC0 and #C0ADAC with #ACC0AD are triadic colors.

2 #ADC0AC and #C0ACAD with #ACC0AD are triadic colors.