COLOR #AEB69C

HEX: #AEB69C
RGB: (174,182,156)

Color info

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

RGB color model

#AEB69C color RGB value is (174,182,156).

  • red value is 174;
  • green value is 182;
  • blue value is 156.
RGB:
(174,182,156)
(68%,71%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 156 of 255 = 61%

174
182
156

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

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 156 = 512 (100%)
R 174 of 512 ~ 33.98%
G 182 of 512 ~ 35.55%
B 156 of 512 ~ 30.47%

%33.98
%35.55
%30.47

CMYK color model

#AEB69C color CMYK value is (4,0,14,29).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 28.63%
CMYK:
(4,0,14,29)
C4M0Y14K29 
(4%,0%,14%,29%)
(0.04/0.00/0.14/0.29)	

CMYK percentages

%4.4
%0
%14.29
%28.63

Codes

Color #AEB69C in popluar color models

AEB69C
RGB174182156
HSL78°15.12%66.27%
HSB/HSV78°14.29%71.37%
CMYK4.40%0.00%14.29%
28.63%

Color #AEB69C in popluar number systems.

HEXAEB69C
Decimal174182156
Binary101011101011011010011100
Octal256266234

Shades and tints

Shades of #AEB69C

#AEB69C
(174,182,156)
#9FA68E
(159,166,142)
#909680
(144,150,128)
#818672
(129,134,114)
#727664
(114,118,100)
#636656
(99,102,86)
#545648
(84,86,72)
#45463A
(69,70,58)
#36362C
(54,54,44)
#27261E
(39,38,30)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #AEB69C

#AEB69C
(174,182,156)
#B5BCA5
(181,188,165)
#BCC2AE
(188,194,174)
#C3C8B7
(195,200,183)
#CACEC0
(202,206,192)
#D1D4C9
(209,212,201)
#D8DAD2
(216,218,210)
#DFE0DB
(223,224,219)
#E6E6E4
(230,230,228)
#EDECED
(237,236,237)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB69C color. Also use rgb(174,182,156) instead hex code.

Text Font Color

.myTextColor { color: #AEB69C; }

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

This text font color is #AEB69C.


Background Color

.myBgColor { background-color: #AEB69C; }

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

This div background color is #AEB69C.


Border color

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

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

This div border color is #AEB69C.


Opacity

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

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

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

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

This text has shadow with #AEB69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB69C on black background.


Color preview on white background

This text has color #AEB69C on white background.



Black color preview on #AEB69C background

This text has black color on #AEB69C background.


White color preview on #AEB69C background

This text has white color on #AEB69C background.