COLOR #ACC4AE

HEX: #ACC4AE
RGB: (172,196,174)

Color info

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

RGB color model

#ACC4AE color RGB value is (172,196,174).

  • red value is 172;
  • green value is 196;
  • blue value is 174.
RGB:
(172,196,174)
(67%,77%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 196 of 255 = 77%
B 174 of 255 = 68%

172
196
174

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

Portions of RGB colors in percentages

R + G + B =
172 + 196 + 174 = 542 (100%)
R 172 of 542 ~ 31.73%
G 196 of 542 ~ 36.16%
B 174 of 542 ~ 32.1%

%31.73
%36.16
%32.1

CMYK color model

#ACC4AE color CMYK value is (12,0,11,23).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK:
(12,0,11,23)
C12M0Y11K23 
(12%,0%,11%,23%)
(0.12/0.00/0.11/0.23)	

CMYK percentages

%12.24
%0
%11.22
%23.14

Codes

Color #ACC4AE in popluar color models

ACC4AE
RGB172196174
HSL125°16.90%72.16%
HSB/HSV125°12.24%76.86%
CMYK12.24%0.00%11.22%
23.14%

Color #ACC4AE in popluar number systems.

HEXACC4AE
Decimal172196174
Binary101011001100010010101110
Octal254304256

Shades and tints

Shades of #ACC4AE

#ACC4AE
(172,196,174)
#9DB39F
(157,179,159)
#8EA290
(142,162,144)
#7F9181
(127,145,129)
#708072
(112,128,114)
#616F63
(97,111,99)
#525E54
(82,94,84)
#434D45
(67,77,69)
#343C36
(52,60,54)
#252B27
(37,43,39)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #ACC4AE

#ACC4AE
(172,196,174)
#B3C9B5
(179,201,181)
#BACEBC
(186,206,188)
#C1D3C3
(193,211,195)
#C8D8CA
(200,216,202)
#CFDDD1
(207,221,209)
#D6E2D8
(214,226,216)
#DDE7DF
(221,231,223)
#E4ECE6
(228,236,230)
#EBF1ED
(235,241,237)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC4AE color. Also use rgb(172,196,174) instead hex code.

Text Font Color

.myTextColor { color: #ACC4AE; }

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

This text font color is #ACC4AE.


Background Color

.myBgColor { background-color: #ACC4AE; }

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

This div background color is #ACC4AE.


Border color

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

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

This div border color is #ACC4AE.


Opacity

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

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

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

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

This text has shadow with #ACC4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC4AE on black background.


Color preview on white background

This text has color #ACC4AE on white background.



Black color preview on #ACC4AE background

This text has black color on #ACC4AE background.


White color preview on #ACC4AE background

This text has white color on #ACC4AE background.