COLOR #AEB2B3

HEX: #AEB2B3 RGB: (174,178,179)

Color info

#AEB2B3 contains red, green and blue colors in about the same proportion. Web safe color of #AEB2B3 is #999999 (or #999).

RGB color model

#AEB2B3 color RGB value is (174,178,179).

RGB: (174,178,179) (68%, 70%, 70%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 179 of 255 = 70%

174
178
179

R + G + B ~ 69%. #AEB2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 178 + 179 = 531 (100%)
R 174 of 531 ~ 32.77%
G 178 of 531 ~ 33.52%
B 179 of 531 ~ 33.71'%

%32.77
%33.52
%33.71

CMYK color model

#AEB2B3 color CMYK value is (3,1,0,30).

  • cyan value is 2.79%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (3,1,0,30)
C3M1Y0K30 (3%, 1%, 0%, 30%)
(0.03 / 0.01 / 0.00 / 0.30)

CMYK percentages

%2.79
%0.56
%0
%29.8

Codes

Color #AEB2B3 in popluar color models

AE B2 B3
RGB 174 178 179
HSL 192° 3.18% 69.22%
HSB/HSV 192° 2.79% 70.20%
CMYK 2.79% 0.56% 0.00%
29.80%

Color #AEB2B3 in popluar number systems.

HEX AE B2 B3
Decimal 174 178 179
Binary 10101110 10110010 10110011
Octal 256 262 263

Shades and tints

Shades of #AEB2B3

#AEB2B3
(174,178,179)
#9FA2A3
(159,162,163)
#909293
(144,146,147)
#818283
(129,130,131)
#727273
(114,114,115)
#636263
(99,98,99)
#545253
(84,82,83)
#454243
(69,66,67)
#363233
(54,50,51)
#272223
(39,34,35)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AEB2B3

#AEB2B3
(174,178,179)
#B5B9B9
(181,185,185)
#BCC0BF
(188,192,191)
#C3C7C5
(195,199,197)
#CACECB
(202,206,203)
#D1D5D1
(209,213,209)
#D8DCD7
(216,220,215)
#DFE3DD
(223,227,221)
#E6EAE3
(230,234,227)
#EDF1E9
(237,241,233)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2B3; }

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

This text font color is #AEB2B3.

Background Color

.myBgColor { background-color: #AEB2B3; }

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

This div background color is #AEB2B3.

Border color

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

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

This div border color is #AEB2B3.

Opacity

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

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

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

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

This text has shadow with #AEB2B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB2B3.

Preview

Color preview on black background

This text has color #AEB2B3 on black background.


Color preview on white background

This text has color #AEB2B3 on white background.


Black color preview on #AEB2B3 background

This text has black color on #AEB2B3 background.


White color preview on #AEB2B3 background

This text has white color on #AEB2B3 background.


Related colors

Complementary color

Complementary color for #hex is #514D4C.


I love getcolorcode.com

Triadic colors

1 #B3AEB2 and #B2B3AE with #AEB2B3 are triadic colors.

2 #B3B2AE and #B2AEB3 with #AEB2B3 are triadic colors.