COLOR #AEB7B2

HEX: #AEB7B2 RGB: (174,183,178)

Color info

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

RGB color model

#AEB7B2 color RGB value is (174,183,178).

RGB: (174,183,178) (68%, 72%, 70%)

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 178 of 255 = 70%

174
183
178

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

Portions of RGB colors in percentages

R + G + B = 174 + 183 + 178 = 535 (100%)
R 174 of 535 ~ 32.52%
G 183 of 535 ~ 34.21%
B 178 of 535 ~ 33.27'%

%32.52
%34.21
%33.27

CMYK color model

#AEB7B2 color CMYK value is (5,0,3,28).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 2.73%
  • key color value is 28.24%

CMYK: (5,0,3,28)
C5M0Y3K28 (5%, 0%, 3%, 28%)
(0.05 / 0.00 / 0.03 / 0.28)

CMYK percentages

%4.92
%0
%2.73
%28.24

Codes

Color #AEB7B2 in popluar color models

AE B7 B2
RGB 174 183 178
HSL 147° 5.88% 70.00%
HSB/HSV 147° 4.92% 71.76%
CMYK 4.92% 0.00% 2.73%
28.24%

Color #AEB7B2 in popluar number systems.

HEX AE B7 B2
Decimal 174 183 178
Binary 10101110 10110111 10110010
Octal 256 267 262

Shades and tints

Shades of #AEB7B2

#AEB7B2
(174,183,178)
#9FA7A2
(159,167,162)
#909792
(144,151,146)
#818782
(129,135,130)
#727772
(114,119,114)
#636762
(99,103,98)
#545752
(84,87,82)
#454742
(69,71,66)
#363732
(54,55,50)
#272722
(39,39,34)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #AEB7B2

#AEB7B2
(174,183,178)
#B5BDB9
(181,189,185)
#BCC3C0
(188,195,192)
#C3C9C7
(195,201,199)
#CACFCE
(202,207,206)
#D1D5D5
(209,213,213)
#D8DBDC
(216,219,220)
#DFE1E3
(223,225,227)
#E6E7EA
(230,231,234)
#EDEDF1
(237,237,241)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB7B2; }

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

This text font color is #AEB7B2.

Background Color

.myBgColor { background-color: #AEB7B2; }

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

This div background color is #AEB7B2.

Border color

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

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

This div border color is #AEB7B2.

Opacity

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

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

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

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

This text has shadow with #AEB7B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB7B2.

Preview

Color preview on black background

This text has color #AEB7B2 on black background.


Color preview on white background

This text has color #AEB7B2 on white background.


Black color preview on #AEB7B2 background

This text has black color on #AEB7B2 background.


White color preview on #AEB7B2 background

This text has white color on #AEB7B2 background.


Related colors

Complementary color

Complementary color for #hex is #51484D.


I love getcolorcode.com

Triadic colors

1 #B2AEB7 and #B7B2AE with #AEB7B2 are triadic colors.

2 #B2B7AE and #B7AEB2 with #AEB7B2 are triadic colors.