COLOR #AEBBB7

HEX: #AEBBB7 RGB: (174,187,183)

Color info

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

RGB color model

#AEBBB7 color RGB value is (174,187,183).

RGB: (174,187,183) (68%, 73%, 72%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 183 of 255 = 72%

174
187
183

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

Portions of RGB colors in percentages

R + G + B = 174 + 187 + 183 = 544 (100%)
R 174 of 544 ~ 31.99%
G 187 of 544 ~ 34.38%
B 183 of 544 ~ 33.64'%

%31.99
%34.38
%33.64

CMYK color model

#AEBBB7 color CMYK value is (7,0,2,27).

  • cyan value is 6.95%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 26.67%

CMYK: (7,0,2,27)
C7M0Y2K27 (7%, 0%, 2%, 27%)
(0.07 / 0.00 / 0.02 / 0.27)

CMYK percentages

%6.95
%0
%2.14
%26.67

Codes

Color #AEBBB7 in popluar color models

AE BB B7
RGB 174 187 183
HSL 162° 8.72% 70.78%
HSB/HSV 162° 6.95% 73.33%
CMYK 6.95% 0.00% 2.14%
26.67%

Color #AEBBB7 in popluar number systems.

HEX AE BB B7
Decimal 174 187 183
Binary 10101110 10111011 10110111
Octal 256 273 267

Shades and tints

Shades of #AEBBB7

#AEBBB7
(174,187,183)
#9FAAA7
(159,170,167)
#909997
(144,153,151)
#818887
(129,136,135)
#727777
(114,119,119)
#636667
(99,102,103)
#545557
(84,85,87)
#454447
(69,68,71)
#363337
(54,51,55)
#272227
(39,34,39)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #AEBBB7

#AEBBB7
(174,187,183)
#B5C1BD
(181,193,189)
#BCC7C3
(188,199,195)
#C3CDC9
(195,205,201)
#CAD3CF
(202,211,207)
#D1D9D5
(209,217,213)
#D8DFDB
(216,223,219)
#DFE5E1
(223,229,225)
#E6EBE7
(230,235,231)
#EDF1ED
(237,241,237)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBB7; }

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

This text font color is #AEBBB7.

Background Color

.myBgColor { background-color: #AEBBB7; }

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

This div background color is #AEBBB7.

Border color

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

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

This div border color is #AEBBB7.

Opacity

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

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

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

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

This text has shadow with #AEBBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBBB7.

Preview

Color preview on black background

This text has color #AEBBB7 on black background.


Color preview on white background

This text has color #AEBBB7 on white background.


Black color preview on #AEBBB7 background

This text has black color on #AEBBB7 background.


White color preview on #AEBBB7 background

This text has white color on #AEBBB7 background.


Related colors

Complementary color

Complementary color for #hex is #514448.


I love getcolorcode.com

Triadic colors

1 #B7AEBB and #BBB7AE with #AEBBB7 are triadic colors.

2 #B7BBAE and #BBAEB7 with #AEBBB7 are triadic colors.