COLOR #AEBEB5

HEX: #AEBEB5
RGB: (174,190,181)

Color info

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

RGB color model

#AEBEB5 color RGB value is (174,190,181).

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

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 181 of 255 = 71%

174
190
181

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

Portions of RGB colors in percentages

R + G + B =
174 + 190 + 181 = 545 (100%)
R 174 of 545 ~ 31.93%
G 190 of 545 ~ 34.86%
B 181 of 545 ~ 33.21%

%31.93
%34.86
%33.21

CMYK color model

#AEBEB5 color CMYK value is (8,0,5,25).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 25.49%
CMYK:
(8,0,5,25)
C8M0Y5K25 
(8%,0%,5%,25%)
(0.08/0.00/0.05/0.25)	

CMYK percentages

%8.42
%0
%4.74
%25.49

Codes

Color #AEBEB5 in popluar color models

AEBEB5
RGB174190181
HSL146°10.96%71.37%
HSB/HSV146°8.42%74.51%
CMYK8.42%0.00%4.74%
25.49%

Color #AEBEB5 in popluar number systems.

HEXAEBEB5
Decimal174190181
Binary101011101011111010110101
Octal256276265

Shades and tints

Shades of #AEBEB5

#AEBEB5
(174,190,181)
#9FADA5
(159,173,165)
#909C95
(144,156,149)
#818B85
(129,139,133)
#727A75
(114,122,117)
#636965
(99,105,101)
#545855
(84,88,85)
#454745
(69,71,69)
#363635
(54,54,53)
#272525
(39,37,37)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AEBEB5

#AEBEB5
(174,190,181)
#B5C3BB
(181,195,187)
#BCC8C1
(188,200,193)
#C3CDC7
(195,205,199)
#CAD2CD
(202,210,205)
#D1D7D3
(209,215,211)
#D8DCD9
(216,220,217)
#DFE1DF
(223,225,223)
#E6E6E5
(230,230,229)
#EDEBEB
(237,235,235)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBEB5; }

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

This text font color is #AEBEB5.


Background Color

.myBgColor { background-color: #AEBEB5; }

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

This div background color is #AEBEB5.


Border color

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

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

This div border color is #AEBEB5.


Opacity

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

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

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

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

This text has shadow with #AEBEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBEB5 on black background.


Color preview on white background

This text has color #AEBEB5 on white background.



Black color preview on #AEBEB5 background

This text has black color on #AEBEB5 background.


White color preview on #AEBEB5 background

This text has white color on #AEBEB5 background.