COLOR #AEBA98

HEX: #AEBA98
RGB: (174,186,152)

Color info

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

RGB color model

#AEBA98 color RGB value is (174,186,152).

  • red value is 174;
  • green value is 186;
  • blue value is 152.
RGB:
(174,186,152)
(68%,73%,60%)

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 152 of 255 = 60%

174
186
152

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

Portions of RGB colors in percentages

R + G + B =
174 + 186 + 152 = 512 (100%)
R 174 of 512 ~ 33.98%
G 186 of 512 ~ 36.33%
B 152 of 512 ~ 29.69%

%33.98
%36.33
%29.69

CMYK color model

#AEBA98 color CMYK value is (6,0,18,27).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 18.28%
  • key color value is 27.06%
CMYK:
(6,0,18,27)
C6M0Y18K27 
(6%,0%,18%,27%)
(0.06/0.00/0.18/0.27)	

CMYK percentages

%6.45
%0
%18.28
%27.06

Codes

Color #AEBA98 in popluar color models

AEBA98
RGB174186152
HSL81°19.77%66.27%
HSB/HSV81°18.28%72.94%
CMYK6.45%0.00%18.28%
27.06%

Color #AEBA98 in popluar number systems.

HEXAEBA98
Decimal174186152
Binary101011101011101010011000
Octal256272230

Shades and tints

Shades of #AEBA98

#AEBA98
(174,186,152)
#9FAA8B
(159,170,139)
#909A7E
(144,154,126)
#818A71
(129,138,113)
#727A64
(114,122,100)
#636A57
(99,106,87)
#545A4A
(84,90,74)
#454A3D
(69,74,61)
#363A30
(54,58,48)
#272A23
(39,42,35)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #AEBA98

#AEBA98
(174,186,152)
#B5C0A1
(181,192,161)
#BCC6AA
(188,198,170)
#C3CCB3
(195,204,179)
#CAD2BC
(202,210,188)
#D1D8C5
(209,216,197)
#D8DECE
(216,222,206)
#DFE4D7
(223,228,215)
#E6EAE0
(230,234,224)
#EDF0E9
(237,240,233)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBA98 color. Also use rgb(174,186,152) instead hex code.

Text Font Color

.myTextColor { color: #AEBA98; }

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

This text font color is #AEBA98.


Background Color

.myBgColor { background-color: #AEBA98; }

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

This div background color is #AEBA98.


Border color

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

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

This div border color is #AEBA98.


Opacity

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

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

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

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

This text has shadow with #AEBA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBA98 on black background.


Color preview on white background

This text has color #AEBA98 on white background.



Black color preview on #AEBA98 background

This text has black color on #AEBA98 background.


White color preview on #AEBA98 background

This text has white color on #AEBA98 background.