COLOR #ACCBA5

HEX: #ACCBA5 RGB: (172,203,165)

Color info

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

RGB color model

#ACCBA5 color RGB value is (172,203,165).

RGB: (172,203,165) (67%, 80%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 203 of 255 = 80%
B 165 of 255 = 65%

172
203
165

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

Portions of RGB colors in percentages

R + G + B = 172 + 203 + 165 = 540 (100%)
R 172 of 540 ~ 31.85%
G 203 of 540 ~ 37.59%
B 165 of 540 ~ 30.56'%

%31.85
%37.59
%30.56

CMYK color model

#ACCBA5 color CMYK value is (15,0,19,20).

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

CMYK: (15,0,19,20)
C15M0Y19K20 (15%, 0%, 19%, 20%)
(0.15 / 0.00 / 0.19 / 0.20)

CMYK percentages

%15.27
%0
%18.72
%20.39

Codes

Color #ACCBA5 in popluar color models

AC CB A5
RGB 172 203 165
HSL 109° 26.76% 72.16%
HSB/HSV 109° 18.72% 79.61%
CMYK 15.27% 0.00% 18.72%
20.39%

Color #ACCBA5 in popluar number systems.

HEX AC CB A5
Decimal 172 203 165
Binary 10101100 11001011 10100101
Octal 254 313 245

Shades and tints

Shades of #ACCBA5

#ACCBA5
(172,203,165)
#9DB996
(157,185,150)
#8EA787
(142,167,135)
#7F9578
(127,149,120)
#708369
(112,131,105)
#61715A
(97,113,90)
#525F4B
(82,95,75)
#434D3C
(67,77,60)
#343B2D
(52,59,45)
#25291E
(37,41,30)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #ACCBA5

#ACCBA5
(172,203,165)
#B3CFAD
(179,207,173)
#BAD3B5
(186,211,181)
#C1D7BD
(193,215,189)
#C8DBC5
(200,219,197)
#CFDFCD
(207,223,205)
#D6E3D5
(214,227,213)
#DDE7DD
(221,231,221)
#E4EBE5
(228,235,229)
#EBEFED
(235,239,237)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCBA5; }

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

This text font color is #ACCBA5.

Background Color

.myBgColor { background-color: #ACCBA5; }

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

This div background color is #ACCBA5.

Border color

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

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

This div border color is #ACCBA5.

Opacity

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

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

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

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

This text has shadow with #ACCBA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCBA5.

Preview

Color preview on black background

This text has color #ACCBA5 on black background.


Color preview on white background

This text has color #ACCBA5 on white background.


Black color preview on #ACCBA5 background

This text has black color on #ACCBA5 background.


White color preview on #ACCBA5 background

This text has white color on #ACCBA5 background.


Related colors

Complementary color

Complementary color for #hex is #53345A.


I love getcolorcode.com

Triadic colors

1 #A5ACCB and #CBA5AC with #ACCBA5 are triadic colors.

2 #A5CBAC and #CBACA5 with #ACCBA5 are triadic colors.