COLOR #AACDC5

HEX: #AACDC5 RGB: (170,205,197)

Color info

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

RGB color model

#AACDC5 color RGB value is (170,205,197).

RGB: (170,205,197) (67%, 80%, 77%)

RGB channels and saturation

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

170
205
197

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

Portions of RGB colors in percentages

R + G + B = 170 + 205 + 197 = 572 (100%)
R 170 of 572 ~ 29.72%
G 205 of 572 ~ 35.84%
B 197 of 572 ~ 34.44'%

%29.72
%35.84
%34.44

CMYK color model

#AACDC5 color CMYK value is (17,0,4,20).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 19.61%

CMYK: (17,0,4,20)
C17M0Y4K20 (17%, 0%, 4%, 20%)
(0.17 / 0.00 / 0.04 / 0.20)

CMYK percentages

%17.07
%0
%3.9
%19.61

Codes

Color #AACDC5 in popluar color models

AA CD C5
RGB 170 205 197
HSL 166° 25.93% 73.53%
HSB/HSV 166° 17.07% 80.39%
CMYK 17.07% 0.00% 3.90%
19.61%

Color #AACDC5 in popluar number systems.

HEX AA CD C5
Decimal 170 205 197
Binary 10101010 11001101 11000101
Octal 252 315 305

Shades and tints

Shades of #AACDC5

#AACDC5
(170,205,197)
#9BBBB4
(155,187,180)
#8CA9A3
(140,169,163)
#7D9792
(125,151,146)
#6E8581
(110,133,129)
#5F7370
(95,115,112)
#50615F
(80,97,95)
#414F4E
(65,79,78)
#323D3D
(50,61,61)
#232B2C
(35,43,44)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #AACDC5

#AACDC5
(170,205,197)
#B1D1CA
(177,209,202)
#B8D5CF
(184,213,207)
#BFD9D4
(191,217,212)
#C6DDD9
(198,221,217)
#CDE1DE
(205,225,222)
#D4E5E3
(212,229,227)
#DBE9E8
(219,233,232)
#E2EDED
(226,237,237)
#E9F1F2
(233,241,242)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACDC5; }

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

This text font color is #AACDC5.

Background Color

.myBgColor { background-color: #AACDC5; }

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

This div background color is #AACDC5.

Border color

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

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

This div border color is #AACDC5.

Opacity

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

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

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

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

This text has shadow with #AACDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACDC5.

Preview

Color preview on black background

This text has color #AACDC5 on black background.


Color preview on white background

This text has color #AACDC5 on white background.


Black color preview on #AACDC5 background

This text has black color on #AACDC5 background.


White color preview on #AACDC5 background

This text has white color on #AACDC5 background.


Related colors

Complementary color

Complementary color for #hex is #55323A.


I love getcolorcode.com

Triadic colors

1 #C5AACD and #CDC5AA with #AACDC5 are triadic colors.

2 #C5CDAA and #CDAAC5 with #AACDC5 are triadic colors.