COLOR #AAC6C4

HEX: #AAC6C4 RGB: (170,198,196)

Color info

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

RGB color model

#AAC6C4 color RGB value is (170,198,196).

RGB: (170,198,196) (67%, 78%, 77%)

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 196 of 255 = 77%

170
198
196

R + G + B ~ 74%. #AAC6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 198 + 196 = 564 (100%)
R 170 of 564 ~ 30.14%
G 198 of 564 ~ 35.11%
B 196 of 564 ~ 34.75'%

%30.14
%35.11
%34.75

CMYK color model

#AAC6C4 color CMYK value is (14,0,1,22).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 22.35%

CMYK: (14,0,1,22)
C14M0Y1K22 (14%, 0%, 1%, 22%)
(0.14 / 0.00 / 0.01 / 0.22)

CMYK percentages

%14.14
%0
%1.01
%22.35

Codes

Color #AAC6C4 in popluar color models

AA C6 C4
RGB 170 198 196
HSL 176° 19.72% 72.16%
HSB/HSV 176° 14.14% 77.65%
CMYK 14.14% 0.00% 1.01%
22.35%

Color #AAC6C4 in popluar number systems.

HEX AA C6 C4
Decimal 170 198 196
Binary 10101010 11000110 11000100
Octal 252 306 304

Shades and tints

Shades of #AAC6C4

#AAC6C4
(170,198,196)
#9BB4B3
(155,180,179)
#8CA2A2
(140,162,162)
#7D9091
(125,144,145)
#6E7E80
(110,126,128)
#5F6C6F
(95,108,111)
#505A5E
(80,90,94)
#41484D
(65,72,77)
#32363C
(50,54,60)
#23242B
(35,36,43)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #AAC6C4

#AAC6C4
(170,198,196)
#B1CBC9
(177,203,201)
#B8D0CE
(184,208,206)
#BFD5D3
(191,213,211)
#C6DAD8
(198,218,216)
#CDDFDD
(205,223,221)
#D4E4E2
(212,228,226)
#DBE9E7
(219,233,231)
#E2EEEC
(226,238,236)
#E9F3F1
(233,243,241)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC6C4 color. Also use rgb(170,198,196) instead hex code.

Text Font Color

.myTextColor { color: #AAC6C4; }

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

This text font color is #AAC6C4.

Background Color

.myBgColor { background-color: #AAC6C4; }

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

This div background color is #AAC6C4.

Border color

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

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

This div border color is #AAC6C4.

Opacity

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

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

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

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

This text has shadow with #AAC6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC6C4.

Preview

Color preview on black background

This text has color #AAC6C4 on black background.


Color preview on white background

This text has color #AAC6C4 on white background.


Black color preview on #AAC6C4 background

This text has black color on #AAC6C4 background.


White color preview on #AAC6C4 background

This text has white color on #AAC6C4 background.


Related colors

Complementary color

Complementary color for #hex is #55393B.


I love getcolorcode.com

Triadic colors

1 #C4AAC6 and #C6C4AA with #AAC6C4 are triadic colors.

2 #C4C6AA and #C6AAC4 with #AAC6C4 are triadic colors.