COLOR #AEBEBB

HEX: #AEBEBB RGB: (174,190,187)

Color info

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

RGB color model

#AEBEBB color RGB value is (174,190,187).

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

RGB channels and saturation

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

174
190
187

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

Portions of RGB colors in percentages

R + G + B = 174 + 190 + 187 = 551 (100%)
R 174 of 551 ~ 31.58%
G 190 of 551 ~ 34.48%
B 187 of 551 ~ 33.94'%

%31.58
%34.48
%33.94

CMYK color model

#AEBEBB color CMYK value is (8,0,2,25).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 25.49%

CMYK: (8,0,2,25)
C8M0Y2K25 (8%, 0%, 2%, 25%)
(0.08 / 0.00 / 0.02 / 0.25)

CMYK percentages

%8.42
%0
%1.58
%25.49

Codes

Color #AEBEBB in popluar color models

AE BE BB
RGB 174 190 187
HSL 169° 10.96% 71.37%
HSB/HSV 169° 8.42% 74.51%
CMYK 8.42% 0.00% 1.58%
25.49%

Color #AEBEBB in popluar number systems.

HEX AE BE BB
Decimal 174 190 187
Binary 10101110 10111110 10111011
Octal 256 276 273

Shades and tints

Shades of #AEBEBB

#AEBEBB
(174,190,187)
#9FADAA
(159,173,170)
#909C99
(144,156,153)
#818B88
(129,139,136)
#727A77
(114,122,119)
#636966
(99,105,102)
#545855
(84,88,85)
#454744
(69,71,68)
#363633
(54,54,51)
#272522
(39,37,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AEBEBB

#AEBEBB
(174,190,187)
#B5C3C1
(181,195,193)
#BCC8C7
(188,200,199)
#C3CDCD
(195,205,205)
#CAD2D3
(202,210,211)
#D1D7D9
(209,215,217)
#D8DCDF
(216,220,223)
#DFE1E5
(223,225,229)
#E6E6EB
(230,230,235)
#EDEBF1
(237,235,241)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBEBB; }

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

This text font color is #AEBEBB.

Background Color

.myBgColor { background-color: #AEBEBB; }

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

This div background color is #AEBEBB.

Border color

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

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

This div border color is #AEBEBB.

Opacity

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

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

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

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

This text has shadow with #AEBEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBEBB.

Preview

Color preview on black background

This text has color #AEBEBB on black background.


Color preview on white background

This text has color #AEBEBB on white background.


Black color preview on #AEBEBB background

This text has black color on #AEBEBB background.


White color preview on #AEBEBB background

This text has white color on #AEBEBB background.


Related colors

Complementary color

Complementary color for #hex is #514144.


I love getcolorcode.com

Triadic colors

1 #BBAEBE and #BEBBAE with #AEBEBB are triadic colors.

2 #BBBEAE and #BEAEBB with #AEBEBB are triadic colors.