COLOR #AEBB98

HEX: #AEBB98 RGB: (174,187,152)

Color info

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

RGB color model

#AEBB98 color RGB value is (174,187,152).

RGB: (174,187,152) (68%, 73%, 60%)

RGB channels and saturation

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

174
187
152

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

Portions of RGB colors in percentages

R + G + B = 174 + 187 + 152 = 513 (100%)
R 174 of 513 ~ 33.92%
G 187 of 513 ~ 36.45%
B 152 of 513 ~ 29.63'%

%33.92
%36.45
%29.63

CMYK color model

#AEBB98 color CMYK value is (7,0,19,27).

  • cyan value is 6.95%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 26.67%

CMYK: (7,0,19,27)
C7M0Y19K27 (7%, 0%, 19%, 27%)
(0.07 / 0.00 / 0.19 / 0.27)

CMYK percentages

%6.95
%0
%18.72
%26.67

Codes

Color #AEBB98 in popluar color models

AE BB 98
RGB 174 187 152
HSL 82° 20.47% 66.47%
HSB/HSV 82° 18.72% 73.33%
CMYK 6.95% 0.00% 18.72%
26.67%

Color #AEBB98 in popluar number systems.

HEX AE BB 98
Decimal 174 187 152
Binary 10101110 10111011 10011000
Octal 256 273 230

Shades and tints

Shades of #AEBB98

#AEBB98
(174,187,152)
#9FAA8B
(159,170,139)
#90997E
(144,153,126)
#818871
(129,136,113)
#727764
(114,119,100)
#636657
(99,102,87)
#54554A
(84,85,74)
#45443D
(69,68,61)
#363330
(54,51,48)
#272223
(39,34,35)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #AEBB98

#AEBB98
(174,187,152)
#B5C1A1
(181,193,161)
#BCC7AA
(188,199,170)
#C3CDB3
(195,205,179)
#CAD3BC
(202,211,188)
#D1D9C5
(209,217,197)
#D8DFCE
(216,223,206)
#DFE5D7
(223,229,215)
#E6EBE0
(230,235,224)
#EDF1E9
(237,241,233)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBB98; }

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

This text font color is #AEBB98.

Background Color

.myBgColor { background-color: #AEBB98; }

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

This div background color is #AEBB98.

Border color

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

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

This div border color is #AEBB98.

Opacity

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

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

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

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

This text has shadow with #AEBB98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBB98.

Preview

Color preview on black background

This text has color #AEBB98 on black background.


Color preview on white background

This text has color #AEBB98 on white background.


Black color preview on #AEBB98 background

This text has black color on #AEBB98 background.


White color preview on #AEBB98 background

This text has white color on #AEBB98 background.


Related colors

Complementary color

Complementary color for #hex is #514467.


I love getcolorcode.com

Triadic colors

1 #98AEBB and #BB98AE with #AEBB98 are triadic colors.

2 #98BBAE and #BBAE98 with #AEBB98 are triadic colors.