COLOR #AEB68C

HEX: #AEB68C
RGB: (174,182,140)

Color info

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

RGB color model

#AEB68C color RGB value is (174,182,140).

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

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 140 of 255 = 55%

174
182
140

R + G + B ~ 65%. #AEB68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 140 = 496 (100%)
R 174 of 496 ~ 35.08%
G 182 of 496 ~ 36.69%
B 140 of 496 ~ 28.23%

%35.08
%36.69
%28.23

CMYK color model

#AEB68C color CMYK value is (4,0,23,29).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 28.63%
CMYK:
(4,0,23,29)
C4M0Y23K29 
(4%,0%,23%,29%)
(0.04/0.00/0.23/0.29)	

CMYK percentages

%4.4
%0
%23.08
%28.63

Codes

Color #AEB68C in popluar color models

AEB68C
RGB174182140
HSL71°22.34%63.14%
HSB/HSV71°23.08%71.37%
CMYK4.40%0.00%23.08%
28.63%

Color #AEB68C in popluar number systems.

HEXAEB68C
Decimal174182140
Binary101011101011011010001100
Octal256266214

Shades and tints

Shades of #AEB68C

#AEB68C
(174,182,140)
#9FA680
(159,166,128)
#909674
(144,150,116)
#818668
(129,134,104)
#72765C
(114,118,92)
#636650
(99,102,80)
#545644
(84,86,68)
#454638
(69,70,56)
#36362C
(54,54,44)
#272620
(39,38,32)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEB68C

#AEB68C
(174,182,140)
#B5BC96
(181,188,150)
#BCC2A0
(188,194,160)
#C3C8AA
(195,200,170)
#CACEB4
(202,206,180)
#D1D4BE
(209,212,190)
#D8DAC8
(216,218,200)
#DFE0D2
(223,224,210)
#E6E6DC
(230,230,220)
#EDECE6
(237,236,230)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB68C; }

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

This text font color is #AEB68C.


Background Color

.myBgColor { background-color: #AEB68C; }

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

This div background color is #AEB68C.


Border color

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

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

This div border color is #AEB68C.


Opacity

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

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

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

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

This text has shadow with #AEB68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB68C on black background.


Color preview on white background

This text has color #AEB68C on white background.



Black color preview on #AEB68C background

This text has black color on #AEB68C background.


White color preview on #AEB68C background

This text has white color on #AEB68C background.