COLOR #AACDC4

HEX: #AACDC4 RGB: (170,205,196)

Color info

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

RGB color model

#AACDC4 color RGB value is (170,205,196).

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

RGB channels and saturation

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

170
205
196

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

Portions of RGB colors in percentages

R + G + B = 170 + 205 + 196 = 571 (100%)
R 170 of 571 ~ 29.77%
G 205 of 571 ~ 35.9%
B 196 of 571 ~ 34.33'%

%29.77
%35.9
%34.33

CMYK color model

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

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • 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
%4.39
%19.61

Codes

Color #AACDC4 in popluar color models

AA CD C4
RGB 170 205 196
HSL 165° 25.93% 73.53%
HSB/HSV 165° 17.07% 80.39%
CMYK 17.07% 0.00% 4.39%
19.61%

Color #AACDC4 in popluar number systems.

HEX AA CD C4
Decimal 170 205 196
Binary 10101010 11001101 11000100
Octal 252 315 304

Shades and tints

Shades of #AACDC4

#AACDC4
(170,205,196)
#9BBBB3
(155,187,179)
#8CA9A2
(140,169,162)
#7D9791
(125,151,145)
#6E8580
(110,133,128)
#5F736F
(95,115,111)
#50615E
(80,97,94)
#414F4D
(65,79,77)
#323D3C
(50,61,60)
#232B2B
(35,43,43)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #AACDC4

#AACDC4
(170,205,196)
#B1D1C9
(177,209,201)
#B8D5CE
(184,213,206)
#BFD9D3
(191,217,211)
#C6DDD8
(198,221,216)
#CDE1DD
(205,225,221)
#D4E5E2
(212,229,226)
#DBE9E7
(219,233,231)
#E2EDEC
(226,237,236)
#E9F1F1
(233,241,241)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACDC4; }

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

This text font color is #AACDC4.

Background Color

.myBgColor { background-color: #AACDC4; }

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

This div background color is #AACDC4.

Border color

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

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

This div border color is #AACDC4.

Opacity

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

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

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

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

This text has shadow with #AACDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACDC4.

Preview

Color preview on black background

This text has color #AACDC4 on black background.


Color preview on white background

This text has color #AACDC4 on white background.


Black color preview on #AACDC4 background

This text has black color on #AACDC4 background.


White color preview on #AACDC4 background

This text has white color on #AACDC4 background.


Related colors

Complementary color

Complementary color for #hex is #55323B.


I love getcolorcode.com

Triadic colors

1 #C4AACD and #CDC4AA with #AACDC4 are triadic colors.

2 #C4CDAA and #CDAAC4 with #AACDC4 are triadic colors.