COLOR #ACC7AD

HEX: #ACC7AD RGB: (172,199,173)

Color info

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

RGB color model

#ACC7AD color RGB value is (172,199,173).

RGB: (172,199,173) (67%, 78%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 199 of 255 = 78%
B 173 of 255 = 68%

172
199
173

R + G + B ~ 71%. #ACC7AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 199 + 173 = 544 (100%)
R 172 of 544 ~ 31.62%
G 199 of 544 ~ 36.58%
B 173 of 544 ~ 31.8'%

%31.62
%36.58
%31.8

CMYK color model

#ACC7AD color CMYK value is (14,0,13,22).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK: (14,0,13,22) C14M0Y13K22 (14%,0%,13%,22%) (0.14/0.00/0.13/0.22) 

CMYK percentages

%13.57
%0
%13.07
%21.96

Codes

Color #ACC7AD in popluar color models

AC C7 AD
RGB 172 199 173
HSL 122° 19.42% 72.75%
HSB/HSV 122° 13.57% 78.04%
CMYK 13.57% 0.00% 13.07%
21.96%

Color #ACC7AD in popluar number systems.

HEX AC C7 AD
Decimal 172 199 173
Binary 10101100 11000111 10101101
Octal 254 307 255

Shades and tints

Shades of #ACC7AD

#ACC7AD
(172,199,173)
#9DB59E
(157,181,158)
#8EA38F
(142,163,143)
#7F9180
(127,145,128)
#707F71
(112,127,113)
#616D62
(97,109,98)
#525B53
(82,91,83)
#434944
(67,73,68)
#343735
(52,55,53)
#252526
(37,37,38)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACC7AD

#ACC7AD
(172,199,173)
#B3CCB4
(179,204,180)
#BAD1BB
(186,209,187)
#C1D6C2
(193,214,194)
#C8DBC9
(200,219,201)
#CFE0D0
(207,224,208)
#D6E5D7
(214,229,215)
#DDEADE
(221,234,222)
#E4EFE5
(228,239,229)
#EBF4EC
(235,244,236)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC7AD; }

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

This text font color is #ACC7AD.

Background Color

.myBgColor { background-color: #ACC7AD; }

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

This div background color is #ACC7AD.

Border color

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

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

This div border color is #ACC7AD.

Opacity

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

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

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

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

This text has shadow with #ACC7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC7AD.

Preview

Color preview on black background

This text has color #ACC7AD on black background.


Color preview on white background

This text has color #ACC7AD on white background.


Black color preview on #ACC7AD background

This text has black color on #ACC7AD background.


White color preview on #ACC7AD background

This text has white color on #ACC7AD background.


Related colors

Complementary color

Complementary color for #hex is #533852.


I love getcolorcode.com

Triadic colors

1 #ADACC7 and #C7ADAC with #ACC7AD are triadic colors.

2 #ADC7AC and #C7ACAD with #ACC7AD are triadic colors.