COLOR #AEBDA3

HEX: #AEBDA3
RGB: (174,189,163)

Color info

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

RGB color model

#AEBDA3 color RGB value is (174,189,163).

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

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 163 of 255 = 64%

174
189
163

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

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 163 = 526 (100%)
R 174 of 526 ~ 33.08%
G 189 of 526 ~ 35.93%
B 163 of 526 ~ 30.99%

%33.08
%35.93
%30.99

CMYK color model

#AEBDA3 color CMYK value is (8,0,14,26).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 13.76%
  • key color value is 25.88%
CMYK:
(8,0,14,26)
C8M0Y14K26 
(8%,0%,14%,26%)
(0.08/0.00/0.14/0.26)	

CMYK percentages

%7.94
%0
%13.76
%25.88

Codes

Color #AEBDA3 in popluar color models

AEBDA3
RGB174189163
HSL95°16.46%69.02%
HSB/HSV95°13.76%74.12%
CMYK7.94%0.00%13.76%
25.88%

Color #AEBDA3 in popluar number systems.

HEXAEBDA3
Decimal174189163
Binary101011101011110110100011
Octal256275243

Shades and tints

Shades of #AEBDA3

#AEBDA3
(174,189,163)
#9FAC95
(159,172,149)
#909B87
(144,155,135)
#818A79
(129,138,121)
#72796B
(114,121,107)
#63685D
(99,104,93)
#54574F
(84,87,79)
#454641
(69,70,65)
#363533
(54,53,51)
#272425
(39,36,37)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #AEBDA3

#AEBDA3
(174,189,163)
#B5C3AB
(181,195,171)
#BCC9B3
(188,201,179)
#C3CFBB
(195,207,187)
#CAD5C3
(202,213,195)
#D1DBCB
(209,219,203)
#D8E1D3
(216,225,211)
#DFE7DB
(223,231,219)
#E6EDE3
(230,237,227)
#EDF3EB
(237,243,235)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDA3; }

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

This text font color is #AEBDA3.


Background Color

.myBgColor { background-color: #AEBDA3; }

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

This div background color is #AEBDA3.


Border color

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

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

This div border color is #AEBDA3.


Opacity

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

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

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

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

This text has shadow with #AEBDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDA3 on black background.


Color preview on white background

This text has color #AEBDA3 on white background.



Black color preview on #AEBDA3 background

This text has black color on #AEBDA3 background.


White color preview on #AEBDA3 background

This text has white color on #AEBDA3 background.