COLOR #AEB5BF

HEX: #AEB5BF RGB: (174,181,191)

Color info

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

RGB color model

#AEB5BF color RGB value is (174,181,191).

RGB: (174,181,191) (68%, 71%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 191 of 255 = 75%

174
181
191

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

Portions of RGB colors in percentages

R + G + B = 174 + 181 + 191 = 546 (100%)
R 174 of 546 ~ 31.87%
G 181 of 546 ~ 33.15%
B 191 of 546 ~ 34.98'%

%31.87
%33.15
%34.98

CMYK color model

#AEB5BF color CMYK value is (9,5,0,25).

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

CMYK: (9,5,0,25)
C9M5Y0K25 (9%, 5%, 0%, 25%)
(0.09 / 0.05 / 0.00 / 0.25)

CMYK percentages

%8.9
%5.24
%0
%25.1

Codes

Color #AEB5BF in popluar color models

AE B5 BF
RGB 174 181 191
HSL 215° 11.72% 71.57%
HSB/HSV 215° 8.90% 74.90%
CMYK 8.90% 5.24% 0.00%
25.10%

Color #AEB5BF in popluar number systems.

HEX AE B5 BF
Decimal 174 181 191
Binary 10101110 10110101 10111111
Octal 256 265 277

Shades and tints

Shades of #AEB5BF

#AEB5BF
(174,181,191)
#9FA5AE
(159,165,174)
#90959D
(144,149,157)
#81858C
(129,133,140)
#72757B
(114,117,123)
#63656A
(99,101,106)
#545559
(84,85,89)
#454548
(69,69,72)
#363537
(54,53,55)
#272526
(39,37,38)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEB5BF

#AEB5BF
(174,181,191)
#B5BBC4
(181,187,196)
#BCC1C9
(188,193,201)
#C3C7CE
(195,199,206)
#CACDD3
(202,205,211)
#D1D3D8
(209,211,216)
#D8D9DD
(216,217,221)
#DFDFE2
(223,223,226)
#E6E5E7
(230,229,231)
#EDEBEC
(237,235,236)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB5BF; }

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

This text font color is #AEB5BF.

Background Color

.myBgColor { background-color: #AEB5BF; }

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

This div background color is #AEB5BF.

Border color

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

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

This div border color is #AEB5BF.

Opacity

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

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

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

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

This text has shadow with #AEB5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB5BF.

Preview

Color preview on black background

This text has color #AEB5BF on black background.


Color preview on white background

This text has color #AEB5BF on white background.


Black color preview on #AEB5BF background

This text has black color on #AEB5BF background.


White color preview on #AEB5BF background

This text has white color on #AEB5BF background.


Related colors

Complementary color

Complementary color for #hex is #514A40.


I love getcolorcode.com

Triadic colors

1 #BFAEB5 and #B5BFAE with #AEB5BF are triadic colors.

2 #BFB5AE and #B5AEBF with #AEB5BF are triadic colors.