COLOR #ACC1AE

HEX: #ACC1AE
RGB: (172,193,174)

Color info

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

RGB color model

#ACC1AE color RGB value is (172,193,174).

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

RGB channels and saturation

R 172 of 255 = 67%
G 193 of 255 = 76%
B 174 of 255 = 68%

172
193
174

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

Portions of RGB colors in percentages

R + G + B =
172 + 193 + 174 = 539 (100%)
R 172 of 539 ~ 31.91%
G 193 of 539 ~ 35.81%
B 174 of 539 ~ 32.28%

%31.91
%35.81
%32.28

CMYK color model

#ACC1AE color CMYK value is (11,0,10,24).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 24.31%
CMYK:
(11,0,10,24)
C11M0Y10K24 
(11%,0%,10%,24%)
(0.11/0.00/0.10/0.24)	

CMYK percentages

%10.88
%0
%9.84
%24.31

Codes

Color #ACC1AE in popluar color models

ACC1AE
RGB172193174
HSL126°14.48%71.57%
HSB/HSV126°10.88%75.69%
CMYK10.88%0.00%9.84%
24.31%

Color #ACC1AE in popluar number systems.

HEXACC1AE
Decimal172193174
Binary101011001100000110101110
Octal254301256

Shades and tints

Shades of #ACC1AE

#ACC1AE
(172,193,174)
#9DB09F
(157,176,159)
#8E9F90
(142,159,144)
#7F8E81
(127,142,129)
#707D72
(112,125,114)
#616C63
(97,108,99)
#525B54
(82,91,84)
#434A45
(67,74,69)
#343936
(52,57,54)
#252827
(37,40,39)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #ACC1AE

#ACC1AE
(172,193,174)
#B3C6B5
(179,198,181)
#BACBBC
(186,203,188)
#C1D0C3
(193,208,195)
#C8D5CA
(200,213,202)
#CFDAD1
(207,218,209)
#D6DFD8
(214,223,216)
#DDE4DF
(221,228,223)
#E4E9E6
(228,233,230)
#EBEEED
(235,238,237)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC1AE; }

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

This text font color is #ACC1AE.


Background Color

.myBgColor { background-color: #ACC1AE; }

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

This div background color is #ACC1AE.


Border color

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

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

This div border color is #ACC1AE.


Opacity

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

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

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

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

This text has shadow with #ACC1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC1AE on black background.


Color preview on white background

This text has color #ACC1AE on white background.



Black color preview on #ACC1AE background

This text has black color on #ACC1AE background.


White color preview on #ACC1AE background

This text has white color on #ACC1AE background.