COLOR #AEBE98

HEX: #AEBE98
RGB: (174,190,152)

Color info

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

RGB color model

#AEBE98 color RGB value is (174,190,152).

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

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 152 of 255 = 60%

174
190
152

R + G + B ~ 68%. #AEBE98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 190 + 152 = 516 (100%)
R 174 of 516 ~ 33.72%
G 190 of 516 ~ 36.82%
B 152 of 516 ~ 29.46%

%33.72
%36.82
%29.46

CMYK color model

#AEBE98 color CMYK value is (8,0,20,25).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 25.49%
CMYK:
(8,0,20,25)
C8M0Y20K25 
(8%,0%,20%,25%)
(0.08/0.00/0.20/0.25)	

CMYK percentages

%8.42
%0
%20
%25.49

Codes

Color #AEBE98 in popluar color models

AEBE98
RGB174190152
HSL85°22.62%67.06%
HSB/HSV85°20.00%74.51%
CMYK8.42%0.00%20.00%
25.49%

Color #AEBE98 in popluar number systems.

HEXAEBE98
Decimal174190152
Binary101011101011111010011000
Octal256276230

Shades and tints

Shades of #AEBE98

#AEBE98
(174,190,152)
#9FAD8B
(159,173,139)
#909C7E
(144,156,126)
#818B71
(129,139,113)
#727A64
(114,122,100)
#636957
(99,105,87)
#54584A
(84,88,74)
#45473D
(69,71,61)
#363630
(54,54,48)
#272523
(39,37,35)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AEBE98

#AEBE98
(174,190,152)
#B5C3A1
(181,195,161)
#BCC8AA
(188,200,170)
#C3CDB3
(195,205,179)
#CAD2BC
(202,210,188)
#D1D7C5
(209,215,197)
#D8DCCE
(216,220,206)
#DFE1D7
(223,225,215)
#E6E6E0
(230,230,224)
#EDEBE9
(237,235,233)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBE98; }

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

This text font color is #AEBE98.


Background Color

.myBgColor { background-color: #AEBE98; }

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

This div background color is #AEBE98.


Border color

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

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

This div border color is #AEBE98.


Opacity

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

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

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

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

This text has shadow with #AEBE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBE98 on black background.


Color preview on white background

This text has color #AEBE98 on white background.



Black color preview on #AEBE98 background

This text has black color on #AEBE98 background.


White color preview on #AEBE98 background

This text has white color on #AEBE98 background.