COLOR #AACCB9

HEX: #AACCB9 RGB: (170,204,185)

Color info

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

RGB color model

#AACCB9 color RGB value is (170,204,185).

RGB: (170,204,185) (67%, 80%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 185 of 255 = 73%

170
204
185

R + G + B ~ 73%. #AACCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 204 + 185 = 559 (100%)
R 170 of 559 ~ 30.41%
G 204 of 559 ~ 36.49%
B 185 of 559 ~ 33.09'%

%30.41
%36.49
%33.09

CMYK color model

#AACCB9 color CMYK value is (17,0,9,20).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 20.00%

CMYK: (17,0,9,20)
C17M0Y9K20 (17%, 0%, 9%, 20%)
(0.17 / 0.00 / 0.09 / 0.20)

CMYK percentages

%16.67
%0
%9.31
%20

Codes

Color #AACCB9 in popluar color models

AA CC B9
RGB 170 204 185
HSL 146° 25.00% 73.33%
HSB/HSV 146° 16.67% 80.00%
CMYK 16.67% 0.00% 9.31%
20.00%

Color #AACCB9 in popluar number systems.

HEX AA CC B9
Decimal 170 204 185
Binary 10101010 11001100 10111001
Octal 252 314 271

Shades and tints

Shades of #AACCB9

#AACCB9
(170,204,185)
#9BBAA9
(155,186,169)
#8CA899
(140,168,153)
#7D9689
(125,150,137)
#6E8479
(110,132,121)
#5F7269
(95,114,105)
#506059
(80,96,89)
#414E49
(65,78,73)
#323C39
(50,60,57)
#232A29
(35,42,41)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #AACCB9

#AACCB9
(170,204,185)
#B1D0BF
(177,208,191)
#B8D4C5
(184,212,197)
#BFD8CB
(191,216,203)
#C6DCD1
(198,220,209)
#CDE0D7
(205,224,215)
#D4E4DD
(212,228,221)
#DBE8E3
(219,232,227)
#E2ECE9
(226,236,233)
#E9F0EF
(233,240,239)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACCB9 color. Also use rgb(170,204,185) instead hex code.

Text Font Color

.myTextColor { color: #AACCB9; }

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

This text font color is #AACCB9.

Background Color

.myBgColor { background-color: #AACCB9; }

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

This div background color is #AACCB9.

Border color

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

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

This div border color is #AACCB9.

Opacity

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

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

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

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

This text has shadow with #AACCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACCB9.

Preview

Color preview on black background

This text has color #AACCB9 on black background.


Color preview on white background

This text has color #AACCB9 on white background.


Black color preview on #AACCB9 background

This text has black color on #AACCB9 background.


White color preview on #AACCB9 background

This text has white color on #AACCB9 background.


Related colors

Complementary color

Complementary color for #hex is #553346.


I love getcolorcode.com

Triadic colors

1 #B9AACC and #CCB9AA with #AACCB9 are triadic colors.

2 #B9CCAA and #CCAAB9 with #AACCB9 are triadic colors.