COLOR #ACCAA9

HEX: #ACCAA9
RGB: (172,202,169)

Color info

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

RGB color model

#ACCAA9 color RGB value is (172,202,169).

  • red value is 172;
  • green value is 202;
  • blue value is 169.
RGB:
(172,202,169)
(67%,79%,66%)

RGB channels and saturation

R 172 of 255 = 67%
G 202 of 255 = 79%
B 169 of 255 = 66%

172
202
169

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

Portions of RGB colors in percentages

R + G + B =
172 + 202 + 169 = 543 (100%)
R 172 of 543 ~ 31.68%
G 202 of 543 ~ 37.2%
B 169 of 543 ~ 31.12%

%31.68
%37.2
%31.12

CMYK color model

#ACCAA9 color CMYK value is (15,0,16,21).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 20.78%
CMYK:
(15,0,16,21)
C15M0Y16K21 
(15%,0%,16%,21%)
(0.15/0.00/0.16/0.21)	

CMYK percentages

%14.85
%0
%16.34
%20.78

Codes

Color #ACCAA9 in popluar color models

ACCAA9
RGB172202169
HSL115°23.74%72.75%
HSB/HSV115°16.34%79.22%
CMYK14.85%0.00%16.34%
20.78%

Color #ACCAA9 in popluar number systems.

HEXACCAA9
Decimal172202169
Binary101011001100101010101001
Octal254312251

Shades and tints

Shades of #ACCAA9

#ACCAA9
(172,202,169)
#9DB89A
(157,184,154)
#8EA68B
(142,166,139)
#7F947C
(127,148,124)
#70826D
(112,130,109)
#61705E
(97,112,94)
#525E4F
(82,94,79)
#434C40
(67,76,64)
#343A31
(52,58,49)
#252822
(37,40,34)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #ACCAA9

#ACCAA9
(172,202,169)
#B3CEB0
(179,206,176)
#BAD2B7
(186,210,183)
#C1D6BE
(193,214,190)
#C8DAC5
(200,218,197)
#CFDECC
(207,222,204)
#D6E2D3
(214,226,211)
#DDE6DA
(221,230,218)
#E4EAE1
(228,234,225)
#EBEEE8
(235,238,232)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCAA9; }

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

This text font color is #ACCAA9.


Background Color

.myBgColor { background-color: #ACCAA9; }

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

This div background color is #ACCAA9.


Border color

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

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

This div border color is #ACCAA9.


Opacity

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

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

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

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

This text has shadow with #ACCAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCAA9 on black background.


Color preview on white background

This text has color #ACCAA9 on white background.



Black color preview on #ACCAA9 background

This text has black color on #ACCAA9 background.


White color preview on #ACCAA9 background

This text has white color on #ACCAA9 background.