COLOR #AEBDB1

HEX: #AEBDB1
RGB: (174,189,177)

Color info

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

RGB color model

#AEBDB1 color RGB value is (174,189,177).

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

RGB channels and saturation

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

174
189
177

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

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 177 = 540 (100%)
R 174 of 540 ~ 32.22%
G 189 of 540 ~ 35%
B 177 of 540 ~ 32.78%

%32.22
%35
%32.78

CMYK color model

#AEBDB1 color CMYK value is (8,0,6,26).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(8,0,6,26)
C8M0Y6K26 
(8%,0%,6%,26%)
(0.08/0.00/0.06/0.26)	

CMYK percentages

%7.94
%0
%6.35
%25.88

Codes

Color #AEBDB1 in popluar color models

AEBDB1
RGB174189177
HSL132°10.20%71.18%
HSB/HSV132°7.94%74.12%
CMYK7.94%0.00%6.35%
25.88%

Color #AEBDB1 in popluar number systems.

HEXAEBDB1
Decimal174189177
Binary101011101011110110110001
Octal256275261

Shades and tints

Shades of #AEBDB1

#AEBDB1
(174,189,177)
#9FACA1
(159,172,161)
#909B91
(144,155,145)
#818A81
(129,138,129)
#727971
(114,121,113)
#636861
(99,104,97)
#545751
(84,87,81)
#454641
(69,70,65)
#363531
(54,53,49)
#272421
(39,36,33)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #AEBDB1

#AEBDB1
(174,189,177)
#B5C3B8
(181,195,184)
#BCC9BF
(188,201,191)
#C3CFC6
(195,207,198)
#CAD5CD
(202,213,205)
#D1DBD4
(209,219,212)
#D8E1DB
(216,225,219)
#DFE7E2
(223,231,226)
#E6EDE9
(230,237,233)
#EDF3F0
(237,243,240)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDB1; }

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

This text font color is #AEBDB1.


Background Color

.myBgColor { background-color: #AEBDB1; }

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

This div background color is #AEBDB1.


Border color

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

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

This div border color is #AEBDB1.


Opacity

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

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

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

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

This text has shadow with #AEBDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDB1 on black background.


Color preview on white background

This text has color #AEBDB1 on white background.



Black color preview on #AEBDB1 background

This text has black color on #AEBDB1 background.


White color preview on #AEBDB1 background

This text has white color on #AEBDB1 background.