COLOR #AEB7BE

HEX: #AEB7BE RGB: (174,183,190)

Color info

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

RGB color model

#AEB7BE color RGB value is (174,183,190).

RGB: (174,183,190) (68%, 72%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 190 of 255 = 75%

174
183
190

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

Portions of RGB colors in percentages

R + G + B = 174 + 183 + 190 = 547 (100%)
R 174 of 547 ~ 31.81%
G 183 of 547 ~ 33.46%
B 190 of 547 ~ 34.73'%

%31.81
%33.46
%34.73

CMYK color model

#AEB7BE color CMYK value is (8,4,0,25).

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

CMYK: (8,4,0,25)
C8M4Y0K25 (8%, 4%, 0%, 25%)
(0.08 / 0.04 / 0.00 / 0.25)

CMYK percentages

%8.42
%3.68
%0
%25.49

Codes

Color #AEB7BE in popluar color models

AE B7 BE
RGB 174 183 190
HSL 206° 10.96% 71.37%
HSB/HSV 206° 8.42% 74.51%
CMYK 8.42% 3.68% 0.00%
25.49%

Color #AEB7BE in popluar number systems.

HEX AE B7 BE
Decimal 174 183 190
Binary 10101110 10110111 10111110
Octal 256 267 276

Shades and tints

Shades of #AEB7BE

#AEB7BE
(174,183,190)
#9FA7AD
(159,167,173)
#90979C
(144,151,156)
#81878B
(129,135,139)
#72777A
(114,119,122)
#636769
(99,103,105)
#545758
(84,87,88)
#454747
(69,71,71)
#363736
(54,55,54)
#272725
(39,39,37)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #AEB7BE

#AEB7BE
(174,183,190)
#B5BDC3
(181,189,195)
#BCC3C8
(188,195,200)
#C3C9CD
(195,201,205)
#CACFD2
(202,207,210)
#D1D5D7
(209,213,215)
#D8DBDC
(216,219,220)
#DFE1E1
(223,225,225)
#E6E7E6
(230,231,230)
#EDEDEB
(237,237,235)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB7BE; }

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

This text font color is #AEB7BE.

Background Color

.myBgColor { background-color: #AEB7BE; }

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

This div background color is #AEB7BE.

Border color

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

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

This div border color is #AEB7BE.

Opacity

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

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

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

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

This text has shadow with #AEB7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB7BE.

Preview

Color preview on black background

This text has color #AEB7BE on black background.


Color preview on white background

This text has color #AEB7BE on white background.


Black color preview on #AEB7BE background

This text has black color on #AEB7BE background.


White color preview on #AEB7BE background

This text has white color on #AEB7BE background.


Related colors

Complementary color

Complementary color for #hex is #514841.


I love getcolorcode.com

Triadic colors

1 #BEAEB7 and #B7BEAE with #AEB7BE are triadic colors.

2 #BEB7AE and #B7AEBE with #AEB7BE are triadic colors.