COLOR #AEBC98

HEX: #AEBC98 RGB: (174,188,152)

Color info

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

RGB color model

#AEBC98 color RGB value is (174,188,152).

RGB: (174,188,152) (68%, 74%, 60%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 152 of 255 = 60%

174
188
152

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

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 152 = 514 (100%)
R 174 of 514 ~ 33.85%
G 188 of 514 ~ 36.58%
B 152 of 514 ~ 29.57'%

%33.85
%36.58
%29.57

CMYK color model

#AEBC98 color CMYK value is (7,0,19,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 26.27%

CMYK: (7,0,19,26)
C7M0Y19K26 (7%, 0%, 19%, 26%)
(0.07 / 0.00 / 0.19 / 0.26)

CMYK percentages

%7.45
%0
%19.15
%26.27

Codes

Color #AEBC98 in popluar color models

AE BC 98
RGB 174 188 152
HSL 83° 21.18% 66.67%
HSB/HSV 83° 19.15% 73.73%
CMYK 7.45% 0.00% 19.15%
26.27%

Color #AEBC98 in popluar number systems.

HEX AE BC 98
Decimal 174 188 152
Binary 10101110 10111100 10011000
Octal 256 274 230

Shades and tints

Shades of #AEBC98

#AEBC98
(174,188,152)
#9FAB8B
(159,171,139)
#909A7E
(144,154,126)
#818971
(129,137,113)
#727864
(114,120,100)
#636757
(99,103,87)
#54564A
(84,86,74)
#45453D
(69,69,61)
#363430
(54,52,48)
#272323
(39,35,35)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #AEBC98

#AEBC98
(174,188,152)
#B5C2A1
(181,194,161)
#BCC8AA
(188,200,170)
#C3CEB3
(195,206,179)
#CAD4BC
(202,212,188)
#D1DAC5
(209,218,197)
#D8E0CE
(216,224,206)
#DFE6D7
(223,230,215)
#E6ECE0
(230,236,224)
#EDF2E9
(237,242,233)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBC98; }

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

This text font color is #AEBC98.

Background Color

.myBgColor { background-color: #AEBC98; }

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

This div background color is #AEBC98.

Border color

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

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

This div border color is #AEBC98.

Opacity

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

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

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

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

This text has shadow with #AEBC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBC98.

Preview

Color preview on black background

This text has color #AEBC98 on black background.


Color preview on white background

This text has color #AEBC98 on white background.


Black color preview on #AEBC98 background

This text has black color on #AEBC98 background.


White color preview on #AEBC98 background

This text has white color on #AEBC98 background.


Related colors

Complementary color

Complementary color for #hex is #514367.


I love getcolorcode.com

Triadic colors

1 #98AEBC and #BC98AE with #AEBC98 are triadic colors.

2 #98BCAE and #BCAE98 with #AEBC98 are triadic colors.