COLOR #AACDB4

HEX: #AACDB4
RGB: (170,205,180)

Color info

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

RGB color model

#AACDB4 color RGB value is (170,205,180).

  • red value is 170;
  • green value is 205;
  • blue value is 180.
RGB:
(170,205,180)
(67%,80%,71%)

RGB channels and saturation

R 170 of 255 = 67%
G 205 of 255 = 80%
B 180 of 255 = 71%

170
205
180

R + G + B ~ 73%. #AACDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 205 + 180 = 555 (100%)
R 170 of 555 ~ 30.63%
G 205 of 555 ~ 36.94%
B 180 of 555 ~ 32.43%

%30.63
%36.94
%32.43

CMYK color model

#AACDB4 color CMYK value is (17,0,12,20).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 19.61%
CMYK:
(17,0,12,20)
C17M0Y12K20 
(17%,0%,12%,20%)
(0.17/0.00/0.12/0.20)	

CMYK percentages

%17.07
%0
%12.2
%19.61

Codes

Color #AACDB4 in popluar color models

AACDB4
RGB170205180
HSL137°25.93%73.53%
HSB/HSV137°17.07%80.39%
CMYK17.07%0.00%12.20%
19.61%

Color #AACDB4 in popluar number systems.

HEXAACDB4
Decimal170205180
Binary101010101100110110110100
Octal252315264

Shades and tints

Shades of #AACDB4

#AACDB4
(170,205,180)
#9BBBA4
(155,187,164)
#8CA994
(140,169,148)
#7D9784
(125,151,132)
#6E8574
(110,133,116)
#5F7364
(95,115,100)
#506154
(80,97,84)
#414F44
(65,79,68)
#323D34
(50,61,52)
#232B24
(35,43,36)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #AACDB4

#AACDB4
(170,205,180)
#B1D1BA
(177,209,186)
#B8D5C0
(184,213,192)
#BFD9C6
(191,217,198)
#C6DDCC
(198,221,204)
#CDE1D2
(205,225,210)
#D4E5D8
(212,229,216)
#DBE9DE
(219,233,222)
#E2EDE4
(226,237,228)
#E9F1EA
(233,241,234)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACDB4; }

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

This text font color is #AACDB4.


Background Color

.myBgColor { background-color: #AACDB4; }

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

This div background color is #AACDB4.


Border color

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

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

This div border color is #AACDB4.


Opacity

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

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

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

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

This text has shadow with #AACDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACDB4 on black background.


Color preview on white background

This text has color #AACDB4 on white background.



Black color preview on #AACDB4 background

This text has black color on #AACDB4 background.


White color preview on #AACDB4 background

This text has white color on #AACDB4 background.