COLOR #AEB688

HEX: #AEB688
RGB: (174,182,136)

Color info

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

RGB color model

#AEB688 color RGB value is (174,182,136).

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

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 136 of 255 = 53%

174
182
136

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

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 136 = 492 (100%)
R 174 of 492 ~ 35.37%
G 182 of 492 ~ 36.99%
B 136 of 492 ~ 27.64%

%35.37
%36.99
%27.64

CMYK color model

#AEB688 color CMYK value is (4,0,25,29).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 25.27%
  • key color value is 28.63%
CMYK:
(4,0,25,29)
C4M0Y25K29 
(4%,0%,25%,29%)
(0.04/0.00/0.25/0.29)	

CMYK percentages

%4.4
%0
%25.27
%28.63

Codes

Color #AEB688 in popluar color models

AEB688
RGB174182136
HSL70°23.96%62.35%
HSB/HSV70°25.27%71.37%
CMYK4.40%0.00%25.27%
28.63%

Color #AEB688 in popluar number systems.

HEXAEB688
Decimal174182136
Binary101011101011011010001000
Octal256266210

Shades and tints

Shades of #AEB688

#AEB688
(174,182,136)
#9FA67C
(159,166,124)
#909670
(144,150,112)
#818664
(129,134,100)
#727658
(114,118,88)
#63664C
(99,102,76)
#545640
(84,86,64)
#454634
(69,70,52)
#363628
(54,54,40)
#27261C
(39,38,28)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #AEB688

#AEB688
(174,182,136)
#B5BC92
(181,188,146)
#BCC29C
(188,194,156)
#C3C8A6
(195,200,166)
#CACEB0
(202,206,176)
#D1D4BA
(209,212,186)
#D8DAC4
(216,218,196)
#DFE0CE
(223,224,206)
#E6E6D8
(230,230,216)
#EDECE2
(237,236,226)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB688; }

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

This text font color is #AEB688.


Background Color

.myBgColor { background-color: #AEB688; }

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

This div background color is #AEB688.


Border color

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

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

This div border color is #AEB688.


Opacity

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

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

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

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

This text has shadow with #AEB688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB688 on black background.


Color preview on white background

This text has color #AEB688 on white background.



Black color preview on #AEB688 background

This text has black color on #AEB688 background.


White color preview on #AEB688 background

This text has white color on #AEB688 background.