COLOR #AEBF98

HEX: #AEBF98
RGB: (174,191,152)

Color info

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

RGB color model

#AEBF98 color RGB value is (174,191,152).

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

RGB channels and saturation

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

174
191
152

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

Portions of RGB colors in percentages

R + G + B =
174 + 191 + 152 = 517 (100%)
R 174 of 517 ~ 33.66%
G 191 of 517 ~ 36.94%
B 152 of 517 ~ 29.4%

%33.66
%36.94
%29.4

CMYK color model

#AEBF98 color CMYK value is (9,0,20,25).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 20.42%
  • key color value is 25.10%
CMYK:
(9,0,20,25)
C9M0Y20K25 
(9%,0%,20%,25%)
(0.09/0.00/0.20/0.25)	

CMYK percentages

%8.9
%0
%20.42
%25.1

Codes

Color #AEBF98 in popluar color models

AEBF98
RGB174191152
HSL86°23.35%67.25%
HSB/HSV86°20.42%74.90%
CMYK8.90%0.00%20.42%
25.10%

Color #AEBF98 in popluar number systems.

HEXAEBF98
Decimal174191152
Binary101011101011111110011000
Octal256277230

Shades and tints

Shades of #AEBF98

#AEBF98
(174,191,152)
#9FAE8B
(159,174,139)
#909D7E
(144,157,126)
#818C71
(129,140,113)
#727B64
(114,123,100)
#636A57
(99,106,87)
#54594A
(84,89,74)
#45483D
(69,72,61)
#363730
(54,55,48)
#272623
(39,38,35)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AEBF98

#AEBF98
(174,191,152)
#B5C4A1
(181,196,161)
#BCC9AA
(188,201,170)
#C3CEB3
(195,206,179)
#CAD3BC
(202,211,188)
#D1D8C5
(209,216,197)
#D8DDCE
(216,221,206)
#DFE2D7
(223,226,215)
#E6E7E0
(230,231,224)
#EDECE9
(237,236,233)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBF98; }

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

This text font color is #AEBF98.


Background Color

.myBgColor { background-color: #AEBF98; }

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

This div background color is #AEBF98.


Border color

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

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

This div border color is #AEBF98.


Opacity

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

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

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

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

This text has shadow with #AEBF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBF98 on black background.


Color preview on white background

This text has color #AEBF98 on white background.



Black color preview on #AEBF98 background

This text has black color on #AEBF98 background.


White color preview on #AEBF98 background

This text has white color on #AEBF98 background.