COLOR #AEBD83

HEX: #AEBD83
RGB: (174,189,131)

Color info

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

RGB color model

#AEBD83 color RGB value is (174,189,131).

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

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 131 of 255 = 51%

174
189
131

R + G + B ~ 64%. #AEBD83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 131 = 494 (100%)
R 174 of 494 ~ 35.22%
G 189 of 494 ~ 38.26%
B 131 of 494 ~ 26.52%

%35.22
%38.26
%26.52

CMYK color model

#AEBD83 color CMYK value is (8,0,31,26).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 30.69%
  • key color value is 25.88%
CMYK:
(8,0,31,26)
C8M0Y31K26 
(8%,0%,31%,26%)
(0.08/0.00/0.31/0.26)	

CMYK percentages

%7.94
%0
%30.69
%25.88

Codes

Color #AEBD83 in popluar color models

AEBD83
RGB174189131
HSL76°30.53%62.75%
HSB/HSV76°30.69%74.12%
CMYK7.94%0.00%30.69%
25.88%

Color #AEBD83 in popluar number systems.

HEXAEBD83
Decimal174189131
Binary101011101011110110000011
Octal256275203

Shades and tints

Shades of #AEBD83

#AEBD83
(174,189,131)
#9FAC78
(159,172,120)
#909B6D
(144,155,109)
#818A62
(129,138,98)
#727957
(114,121,87)
#63684C
(99,104,76)
#545741
(84,87,65)
#454636
(69,70,54)
#36352B
(54,53,43)
#272420
(39,36,32)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AEBD83

#AEBD83
(174,189,131)
#B5C38E
(181,195,142)
#BCC999
(188,201,153)
#C3CFA4
(195,207,164)
#CAD5AF
(202,213,175)
#D1DBBA
(209,219,186)
#D8E1C5
(216,225,197)
#DFE7D0
(223,231,208)
#E6EDDB
(230,237,219)
#EDF3E6
(237,243,230)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBD83; }

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

This text font color is #AEBD83.


Background Color

.myBgColor { background-color: #AEBD83; }

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

This div background color is #AEBD83.


Border color

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

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

This div border color is #AEBD83.


Opacity

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

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

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

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

This text has shadow with #AEBD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBD83 on black background.


Color preview on white background

This text has color #AEBD83 on white background.



Black color preview on #AEBD83 background

This text has black color on #AEBD83 background.


White color preview on #AEBD83 background

This text has white color on #AEBD83 background.