COLOR #ACCAAF

HEX: #ACCAAF RGB: (172,202,175)

Color info

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

RGB color model

#ACCAAF color RGB value is (172,202,175).

RGB: (172,202,175) (67%, 79%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 202 of 255 = 79%
B 175 of 255 = 69%

172
202
175

R + G + B ~ 72%. #ACCAAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 202 + 175 = 549 (100%)
R 172 of 549 ~ 31.33%
G 202 of 549 ~ 36.79%
B 175 of 549 ~ 31.88'%

%31.33
%36.79
%31.88

CMYK color model

#ACCAAF color CMYK value is (15,0,13,21).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 20.78%

CMYK: (15,0,13,21)
C15M0Y13K21 (15%, 0%, 13%, 21%)
(0.15 / 0.00 / 0.13 / 0.21)

CMYK percentages

%14.85
%0
%13.37
%20.78

Codes

Color #ACCAAF in popluar color models

AC CA AF
RGB 172 202 175
HSL 126° 22.06% 73.33%
HSB/HSV 126° 14.85% 79.22%
CMYK 14.85% 0.00% 13.37%
20.78%

Color #ACCAAF in popluar number systems.

HEX AC CA AF
Decimal 172 202 175
Binary 10101100 11001010 10101111
Octal 254 312 257

Shades and tints

Shades of #ACCAAF

#ACCAAF
(172,202,175)
#9DB8A0
(157,184,160)
#8EA691
(142,166,145)
#7F9482
(127,148,130)
#708273
(112,130,115)
#617064
(97,112,100)
#525E55
(82,94,85)
#434C46
(67,76,70)
#343A37
(52,58,55)
#252828
(37,40,40)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #ACCAAF

#ACCAAF
(172,202,175)
#B3CEB6
(179,206,182)
#BAD2BD
(186,210,189)
#C1D6C4
(193,214,196)
#C8DACB
(200,218,203)
#CFDED2
(207,222,210)
#D6E2D9
(214,226,217)
#DDE6E0
(221,230,224)
#E4EAE7
(228,234,231)
#EBEEEE
(235,238,238)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCAAF color. Also use rgb(172,202,175) instead hex code.

Text Font Color

.myTextColor { color: #ACCAAF; }

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

This text font color is #ACCAAF.

Background Color

.myBgColor { background-color: #ACCAAF; }

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

This div background color is #ACCAAF.

Border color

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

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

This div border color is #ACCAAF.

Opacity

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

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

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

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

This text has shadow with #ACCAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCAAF.

Preview

Color preview on black background

This text has color #ACCAAF on black background.


Color preview on white background

This text has color #ACCAAF on white background.


Black color preview on #ACCAAF background

This text has black color on #ACCAAF background.


White color preview on #ACCAAF background

This text has white color on #ACCAAF background.


Related colors

Complementary color

Complementary color for #hex is #533550.


I love getcolorcode.com

Triadic colors

1 #AFACCA and #CAAFAC with #ACCAAF are triadic colors.

2 #AFCAAC and #CAACAF with #ACCAAF are triadic colors.