COLOR #AEBDBE

HEX: #AEBDBE RGB: (174,189,190)

Color info

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

RGB color model

#AEBDBE color RGB value is (174,189,190).

RGB: (174,189,190) (68%, 74%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 190 of 255 = 75%

174
189
190

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

Portions of RGB colors in percentages

R + G + B = 174 + 189 + 190 = 553 (100%)
R 174 of 553 ~ 31.46%
G 189 of 553 ~ 34.18%
B 190 of 553 ~ 34.36'%

%31.46
%34.18
%34.36

CMYK color model

#AEBDBE color CMYK value is (8,1,0,25).

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

CMYK: (8,1,0,25)
C8M1Y0K25 (8%, 1%, 0%, 25%)
(0.08 / 0.01 / 0.00 / 0.25)

CMYK percentages

%8.42
%0.53
%0
%25.49

Codes

Color #AEBDBE in popluar color models

AE BD BE
RGB 174 189 190
HSL 184° 10.96% 71.37%
HSB/HSV 184° 8.42% 74.51%
CMYK 8.42% 0.53% 0.00%
25.49%

Color #AEBDBE in popluar number systems.

HEX AE BD BE
Decimal 174 189 190
Binary 10101110 10111101 10111110
Octal 256 275 276

Shades and tints

Shades of #AEBDBE

#AEBDBE
(174,189,190)
#9FACAD
(159,172,173)
#909B9C
(144,155,156)
#818A8B
(129,138,139)
#72797A
(114,121,122)
#636869
(99,104,105)
#545758
(84,87,88)
#454647
(69,70,71)
#363536
(54,53,54)
#272425
(39,36,37)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #AEBDBE

#AEBDBE
(174,189,190)
#B5C3C3
(181,195,195)
#BCC9C8
(188,201,200)
#C3CFCD
(195,207,205)
#CAD5D2
(202,213,210)
#D1DBD7
(209,219,215)
#D8E1DC
(216,225,220)
#DFE7E1
(223,231,225)
#E6EDE6
(230,237,230)
#EDF3EB
(237,243,235)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDBE; }

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

This text font color is #AEBDBE.

Background Color

.myBgColor { background-color: #AEBDBE; }

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

This div background color is #AEBDBE.

Border color

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

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

This div border color is #AEBDBE.

Opacity

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

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

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

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

This text has shadow with #AEBDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBDBE.

Preview

Color preview on black background

This text has color #AEBDBE on black background.


Color preview on white background

This text has color #AEBDBE on white background.


Black color preview on #AEBDBE background

This text has black color on #AEBDBE background.


White color preview on #AEBDBE background

This text has white color on #AEBDBE background.


Related colors

Complementary color

Complementary color for #hex is #514241.


I love getcolorcode.com

Triadic colors

1 #BEAEBD and #BDBEAE with #AEBDBE are triadic colors.

2 #BEBDAE and #BDAEBE with #AEBDBE are triadic colors.