COLOR #AEB4BD

HEX: #AEB4BD RGB: (174,180,189)

Color info

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

RGB color model

#AEB4BD color RGB value is (174,180,189).

RGB: (174,180,189) (68%, 71%, 74%)

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 189 of 255 = 74%

174
180
189

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

Portions of RGB colors in percentages

R + G + B = 174 + 180 + 189 = 543 (100%)
R 174 of 543 ~ 32.04%
G 180 of 543 ~ 33.15%
B 189 of 543 ~ 34.81'%

%32.04
%33.15
%34.81

CMYK color model

#AEB4BD color CMYK value is (8,5,0,26).

  • cyan value is 7.94%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (8,5,0,26)
C8M5Y0K26 (8%, 5%, 0%, 26%)
(0.08 / 0.05 / 0.00 / 0.26)

CMYK percentages

%7.94
%4.76
%0
%25.88

Codes

Color #AEB4BD in popluar color models

AE B4 BD
RGB 174 180 189
HSL 216° 10.20% 71.18%
HSB/HSV 216° 7.94% 74.12%
CMYK 7.94% 4.76% 0.00%
25.88%

Color #AEB4BD in popluar number systems.

HEX AE B4 BD
Decimal 174 180 189
Binary 10101110 10110100 10111101
Octal 256 264 275

Shades and tints

Shades of #AEB4BD

#AEB4BD
(174,180,189)
#9FA4AC
(159,164,172)
#90949B
(144,148,155)
#81848A
(129,132,138)
#727479
(114,116,121)
#636468
(99,100,104)
#545457
(84,84,87)
#454446
(69,68,70)
#363435
(54,52,53)
#272424
(39,36,36)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AEB4BD

#AEB4BD
(174,180,189)
#B5BAC3
(181,186,195)
#BCC0C9
(188,192,201)
#C3C6CF
(195,198,207)
#CACCD5
(202,204,213)
#D1D2DB
(209,210,219)
#D8D8E1
(216,216,225)
#DFDEE7
(223,222,231)
#E6E4ED
(230,228,237)
#EDEAF3
(237,234,243)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB4BD color. Also use rgb(174,180,189) instead hex code.

Text Font Color

.myTextColor { color: #AEB4BD; }

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

This text font color is #AEB4BD.

Background Color

.myBgColor { background-color: #AEB4BD; }

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

This div background color is #AEB4BD.

Border color

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

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

This div border color is #AEB4BD.

Opacity

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

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

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

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

This text has shadow with #AEB4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB4BD.

Preview

Color preview on black background

This text has color #AEB4BD on black background.


Color preview on white background

This text has color #AEB4BD on white background.


Black color preview on #AEB4BD background

This text has black color on #AEB4BD background.


White color preview on #AEB4BD background

This text has white color on #AEB4BD background.


Related colors

Complementary color

Complementary color for #hex is #514B42.


I love getcolorcode.com

Triadic colors

1 #BDAEB4 and #B4BDAE with #AEB4BD are triadic colors.

2 #BDB4AE and #B4AEBD with #AEB4BD are triadic colors.