COLOR #AABEA5

HEX: #AABEA5
RGB: (170,190,165)

Color info

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

RGB color model

#AABEA5 color RGB value is (170,190,165).

  • red value is 170;
  • green value is 190;
  • blue value is 165.
RGB:
(170,190,165)
(67%,75%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 165 of 255 = 65%

170
190
165

R + G + B ~ 69%. #AABEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 165 = 525 (100%)
R 170 of 525 ~ 32.38%
G 190 of 525 ~ 36.19%
B 165 of 525 ~ 31.43%

%32.38
%36.19
%31.43

CMYK color model

#AABEA5 color CMYK value is (11,0,13,25).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 25.49%
CMYK:
(11,0,13,25)
C11M0Y13K25 
(11%,0%,13%,25%)
(0.11/0.00/0.13/0.25)	

CMYK percentages

%10.53
%0
%13.16
%25.49

Codes

Color #AABEA5 in popluar color models

AABEA5
RGB170190165
HSL108°16.13%69.61%
HSB/HSV108°13.16%74.51%
CMYK10.53%0.00%13.16%
25.49%

Color #AABEA5 in popluar number systems.

HEXAABEA5
Decimal170190165
Binary101010101011111010100101
Octal252276245

Shades and tints

Shades of #AABEA5

#AABEA5
(170,190,165)
#9BAD96
(155,173,150)
#8C9C87
(140,156,135)
#7D8B78
(125,139,120)
#6E7A69
(110,122,105)
#5F695A
(95,105,90)
#50584B
(80,88,75)
#41473C
(65,71,60)
#32362D
(50,54,45)
#23251E
(35,37,30)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #AABEA5

#AABEA5
(170,190,165)
#B1C3AD
(177,195,173)
#B8C8B5
(184,200,181)
#BFCDBD
(191,205,189)
#C6D2C5
(198,210,197)
#CDD7CD
(205,215,205)
#D4DCD5
(212,220,213)
#DBE1DD
(219,225,221)
#E2E6E5
(226,230,229)
#E9EBED
(233,235,237)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABEA5 color. Also use rgb(170,190,165) instead hex code.

Text Font Color

.myTextColor { color: #AABEA5; }

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

This text font color is #AABEA5.


Background Color

.myBgColor { background-color: #AABEA5; }

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

This div background color is #AABEA5.


Border color

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

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

This div border color is #AABEA5.


Opacity

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

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

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

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

This text has shadow with #AABEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABEA5 on black background.


Color preview on white background

This text has color #AABEA5 on white background.



Black color preview on #AABEA5 background

This text has black color on #AABEA5 background.


White color preview on #AABEA5 background

This text has white color on #AABEA5 background.