COLOR #AEBDB0

HEX: #AEBDB0
RGB: (174,189,176)

Color info

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

RGB color model

#AEBDB0 color RGB value is (174,189,176).

  • red value is 174;
  • green value is 189;
  • blue value is 176.
RGB:
(174,189,176)
(68%,74%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 176 of 255 = 69%

174
189
176

R + G + B ~ 70%. #AEBDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 176 = 539 (100%)
R 174 of 539 ~ 32.28%
G 189 of 539 ~ 35.06%
B 176 of 539 ~ 32.65%

%32.28
%35.06
%32.65

CMYK color model

#AEBDB0 color CMYK value is (8,0,7,26).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 25.88%
CMYK:
(8,0,7,26)
C8M0Y7K26 
(8%,0%,7%,26%)
(0.08/0.00/0.07/0.26)	

CMYK percentages

%7.94
%0
%6.88
%25.88

Codes

Color #AEBDB0 in popluar color models

AEBDB0
RGB174189176
HSL128°10.20%71.18%
HSB/HSV128°7.94%74.12%
CMYK7.94%0.00%6.88%
25.88%

Color #AEBDB0 in popluar number systems.

HEXAEBDB0
Decimal174189176
Binary101011101011110110110000
Octal256275260

Shades and tints

Shades of #AEBDB0

#AEBDB0
(174,189,176)
#9FACA0
(159,172,160)
#909B90
(144,155,144)
#818A80
(129,138,128)
#727970
(114,121,112)
#636860
(99,104,96)
#545750
(84,87,80)
#454640
(69,70,64)
#363530
(54,53,48)
#272420
(39,36,32)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #AEBDB0

#AEBDB0
(174,189,176)
#B5C3B7
(181,195,183)
#BCC9BE
(188,201,190)
#C3CFC5
(195,207,197)
#CAD5CC
(202,213,204)
#D1DBD3
(209,219,211)
#D8E1DA
(216,225,218)
#DFE7E1
(223,231,225)
#E6EDE8
(230,237,232)
#EDF3EF
(237,243,239)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDB0; }

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

This text font color is #AEBDB0.


Background Color

.myBgColor { background-color: #AEBDB0; }

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

This div background color is #AEBDB0.


Border color

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

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

This div border color is #AEBDB0.


Opacity

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

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

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

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

This text has shadow with #AEBDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDB0 on black background.


Color preview on white background

This text has color #AEBDB0 on white background.



Black color preview on #AEBDB0 background

This text has black color on #AEBDB0 background.


White color preview on #AEBDB0 background

This text has white color on #AEBDB0 background.