COLOR #AACCC5

HEX: #AACCC5
RGB: (170,204,197)

Color info

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

RGB color model

#AACCC5 color RGB value is (170,204,197).

  • red value is 170;
  • green value is 204;
  • blue value is 197.
RGB:
(170,204,197)
(67%,80%,77%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 197 of 255 = 77%

170
204
197

R + G + B ~ 75%. #AACCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 204 + 197 = 571 (100%)
R 170 of 571 ~ 29.77%
G 204 of 571 ~ 35.73%
B 197 of 571 ~ 34.5%

%29.77
%35.73
%34.5

CMYK color model

#AACCC5 color CMYK value is (17,0,3,20).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 3.43%
  • key color value is 20.00%
CMYK:
(17,0,3,20)
C17M0Y3K20 
(17%,0%,3%,20%)
(0.17/0.00/0.03/0.20)	

CMYK percentages

%16.67
%0
%3.43
%20

Codes

Color #AACCC5 in popluar color models

AACCC5
RGB170204197
HSL168°25.00%73.33%
HSB/HSV168°16.67%80.00%
CMYK16.67%0.00%3.43%
20.00%

Color #AACCC5 in popluar number systems.

HEXAACCC5
Decimal170204197
Binary101010101100110011000101
Octal252314305

Shades and tints

Shades of #AACCC5

#AACCC5
(170,204,197)
#9BBAB4
(155,186,180)
#8CA8A3
(140,168,163)
#7D9692
(125,150,146)
#6E8481
(110,132,129)
#5F7270
(95,114,112)
#50605F
(80,96,95)
#414E4E
(65,78,78)
#323C3D
(50,60,61)
#232A2C
(35,42,44)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #AACCC5

#AACCC5
(170,204,197)
#B1D0CA
(177,208,202)
#B8D4CF
(184,212,207)
#BFD8D4
(191,216,212)
#C6DCD9
(198,220,217)
#CDE0DE
(205,224,222)
#D4E4E3
(212,228,227)
#DBE8E8
(219,232,232)
#E2ECED
(226,236,237)
#E9F0F2
(233,240,242)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACCC5; }

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

This text font color is #AACCC5.


Background Color

.myBgColor { background-color: #AACCC5; }

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

This div background color is #AACCC5.


Border color

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

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

This div border color is #AACCC5.


Opacity

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

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

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

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

This text has shadow with #AACCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACCC5 on black background.


Color preview on white background

This text has color #AACCC5 on white background.



Black color preview on #AACCC5 background

This text has black color on #AACCC5 background.


White color preview on #AACCC5 background

This text has white color on #AACCC5 background.