COLOR #AEBD99

HEX: #AEBD99
RGB: (174,189,153)

Color info

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

RGB color model

#AEBD99 color RGB value is (174,189,153).

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

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 153 of 255 = 60%

174
189
153

R + G + B ~ 67%. #AEBD99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 153 = 516 (100%)
R 174 of 516 ~ 33.72%
G 189 of 516 ~ 36.63%
B 153 of 516 ~ 29.65%

%33.72
%36.63
%29.65

CMYK color model

#AEBD99 color CMYK value is (8,0,19,26).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 25.88%
CMYK:
(8,0,19,26)
C8M0Y19K26 
(8%,0%,19%,26%)
(0.08/0.00/0.19/0.26)	

CMYK percentages

%7.94
%0
%19.05
%25.88

Codes

Color #AEBD99 in popluar color models

AEBD99
RGB174189153
HSL85°21.43%67.06%
HSB/HSV85°19.05%74.12%
CMYK7.94%0.00%19.05%
25.88%

Color #AEBD99 in popluar number systems.

HEXAEBD99
Decimal174189153
Binary101011101011110110011001
Octal256275231

Shades and tints

Shades of #AEBD99

#AEBD99
(174,189,153)
#9FAC8C
(159,172,140)
#909B7F
(144,155,127)
#818A72
(129,138,114)
#727965
(114,121,101)
#636858
(99,104,88)
#54574B
(84,87,75)
#45463E
(69,70,62)
#363531
(54,53,49)
#272424
(39,36,36)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #AEBD99

#AEBD99
(174,189,153)
#B5C3A2
(181,195,162)
#BCC9AB
(188,201,171)
#C3CFB4
(195,207,180)
#CAD5BD
(202,213,189)
#D1DBC6
(209,219,198)
#D8E1CF
(216,225,207)
#DFE7D8
(223,231,216)
#E6EDE1
(230,237,225)
#EDF3EA
(237,243,234)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBD99; }

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

This text font color is #AEBD99.


Background Color

.myBgColor { background-color: #AEBD99; }

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

This div background color is #AEBD99.


Border color

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

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

This div border color is #AEBD99.


Opacity

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

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

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

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

This text has shadow with #AEBD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBD99 on black background.


Color preview on white background

This text has color #AEBD99 on white background.



Black color preview on #AEBD99 background

This text has black color on #AEBD99 background.


White color preview on #AEBD99 background

This text has white color on #AEBD99 background.