COLOR #AACCB0

HEX: #AACCB0 RGB: (170,204,176)

Color info

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

RGB color model

#AACCB0 color RGB value is (170,204,176).

RGB: (170,204,176) (67%, 80%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 176 of 255 = 69%

170
204
176

R + G + B ~ 72%. #AACCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 204 + 176 = 550 (100%)
R 170 of 550 ~ 30.91%
G 204 of 550 ~ 37.09%
B 176 of 550 ~ 32'%

%30.91
%37.09
%32

CMYK color model

#AACCB0 color CMYK value is (17,0,14,20).

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

CMYK: (17,0,14,20)
C17M0Y14K20 (17%, 0%, 14%, 20%)
(0.17 / 0.00 / 0.14 / 0.20)

CMYK percentages

%16.67
%0
%13.73
%20

Codes

Color #AACCB0 in popluar color models

AA CC B0
RGB 170 204 176
HSL 131° 25.00% 73.33%
HSB/HSV 131° 16.67% 80.00%
CMYK 16.67% 0.00% 13.73%
20.00%

Color #AACCB0 in popluar number systems.

HEX AA CC B0
Decimal 170 204 176
Binary 10101010 11001100 10110000
Octal 252 314 260

Shades and tints

Shades of #AACCB0

#AACCB0
(170,204,176)
#9BBAA0
(155,186,160)
#8CA890
(140,168,144)
#7D9680
(125,150,128)
#6E8470
(110,132,112)
#5F7260
(95,114,96)
#506050
(80,96,80)
#414E40
(65,78,64)
#323C30
(50,60,48)
#232A20
(35,42,32)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #AACCB0

#AACCB0
(170,204,176)
#B1D0B7
(177,208,183)
#B8D4BE
(184,212,190)
#BFD8C5
(191,216,197)
#C6DCCC
(198,220,204)
#CDE0D3
(205,224,211)
#D4E4DA
(212,228,218)
#DBE8E1
(219,232,225)
#E2ECE8
(226,236,232)
#E9F0EF
(233,240,239)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACCB0; }

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

This text font color is #AACCB0.

Background Color

.myBgColor { background-color: #AACCB0; }

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

This div background color is #AACCB0.

Border color

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

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

This div border color is #AACCB0.

Opacity

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

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

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

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

This text has shadow with #AACCB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACCB0.

Preview

Color preview on black background

This text has color #AACCB0 on black background.


Color preview on white background

This text has color #AACCB0 on white background.


Black color preview on #AACCB0 background

This text has black color on #AACCB0 background.


White color preview on #AACCB0 background

This text has white color on #AACCB0 background.


Related colors

Complementary color

Complementary color for #hex is #55334F.


I love getcolorcode.com

Triadic colors

1 #B0AACC and #CCB0AA with #AACCB0 are triadic colors.

2 #B0CCAA and #CCAAB0 with #AACCB0 are triadic colors.