COLOR #ACCAAA

HEX: #ACCAAA
RGB: (172,202,170)

Color info

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

RGB color model

#ACCAAA color RGB value is (172,202,170).

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

RGB channels and saturation

R 172 of 255 = 67%
G 202 of 255 = 79%
B 170 of 255 = 67%

172
202
170

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

Portions of RGB colors in percentages

R + G + B =
172 + 202 + 170 = 544 (100%)
R 172 of 544 ~ 31.62%
G 202 of 544 ~ 37.13%
B 170 of 544 ~ 31.25%

%31.62
%37.13
%31.25

CMYK color model

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

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • 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
%15.84
%20.78

Codes

Color #ACCAAA in popluar color models

ACCAAA
RGB172202170
HSL116°23.19%72.94%
HSB/HSV116°15.84%79.22%
CMYK14.85%0.00%15.84%
20.78%

Color #ACCAAA in popluar number systems.

HEXACCAAA
Decimal172202170
Binary101011001100101010101010
Octal254312252

Shades and tints

Shades of #ACCAAA

#ACCAAA
(172,202,170)
#9DB89B
(157,184,155)
#8EA68C
(142,166,140)
#7F947D
(127,148,125)
#70826E
(112,130,110)
#61705F
(97,112,95)
#525E50
(82,94,80)
#434C41
(67,76,65)
#343A32
(52,58,50)
#252823
(37,40,35)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #ACCAAA

#ACCAAA
(172,202,170)
#B3CEB1
(179,206,177)
#BAD2B8
(186,210,184)
#C1D6BF
(193,214,191)
#C8DAC6
(200,218,198)
#CFDECD
(207,222,205)
#D6E2D4
(214,226,212)
#DDE6DB
(221,230,219)
#E4EAE2
(228,234,226)
#EBEEE9
(235,238,233)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCAAA; }

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

This text font color is #ACCAAA.


Background Color

.myBgColor { background-color: #ACCAAA; }

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

This div background color is #ACCAAA.


Border color

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

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

This div border color is #ACCAAA.


Opacity

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

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

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

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

This text has shadow with #ACCAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCAAA on black background.


Color preview on white background

This text has color #ACCAAA on white background.



Black color preview on #ACCAAA background

This text has black color on #ACCAAA background.


White color preview on #ACCAAA background

This text has white color on #ACCAAA background.