COLOR #AABDA4

HEX: #AABDA4
RGB: (170,189,164)

Color info

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

RGB color model

#AABDA4 color RGB value is (170,189,164).

  • red value is 170;
  • green value is 189;
  • blue value is 164.
RGB:
(170,189,164)
(67%,74%,64%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 164 of 255 = 64%

170
189
164

R + G + B ~ 68%. #AABDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 164 = 523 (100%)
R 170 of 523 ~ 32.5%
G 189 of 523 ~ 36.14%
B 164 of 523 ~ 31.36%

%32.5
%36.14
%31.36

CMYK color model

#AABDA4 color CMYK value is (10,0,13,26).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 13.23%
  • key color value is 25.88%
CMYK:
(10,0,13,26)
C10M0Y13K26 
(10%,0%,13%,26%)
(0.10/0.00/0.13/0.26)	

CMYK percentages

%10.05
%0
%13.23
%25.88

Codes

Color #AABDA4 in popluar color models

AABDA4
RGB170189164
HSL106°15.92%69.22%
HSB/HSV106°13.23%74.12%
CMYK10.05%0.00%13.23%
25.88%

Color #AABDA4 in popluar number systems.

HEXAABDA4
Decimal170189164
Binary101010101011110110100100
Octal252275244

Shades and tints

Shades of #AABDA4

#AABDA4
(170,189,164)
#9BAC96
(155,172,150)
#8C9B88
(140,155,136)
#7D8A7A
(125,138,122)
#6E796C
(110,121,108)
#5F685E
(95,104,94)
#505750
(80,87,80)
#414642
(65,70,66)
#323534
(50,53,52)
#232426
(35,36,38)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #AABDA4

#AABDA4
(170,189,164)
#B1C3AC
(177,195,172)
#B8C9B4
(184,201,180)
#BFCFBC
(191,207,188)
#C6D5C4
(198,213,196)
#CDDBCC
(205,219,204)
#D4E1D4
(212,225,212)
#DBE7DC
(219,231,220)
#E2EDE4
(226,237,228)
#E9F3EC
(233,243,236)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABDA4 color. Also use rgb(170,189,164) instead hex code.

Text Font Color

.myTextColor { color: #AABDA4; }

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

This text font color is #AABDA4.


Background Color

.myBgColor { background-color: #AABDA4; }

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

This div background color is #AABDA4.


Border color

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

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

This div border color is #AABDA4.


Opacity

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

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

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

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

This text has shadow with #AABDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABDA4 on black background.


Color preview on white background

This text has color #AABDA4 on white background.



Black color preview on #AABDA4 background

This text has black color on #AABDA4 background.


White color preview on #AABDA4 background

This text has white color on #AABDA4 background.