COLOR #AABEB7

HEX: #AABEB7
RGB: (170,190,183)

Color info

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

RGB color model

#AABEB7 color RGB value is (170,190,183).

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

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 183 of 255 = 72%

170
190
183

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

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 183 = 543 (100%)
R 170 of 543 ~ 31.31%
G 190 of 543 ~ 34.99%
B 183 of 543 ~ 33.7%

%31.31
%34.99
%33.7

CMYK color model

#AABEB7 color CMYK value is (11,0,4,25).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK:
(11,0,4,25)
C11M0Y4K25 
(11%,0%,4%,25%)
(0.11/0.00/0.04/0.25)	

CMYK percentages

%10.53
%0
%3.68
%25.49

Codes

Color #AABEB7 in popluar color models

AABEB7
RGB170190183
HSL159°13.33%70.59%
HSB/HSV159°10.53%74.51%
CMYK10.53%0.00%3.68%
25.49%

Color #AABEB7 in popluar number systems.

HEXAABEB7
Decimal170190183
Binary101010101011111010110111
Octal252276267

Shades and tints

Shades of #AABEB7

#AABEB7
(170,190,183)
#9BADA7
(155,173,167)
#8C9C97
(140,156,151)
#7D8B87
(125,139,135)
#6E7A77
(110,122,119)
#5F6967
(95,105,103)
#505857
(80,88,87)
#414747
(65,71,71)
#323637
(50,54,55)
#232527
(35,37,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #AABEB7

#AABEB7
(170,190,183)
#B1C3BD
(177,195,189)
#B8C8C3
(184,200,195)
#BFCDC9
(191,205,201)
#C6D2CF
(198,210,207)
#CDD7D5
(205,215,213)
#D4DCDB
(212,220,219)
#DBE1E1
(219,225,225)
#E2E6E7
(226,230,231)
#E9EBED
(233,235,237)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABEB7; }

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

This text font color is #AABEB7.


Background Color

.myBgColor { background-color: #AABEB7; }

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

This div background color is #AABEB7.


Border color

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

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

This div border color is #AABEB7.


Opacity

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

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

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

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

This text has shadow with #AABEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABEB7 on black background.


Color preview on white background

This text has color #AABEB7 on white background.



Black color preview on #AABEB7 background

This text has black color on #AABEB7 background.


White color preview on #AABEB7 background

This text has white color on #AABEB7 background.