COLOR #AABEB5

HEX: #AABEB5
RGB: (170,190,181)

Color info

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

RGB color model

#AABEB5 color RGB value is (170,190,181).

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

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 181 of 255 = 71%

170
190
181

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

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 181 = 541 (100%)
R 170 of 541 ~ 31.42%
G 190 of 541 ~ 35.12%
B 181 of 541 ~ 33.46%

%31.42
%35.12
%33.46

CMYK color model

#AABEB5 color CMYK value is (11,0,5,25).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 25.49%
CMYK:
(11,0,5,25)
C11M0Y5K25 
(11%,0%,5%,25%)
(0.11/0.00/0.05/0.25)	

CMYK percentages

%10.53
%0
%4.74
%25.49

Codes

Color #AABEB5 in popluar color models

AABEB5
RGB170190181
HSL153°13.33%70.59%
HSB/HSV153°10.53%74.51%
CMYK10.53%0.00%4.74%
25.49%

Color #AABEB5 in popluar number systems.

HEXAABEB5
Decimal170190181
Binary101010101011111010110101
Octal252276265

Shades and tints

Shades of #AABEB5

#AABEB5
(170,190,181)
#9BADA5
(155,173,165)
#8C9C95
(140,156,149)
#7D8B85
(125,139,133)
#6E7A75
(110,122,117)
#5F6965
(95,105,101)
#505855
(80,88,85)
#414745
(65,71,69)
#323635
(50,54,53)
#232525
(35,37,37)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AABEB5

#AABEB5
(170,190,181)
#B1C3BB
(177,195,187)
#B8C8C1
(184,200,193)
#BFCDC7
(191,205,199)
#C6D2CD
(198,210,205)
#CDD7D3
(205,215,211)
#D4DCD9
(212,220,217)
#DBE1DF
(219,225,223)
#E2E6E5
(226,230,229)
#E9EBEB
(233,235,235)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABEB5; }

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

This text font color is #AABEB5.


Background Color

.myBgColor { background-color: #AABEB5; }

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

This div background color is #AABEB5.


Border color

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

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

This div border color is #AABEB5.


Opacity

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

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

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

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

This text has shadow with #AABEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABEB5 on black background.


Color preview on white background

This text has color #AABEB5 on white background.



Black color preview on #AABEB5 background

This text has black color on #AABEB5 background.


White color preview on #AABEB5 background

This text has white color on #AABEB5 background.