COLOR #AACDA6

HEX: #AACDA6
RGB: (170,205,166)

Color info

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

RGB color model

#AACDA6 color RGB value is (170,205,166).

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

RGB channels and saturation

R 170 of 255 = 67%
G 205 of 255 = 80%
B 166 of 255 = 65%

170
205
166

R + G + B ~ 71%. #AACDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 205 + 166 = 541 (100%)
R 170 of 541 ~ 31.42%
G 205 of 541 ~ 37.89%
B 166 of 541 ~ 30.68%

%31.42
%37.89
%30.68

CMYK color model

#AACDA6 color CMYK value is (17,0,19,20).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 19.61%
CMYK:
(17,0,19,20)
C17M0Y19K20 
(17%,0%,19%,20%)
(0.17/0.00/0.19/0.20)	

CMYK percentages

%17.07
%0
%19.02
%19.61

Codes

Color #AACDA6 in popluar color models

AACDA6
RGB170205166
HSL114°28.06%72.75%
HSB/HSV114°19.02%80.39%
CMYK17.07%0.00%19.02%
19.61%

Color #AACDA6 in popluar number systems.

HEXAACDA6
Decimal170205166
Binary101010101100110110100110
Octal252315246

Shades and tints

Shades of #AACDA6

#AACDA6
(170,205,166)
#9BBB97
(155,187,151)
#8CA988
(140,169,136)
#7D9779
(125,151,121)
#6E856A
(110,133,106)
#5F735B
(95,115,91)
#50614C
(80,97,76)
#414F3D
(65,79,61)
#323D2E
(50,61,46)
#232B1F
(35,43,31)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #AACDA6

#AACDA6
(170,205,166)
#B1D1AE
(177,209,174)
#B8D5B6
(184,213,182)
#BFD9BE
(191,217,190)
#C6DDC6
(198,221,198)
#CDE1CE
(205,225,206)
#D4E5D6
(212,229,214)
#DBE9DE
(219,233,222)
#E2EDE6
(226,237,230)
#E9F1EE
(233,241,238)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACDA6; }

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

This text font color is #AACDA6.


Background Color

.myBgColor { background-color: #AACDA6; }

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

This div background color is #AACDA6.


Border color

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

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

This div border color is #AACDA6.


Opacity

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

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

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

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

This text has shadow with #AACDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACDA6 on black background.


Color preview on white background

This text has color #AACDA6 on white background.



Black color preview on #AACDA6 background

This text has black color on #AACDA6 background.


White color preview on #AACDA6 background

This text has white color on #AACDA6 background.