COLOR #AEB1BF

HEX: #AEB1BF RGB: (174,177,191)

Color info

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

RGB color model

#AEB1BF color RGB value is (174,177,191).

RGB: (174,177,191) (68%, 69%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 191 of 255 = 75%

174
177
191

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

Portions of RGB colors in percentages

R + G + B = 174 + 177 + 191 = 542 (100%)
R 174 of 542 ~ 32.1%
G 177 of 542 ~ 32.66%
B 191 of 542 ~ 35.24'%

%32.1
%32.66
%35.24

CMYK color model

#AEB1BF color CMYK value is (9,7,0,25).

  • cyan value is 8.90%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (9,7,0,25)
C9M7Y0K25 (9%, 7%, 0%, 25%)
(0.09 / 0.07 / 0.00 / 0.25)

CMYK percentages

%8.9
%7.33
%0
%25.1

Codes

Color #AEB1BF in popluar color models

AE B1 BF
RGB 174 177 191
HSL 229° 11.72% 71.57%
HSB/HSV 229° 8.90% 74.90%
CMYK 8.90% 7.33% 0.00%
25.10%

Color #AEB1BF in popluar number systems.

HEX AE B1 BF
Decimal 174 177 191
Binary 10101110 10110001 10111111
Octal 256 261 277

Shades and tints

Shades of #AEB1BF

#AEB1BF
(174,177,191)
#9FA1AE
(159,161,174)
#90919D
(144,145,157)
#81818C
(129,129,140)
#72717B
(114,113,123)
#63616A
(99,97,106)
#545159
(84,81,89)
#454148
(69,65,72)
#363137
(54,49,55)
#272126
(39,33,38)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #AEB1BF

#AEB1BF
(174,177,191)
#B5B8C4
(181,184,196)
#BCBFC9
(188,191,201)
#C3C6CE
(195,198,206)
#CACDD3
(202,205,211)
#D1D4D8
(209,212,216)
#D8DBDD
(216,219,221)
#DFE2E2
(223,226,226)
#E6E9E7
(230,233,231)
#EDF0EC
(237,240,236)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB1BF color. Also use rgb(174,177,191) instead hex code.

Text Font Color

.myTextColor { color: #AEB1BF; }

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

This text font color is #AEB1BF.

Background Color

.myBgColor { background-color: #AEB1BF; }

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

This div background color is #AEB1BF.

Border color

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

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

This div border color is #AEB1BF.

Opacity

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

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

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

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

This text has shadow with #AEB1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB1BF.

Preview

Color preview on black background

This text has color #AEB1BF on black background.


Color preview on white background

This text has color #AEB1BF on white background.


Black color preview on #AEB1BF background

This text has black color on #AEB1BF background.


White color preview on #AEB1BF background

This text has white color on #AEB1BF background.


Related colors

Complementary color

Complementary color for #hex is #514E40.


I love getcolorcode.com

Triadic colors

1 #BFAEB1 and #B1BFAE with #AEB1BF are triadic colors.

2 #BFB1AE and #B1AEBF with #AEB1BF are triadic colors.