COLOR #AEBBBF

HEX: #AEBBBF RGB: (174,187,191)

Color info

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

RGB color model

#AEBBBF color RGB value is (174,187,191).

RGB: (174,187,191) (68%, 73%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 191 of 255 = 75%

174
187
191

R + G + B ~ 72%. #AEBBBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 187 + 191 = 552 (100%)
R 174 of 552 ~ 31.52%
G 187 of 552 ~ 33.88%
B 191 of 552 ~ 34.6'%

%31.52
%33.88
%34.6

CMYK color model

#AEBBBF color CMYK value is (9,2,0,25).

  • cyan value is 8.90%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (9,2,0,25) C9M2Y0K25 (9%,2%,0%,25%) (0.09/0.02/0.00/0.25) 

CMYK percentages

%8.9
%2.09
%0
%25.1

Codes

Color #AEBBBF in popluar color models

AE BB BF
RGB 174 187 191
HSL 194° 11.72% 71.57%
HSB/HSV 194° 8.90% 74.90%
CMYK 8.90% 2.09% 0.00%
25.10%

Color #AEBBBF in popluar number systems.

HEX AE BB BF
Decimal 174 187 191
Binary 10101110 10111011 10111111
Octal 256 273 277

Shades and tints

Shades of #AEBBBF

#AEBBBF
(174,187,191)
#9FAAAE
(159,170,174)
#90999D
(144,153,157)
#81888C
(129,136,140)
#72777B
(114,119,123)
#63666A
(99,102,106)
#545559
(84,85,89)
#454448
(69,68,72)
#363337
(54,51,55)
#272226
(39,34,38)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #AEBBBF

#AEBBBF
(174,187,191)
#B5C1C4
(181,193,196)
#BCC7C9
(188,199,201)
#C3CDCE
(195,205,206)
#CAD3D3
(202,211,211)
#D1D9D8
(209,217,216)
#D8DFDD
(216,223,221)
#DFE5E2
(223,229,226)
#E6EBE7
(230,235,231)
#EDF1EC
(237,241,236)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBBF; }

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

This text font color is #AEBBBF.

Background Color

.myBgColor { background-color: #AEBBBF; }

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

This div background color is #AEBBBF.

Border color

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

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

This div border color is #AEBBBF.

Opacity

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

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

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

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

This text has shadow with #AEBBBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBBBF.

Preview

Color preview on black background

This text has color #AEBBBF on black background.


Color preview on white background

This text has color #AEBBBF on white background.


Black color preview on #AEBBBF background

This text has black color on #AEBBBF background.


White color preview on #AEBBBF background

This text has white color on #AEBBBF background.


Related colors

Complementary color

Complementary color for #hex is #514440.


I love getcolorcode.com

Triadic colors

1 #BFAEBB and #BBBFAE with #AEBBBF are triadic colors.

2 #BFBBAE and #BBAEBF with #AEBBBF are triadic colors.