COLOR #AABFAE

HEX: #AABFAE
RGB: (170,191,174)

Color info

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

RGB color model

#AABFAE color RGB value is (170,191,174).

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

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 174 of 255 = 68%

170
191
174

R + G + B ~ 70%. #AABFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 191 + 174 = 535 (100%)
R 170 of 535 ~ 31.78%
G 191 of 535 ~ 35.7%
B 174 of 535 ~ 32.52%

%31.78
%35.7
%32.52

CMYK color model

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

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 25.10%
CMYK:
(11,0,9,25)
C11M0Y9K25 
(11%,0%,9%,25%)
(0.11/0.00/0.09/0.25)	

CMYK percentages

%10.99
%0
%8.9
%25.1

Codes

Color #AABFAE in popluar color models

AABFAE
RGB170191174
HSL131°14.09%70.78%
HSB/HSV131°10.99%74.90%
CMYK10.99%0.00%8.90%
25.10%

Color #AABFAE in popluar number systems.

HEXAABFAE
Decimal170191174
Binary101010101011111110101110
Octal252277256

Shades and tints

Shades of #AABFAE

#AABFAE
(170,191,174)
#9BAE9F
(155,174,159)
#8C9D90
(140,157,144)
#7D8C81
(125,140,129)
#6E7B72
(110,123,114)
#5F6A63
(95,106,99)
#505954
(80,89,84)
#414845
(65,72,69)
#323736
(50,55,54)
#232627
(35,38,39)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #AABFAE

#AABFAE
(170,191,174)
#B1C4B5
(177,196,181)
#B8C9BC
(184,201,188)
#BFCEC3
(191,206,195)
#C6D3CA
(198,211,202)
#CDD8D1
(205,216,209)
#D4DDD8
(212,221,216)
#DBE2DF
(219,226,223)
#E2E7E6
(226,231,230)
#E9ECED
(233,236,237)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABFAE; }

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

This text font color is #AABFAE.


Background Color

.myBgColor { background-color: #AABFAE; }

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

This div background color is #AABFAE.


Border color

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

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

This div border color is #AABFAE.


Opacity

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

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

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

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

This text has shadow with #AABFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABFAE on black background.


Color preview on white background

This text has color #AABFAE on white background.



Black color preview on #AABFAE background

This text has black color on #AABFAE background.


White color preview on #AABFAE background

This text has white color on #AABFAE background.