COLOR #AABEBE

HEX: #AABEBE
RGB: (170,190,190)

Color info

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

RGB color model

#AABEBE color RGB value is (170,190,190).

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

RGB channels and saturation

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

170
190
190

R + G + B ~ 72%. #AABEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 190 = 550 (100%)
R 170 of 550 ~ 30.91%
G 190 of 550 ~ 34.55%
B 190 of 550 ~ 34.55%

%30.91
%34.55
%34.55

CMYK color model

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

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

CMYK percentages

%10.53
%0
%0
%25.49

Codes

Color #AABEBE in popluar color models

AABEBE
RGB170190190
HSL180°13.33%70.59%
HSB/HSV180°10.53%74.51%
CMYK10.53%0.00%0.00%
25.49%

Color #AABEBE in popluar number systems.

HEXAABEBE
Decimal170190190
Binary101010101011111010111110
Octal252276276

Shades and tints

Shades of #AABEBE

#AABEBE
(170,190,190)
#9BADAD
(155,173,173)
#8C9C9C
(140,156,156)
#7D8B8B
(125,139,139)
#6E7A7A
(110,122,122)
#5F6969
(95,105,105)
#505858
(80,88,88)
#414747
(65,71,71)
#323636
(50,54,54)
#232525
(35,37,37)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AABEBE

#AABEBE
(170,190,190)
#B1C3C3
(177,195,195)
#B8C8C8
(184,200,200)
#BFCDCD
(191,205,205)
#C6D2D2
(198,210,210)
#CDD7D7
(205,215,215)
#D4DCDC
(212,220,220)
#DBE1E1
(219,225,225)
#E2E6E6
(226,230,230)
#E9EBEB
(233,235,235)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABEBE; }

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

This text font color is #AABEBE.


Background Color

.myBgColor { background-color: #AABEBE; }

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

This div background color is #AABEBE.


Border color

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

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

This div border color is #AABEBE.


Opacity

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

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

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

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

This text has shadow with #AABEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABEBE on black background.


Color preview on white background

This text has color #AABEBE on white background.



Black color preview on #AABEBE background

This text has black color on #AABEBE background.


White color preview on #AABEBE background

This text has white color on #AABEBE background.