COLOR #AABEA8

HEX: #AABEA8
RGB: (170,190,168)

Color info

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

RGB color model

#AABEA8 color RGB value is (170,190,168).

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

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 168 of 255 = 66%

170
190
168

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

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 168 = 528 (100%)
R 170 of 528 ~ 32.2%
G 190 of 528 ~ 35.98%
B 168 of 528 ~ 31.82%

%32.2
%35.98
%31.82

CMYK color model

#AABEA8 color CMYK value is (11,0,12,25).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 11.58%
  • key color value is 25.49%
CMYK:
(11,0,12,25)
C11M0Y12K25 
(11%,0%,12%,25%)
(0.11/0.00/0.12/0.25)	

CMYK percentages

%10.53
%0
%11.58
%25.49

Codes

Color #AABEA8 in popluar color models

AABEA8
RGB170190168
HSL115°14.47%70.20%
HSB/HSV115°11.58%74.51%
CMYK10.53%0.00%11.58%
25.49%

Color #AABEA8 in popluar number systems.

HEXAABEA8
Decimal170190168
Binary101010101011111010101000
Octal252276250

Shades and tints

Shades of #AABEA8

#AABEA8
(170,190,168)
#9BAD99
(155,173,153)
#8C9C8A
(140,156,138)
#7D8B7B
(125,139,123)
#6E7A6C
(110,122,108)
#5F695D
(95,105,93)
#50584E
(80,88,78)
#41473F
(65,71,63)
#323630
(50,54,48)
#232521
(35,37,33)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AABEA8

#AABEA8
(170,190,168)
#B1C3AF
(177,195,175)
#B8C8B6
(184,200,182)
#BFCDBD
(191,205,189)
#C6D2C4
(198,210,196)
#CDD7CB
(205,215,203)
#D4DCD2
(212,220,210)
#DBE1D9
(219,225,217)
#E2E6E0
(226,230,224)
#E9EBE7
(233,235,231)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABEA8; }

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

This text font color is #AABEA8.


Background Color

.myBgColor { background-color: #AABEA8; }

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

This div background color is #AABEA8.


Border color

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

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

This div border color is #AABEA8.


Opacity

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

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

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

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

This text has shadow with #AABEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABEA8 on black background.


Color preview on white background

This text has color #AABEA8 on white background.



Black color preview on #AABEA8 background

This text has black color on #AABEA8 background.


White color preview on #AABEA8 background

This text has white color on #AABEA8 background.