COLOR #AACBA5

HEX: #AACBA5 RGB: (170,203,165)

Color info

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

RGB color model

#AACBA5 color RGB value is (170,203,165).

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

RGB channels and saturation

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

170
203
165

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

Portions of RGB colors in percentages

R + G + B = 170 + 203 + 165 = 538 (100%)
R 170 of 538 ~ 31.6%
G 203 of 538 ~ 37.73%
B 165 of 538 ~ 30.67'%

%31.6
%37.73
%30.67

CMYK color model

#AACBA5 color CMYK value is (16,0,19,20).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 20.39%
CMYK: (16,0,19,20) C16M0Y19K20 (16%,0%,19%,20%) (0.16/0.00/0.19/0.20) 

CMYK percentages

%16.26
%0
%18.72
%20.39

Codes

Color #AACBA5 in popluar color models

AA CB A5
RGB 170 203 165
HSL 112° 26.76% 72.16%
HSB/HSV 112° 18.72% 79.61%
CMYK 16.26% 0.00% 18.72%
20.39%

Color #AACBA5 in popluar number systems.

HEX AA CB A5
Decimal 170 203 165
Binary 10101010 11001011 10100101
Octal 252 313 245

Shades and tints

Shades of #AACBA5

#AACBA5
(170,203,165)
#9BB996
(155,185,150)
#8CA787
(140,167,135)
#7D9578
(125,149,120)
#6E8369
(110,131,105)
#5F715A
(95,113,90)
#505F4B
(80,95,75)
#414D3C
(65,77,60)
#323B2D
(50,59,45)
#23291E
(35,41,30)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #AACBA5

#AACBA5
(170,203,165)
#B1CFAD
(177,207,173)
#B8D3B5
(184,211,181)
#BFD7BD
(191,215,189)
#C6DBC5
(198,219,197)
#CDDFCD
(205,223,205)
#D4E3D5
(212,227,213)
#DBE7DD
(219,231,221)
#E2EBE5
(226,235,229)
#E9EFED
(233,239,237)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACBA5; }

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

This text font color is #AACBA5.

Background Color

.myBgColor { background-color: #AACBA5; }

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

This div background color is #AACBA5.

Border color

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

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

This div border color is #AACBA5.

Opacity

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

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

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

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

This text has shadow with #AACBA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACBA5.

Preview

Color preview on black background

This text has color #AACBA5 on black background.


Color preview on white background

This text has color #AACBA5 on white background.


Black color preview on #AACBA5 background

This text has black color on #AACBA5 background.


White color preview on #AACBA5 background

This text has white color on #AACBA5 background.


Related colors

Complementary color

Complementary color for #hex is #55345A.


I love getcolorcode.com

Triadic colors

1 #A5AACB and #CBA5AA with #AACBA5 are triadic colors.

2 #A5CBAA and #CBAAA5 with #AACBA5 are triadic colors.