COLOR #AEB2B5

HEX: #AEB2B5 RGB: (174,178,181)

Color info

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

RGB color model

#AEB2B5 color RGB value is (174,178,181).

RGB: (174,178,181) (68%, 70%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 181 of 255 = 71%

174
178
181

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

Portions of RGB colors in percentages

R + G + B = 174 + 178 + 181 = 533 (100%)
R 174 of 533 ~ 32.65%
G 178 of 533 ~ 33.4%
B 181 of 533 ~ 33.96'%

%32.65
%33.4
%33.96

CMYK color model

#AEB2B5 color CMYK value is (4,2,0,29).

  • cyan value is 3.87%
  • magenta value is 1.66%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (4,2,0,29)
C4M2Y0K29 (4%, 2%, 0%, 29%)
(0.04 / 0.02 / 0.00 / 0.29)

CMYK percentages

%3.87
%1.66
%0
%29.02

Codes

Color #AEB2B5 in popluar color models

AE B2 B5
RGB 174 178 181
HSL 206° 4.52% 69.61%
HSB/HSV 206° 3.87% 70.98%
CMYK 3.87% 1.66% 0.00%
29.02%

Color #AEB2B5 in popluar number systems.

HEX AE B2 B5
Decimal 174 178 181
Binary 10101110 10110010 10110101
Octal 256 262 265

Shades and tints

Shades of #AEB2B5

#AEB2B5
(174,178,181)
#9FA2A5
(159,162,165)
#909295
(144,146,149)
#818285
(129,130,133)
#727275
(114,114,117)
#636265
(99,98,101)
#545255
(84,82,85)
#454245
(69,66,69)
#363235
(54,50,53)
#272225
(39,34,37)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #AEB2B5

#AEB2B5
(174,178,181)
#B5B9BB
(181,185,187)
#BCC0C1
(188,192,193)
#C3C7C7
(195,199,199)
#CACECD
(202,206,205)
#D1D5D3
(209,213,211)
#D8DCD9
(216,220,217)
#DFE3DF
(223,227,223)
#E6EAE5
(230,234,229)
#EDF1EB
(237,241,235)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2B5; }

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

This text font color is #AEB2B5.

Background Color

.myBgColor { background-color: #AEB2B5; }

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

This div background color is #AEB2B5.

Border color

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

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

This div border color is #AEB2B5.

Opacity

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

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

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

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

This text has shadow with #AEB2B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB2B5.

Preview

Color preview on black background

This text has color #AEB2B5 on black background.


Color preview on white background

This text has color #AEB2B5 on white background.


Black color preview on #AEB2B5 background

This text has black color on #AEB2B5 background.


White color preview on #AEB2B5 background

This text has white color on #AEB2B5 background.


Related colors

Complementary color

Complementary color for #hex is #514D4A.


I love getcolorcode.com

Triadic colors

1 #B5AEB2 and #B2B5AE with #AEB2B5 are triadic colors.

2 #B5B2AE and #B2AEB5 with #AEB2B5 are triadic colors.