COLOR #AEB2BD

HEX: #AEB2BD
RGB: (174,178,189)

Color info

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

RGB color model

#AEB2BD color RGB value is (174,178,189).

  • red value is 174;
  • green value is 178;
  • blue value is 189.
RGB:
(174,178,189)
(68%,70%,74%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 189 of 255 = 74%

174
178
189

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 189 = 541 (100%)
R 174 of 541 ~ 32.16%
G 178 of 541 ~ 32.9%
B 189 of 541 ~ 34.94%

%32.16
%32.9
%34.94

CMYK color model

#AEB2BD color CMYK value is (8,6,0,26).

  • cyan value is 7.94%
  • magenta value is 5.82%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(8,6,0,26)
C8M6Y0K26 
(8%,6%,0%,26%)
(0.08/0.06/0.00/0.26)	

CMYK percentages

%7.94
%5.82
%0
%25.88

Codes

Color #AEB2BD in popluar color models

AEB2BD
RGB174178189
HSL224°10.20%71.18%
HSB/HSV224°7.94%74.12%
CMYK7.94%5.82%0.00%
25.88%

Color #AEB2BD in popluar number systems.

HEXAEB2BD
Decimal174178189
Binary101011101011001010111101
Octal256262275

Shades and tints

Shades of #AEB2BD

#AEB2BD
(174,178,189)
#9FA2AC
(159,162,172)
#90929B
(144,146,155)
#81828A
(129,130,138)
#727279
(114,114,121)
#636268
(99,98,104)
#545257
(84,82,87)
#454246
(69,66,70)
#363235
(54,50,53)
#272224
(39,34,36)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AEB2BD

#AEB2BD
(174,178,189)
#B5B9C3
(181,185,195)
#BCC0C9
(188,192,201)
#C3C7CF
(195,199,207)
#CACED5
(202,206,213)
#D1D5DB
(209,213,219)
#D8DCE1
(216,220,225)
#DFE3E7
(223,227,231)
#E6EAED
(230,234,237)
#EDF1F3
(237,241,243)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2BD; }

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

This text font color is #AEB2BD.


Background Color

.myBgColor { background-color: #AEB2BD; }

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

This div background color is #AEB2BD.


Border color

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

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

This div border color is #AEB2BD.


Opacity

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

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

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

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

This text has shadow with #AEB2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB2BD on black background.


Color preview on white background

This text has color #AEB2BD on white background.



Black color preview on #AEB2BD background

This text has black color on #AEB2BD background.


White color preview on #AEB2BD background

This text has white color on #AEB2BD background.