COLOR #AEBDA8

HEX: #AEBDA8
RGB: (174,189,168)

Color info

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

RGB color model

#AEBDA8 color RGB value is (174,189,168).

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

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 168 of 255 = 66%

174
189
168

R + G + B ~ 69%. #AEBDA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 168 = 531 (100%)
R 174 of 531 ~ 32.77%
G 189 of 531 ~ 35.59%
B 168 of 531 ~ 31.64%

%32.77
%35.59
%31.64

CMYK color model

#AEBDA8 color CMYK value is (8,0,11,26).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 25.88%
CMYK:
(8,0,11,26)
C8M0Y11K26 
(8%,0%,11%,26%)
(0.08/0.00/0.11/0.26)	

CMYK percentages

%7.94
%0
%11.11
%25.88

Codes

Color #AEBDA8 in popluar color models

AEBDA8
RGB174189168
HSL103°13.73%70.00%
HSB/HSV103°11.11%74.12%
CMYK7.94%0.00%11.11%
25.88%

Color #AEBDA8 in popluar number systems.

HEXAEBDA8
Decimal174189168
Binary101011101011110110101000
Octal256275250

Shades and tints

Shades of #AEBDA8

#AEBDA8
(174,189,168)
#9FAC99
(159,172,153)
#909B8A
(144,155,138)
#818A7B
(129,138,123)
#72796C
(114,121,108)
#63685D
(99,104,93)
#54574E
(84,87,78)
#45463F
(69,70,63)
#363530
(54,53,48)
#272421
(39,36,33)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #AEBDA8

#AEBDA8
(174,189,168)
#B5C3AF
(181,195,175)
#BCC9B6
(188,201,182)
#C3CFBD
(195,207,189)
#CAD5C4
(202,213,196)
#D1DBCB
(209,219,203)
#D8E1D2
(216,225,210)
#DFE7D9
(223,231,217)
#E6EDE0
(230,237,224)
#EDF3E7
(237,243,231)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDA8; }

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

This text font color is #AEBDA8.


Background Color

.myBgColor { background-color: #AEBDA8; }

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

This div background color is #AEBDA8.


Border color

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

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

This div border color is #AEBDA8.


Opacity

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

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

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

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

This text has shadow with #AEBDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDA8 on black background.


Color preview on white background

This text has color #AEBDA8 on white background.



Black color preview on #AEBDA8 background

This text has black color on #AEBDA8 background.


White color preview on #AEBDA8 background

This text has white color on #AEBDA8 background.