COLOR #AAC7B8

HEX: #AAC7B8
RGB: (170,199,184)

Color info

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

RGB color model

#AAC7B8 color RGB value is (170,199,184).

  • red value is 170;
  • green value is 199;
  • blue value is 184.
RGB:
(170,199,184)
(67%,78%,72%)

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 184 of 255 = 72%

170
199
184

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

Portions of RGB colors in percentages

R + G + B =
170 + 199 + 184 = 553 (100%)
R 170 of 553 ~ 30.74%
G 199 of 553 ~ 35.99%
B 184 of 553 ~ 33.27%

%30.74
%35.99
%33.27

CMYK color model

#AAC7B8 color CMYK value is (15,0,8,22).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 7.54%
  • key color value is 21.96%
CMYK:
(15,0,8,22)
C15M0Y8K22 
(15%,0%,8%,22%)
(0.15/0.00/0.08/0.22)	

CMYK percentages

%14.57
%0
%7.54
%21.96

Codes

Color #AAC7B8 in popluar color models

AAC7B8
RGB170199184
HSL149°20.57%72.35%
HSB/HSV149°14.57%78.04%
CMYK14.57%0.00%7.54%
21.96%

Color #AAC7B8 in popluar number systems.

HEXAAC7B8
Decimal170199184
Binary101010101100011110111000
Octal252307270

Shades and tints

Shades of #AAC7B8

#AAC7B8
(170,199,184)
#9BB5A8
(155,181,168)
#8CA398
(140,163,152)
#7D9188
(125,145,136)
#6E7F78
(110,127,120)
#5F6D68
(95,109,104)
#505B58
(80,91,88)
#414948
(65,73,72)
#323738
(50,55,56)
#232528
(35,37,40)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #AAC7B8

#AAC7B8
(170,199,184)
#B1CCBE
(177,204,190)
#B8D1C4
(184,209,196)
#BFD6CA
(191,214,202)
#C6DBD0
(198,219,208)
#CDE0D6
(205,224,214)
#D4E5DC
(212,229,220)
#DBEAE2
(219,234,226)
#E2EFE8
(226,239,232)
#E9F4EE
(233,244,238)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC7B8 color. Also use rgb(170,199,184) instead hex code.

Text Font Color

.myTextColor { color: #AAC7B8; }

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

This text font color is #AAC7B8.


Background Color

.myBgColor { background-color: #AAC7B8; }

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

This div background color is #AAC7B8.


Border color

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

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

This div border color is #AAC7B8.


Opacity

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

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

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

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

This text has shadow with #AAC7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC7B8 on black background.


Color preview on white background

This text has color #AAC7B8 on white background.



Black color preview on #AAC7B8 background

This text has black color on #AAC7B8 background.


White color preview on #AAC7B8 background

This text has white color on #AAC7B8 background.