COLOR #AEBFAB

HEX: #AEBFAB
RGB: (174,191,171)

Color info

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

RGB color model

#AEBFAB color RGB value is (174,191,171).

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

RGB channels and saturation

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

174
191
171

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

Portions of RGB colors in percentages

R + G + B =
174 + 191 + 171 = 536 (100%)
R 174 of 536 ~ 32.46%
G 191 of 536 ~ 35.63%
B 171 of 536 ~ 31.9%

%32.46
%35.63
%31.9

CMYK color model

#AEBFAB color CMYK value is (9,0,10,25).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 25.10%
CMYK:
(9,0,10,25)
C9M0Y10K25 
(9%,0%,10%,25%)
(0.09/0.00/0.10/0.25)	

CMYK percentages

%8.9
%0
%10.47
%25.1

Codes

Color #AEBFAB in popluar color models

AEBFAB
RGB174191171
HSL111°13.51%70.98%
HSB/HSV111°10.47%74.90%
CMYK8.90%0.00%10.47%
25.10%

Color #AEBFAB in popluar number systems.

HEXAEBFAB
Decimal174191171
Binary101011101011111110101011
Octal256277253

Shades and tints

Shades of #AEBFAB

#AEBFAB
(174,191,171)
#9FAE9C
(159,174,156)
#909D8D
(144,157,141)
#818C7E
(129,140,126)
#727B6F
(114,123,111)
#636A60
(99,106,96)
#545951
(84,89,81)
#454842
(69,72,66)
#363733
(54,55,51)
#272624
(39,38,36)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEBFAB

#AEBFAB
(174,191,171)
#B5C4B2
(181,196,178)
#BCC9B9
(188,201,185)
#C3CEC0
(195,206,192)
#CAD3C7
(202,211,199)
#D1D8CE
(209,216,206)
#D8DDD5
(216,221,213)
#DFE2DC
(223,226,220)
#E6E7E3
(230,231,227)
#EDECEA
(237,236,234)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBFAB; }

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

This text font color is #AEBFAB.


Background Color

.myBgColor { background-color: #AEBFAB; }

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

This div background color is #AEBFAB.


Border color

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

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

This div border color is #AEBFAB.


Opacity

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

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

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

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

This text has shadow with #AEBFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBFAB on black background.


Color preview on white background

This text has color #AEBFAB on white background.



Black color preview on #AEBFAB background

This text has black color on #AEBFAB background.


White color preview on #AEBFAB background

This text has white color on #AEBFAB background.