COLOR #ACCBA9

HEX: #ACCBA9 RGB: (172,203,169)

Color info

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

RGB color model

#ACCBA9 color RGB value is (172,203,169).

RGB: (172,203,169) (67%, 80%, 66%)

RGB channels and saturation

R 172 of 255 = 67%
G 203 of 255 = 80%
B 169 of 255 = 66%

172
203
169

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

Portions of RGB colors in percentages

R + G + B = 172 + 203 + 169 = 544 (100%)
R 172 of 544 ~ 31.62%
G 203 of 544 ~ 37.32%
B 169 of 544 ~ 31.07'%

%31.62
%37.32
%31.07

CMYK color model

#ACCBA9 color CMYK value is (15,0,17,20).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 20.39%

CMYK: (15,0,17,20)
C15M0Y17K20 (15%, 0%, 17%, 20%)
(0.15 / 0.00 / 0.17 / 0.20)

CMYK percentages

%15.27
%0
%16.75
%20.39

Codes

Color #ACCBA9 in popluar color models

AC CB A9
RGB 172 203 169
HSL 115° 24.64% 72.94%
HSB/HSV 115° 16.75% 79.61%
CMYK 15.27% 0.00% 16.75%
20.39%

Color #ACCBA9 in popluar number systems.

HEX AC CB A9
Decimal 172 203 169
Binary 10101100 11001011 10101001
Octal 254 313 251

Shades and tints

Shades of #ACCBA9

#ACCBA9
(172,203,169)
#9DB99A
(157,185,154)
#8EA78B
(142,167,139)
#7F957C
(127,149,124)
#70836D
(112,131,109)
#61715E
(97,113,94)
#525F4F
(82,95,79)
#434D40
(67,77,64)
#343B31
(52,59,49)
#252922
(37,41,34)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #ACCBA9

#ACCBA9
(172,203,169)
#B3CFB0
(179,207,176)
#BAD3B7
(186,211,183)
#C1D7BE
(193,215,190)
#C8DBC5
(200,219,197)
#CFDFCC
(207,223,204)
#D6E3D3
(214,227,211)
#DDE7DA
(221,231,218)
#E4EBE1
(228,235,225)
#EBEFE8
(235,239,232)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCBA9; }

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

This text font color is #ACCBA9.

Background Color

.myBgColor { background-color: #ACCBA9; }

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

This div background color is #ACCBA9.

Border color

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

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

This div border color is #ACCBA9.

Opacity

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

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

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

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

This text has shadow with #ACCBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCBA9.

Preview

Color preview on black background

This text has color #ACCBA9 on black background.


Color preview on white background

This text has color #ACCBA9 on white background.


Black color preview on #ACCBA9 background

This text has black color on #ACCBA9 background.


White color preview on #ACCBA9 background

This text has white color on #ACCBA9 background.


Related colors

Complementary color

Complementary color for #hex is #533456.


I love getcolorcode.com

Triadic colors

1 #A9ACCB and #CBA9AC with #ACCBA9 are triadic colors.

2 #A9CBAC and #CBACA9 with #ACCBA9 are triadic colors.