COLOR #AEBEA2

HEX: #AEBEA2
RGB: (174,190,162)

Color info

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

RGB color model

#AEBEA2 color RGB value is (174,190,162).

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

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 162 of 255 = 64%

174
190
162

R + G + B ~ 69%. #AEBEA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 190 + 162 = 526 (100%)
R 174 of 526 ~ 33.08%
G 190 of 526 ~ 36.12%
B 162 of 526 ~ 30.8%

%33.08
%36.12
%30.8

CMYK color model

#AEBEA2 color CMYK value is (8,0,15,25).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 25.49%
CMYK:
(8,0,15,25)
C8M0Y15K25 
(8%,0%,15%,25%)
(0.08/0.00/0.15/0.25)	

CMYK percentages

%8.42
%0
%14.74
%25.49

Codes

Color #AEBEA2 in popluar color models

AEBEA2
RGB174190162
HSL94°17.72%69.02%
HSB/HSV94°14.74%74.51%
CMYK8.42%0.00%14.74%
25.49%

Color #AEBEA2 in popluar number systems.

HEXAEBEA2
Decimal174190162
Binary101011101011111010100010
Octal256276242

Shades and tints

Shades of #AEBEA2

#AEBEA2
(174,190,162)
#9FAD94
(159,173,148)
#909C86
(144,156,134)
#818B78
(129,139,120)
#727A6A
(114,122,106)
#63695C
(99,105,92)
#54584E
(84,88,78)
#454740
(69,71,64)
#363632
(54,54,50)
#272524
(39,37,36)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AEBEA2

#AEBEA2
(174,190,162)
#B5C3AA
(181,195,170)
#BCC8B2
(188,200,178)
#C3CDBA
(195,205,186)
#CAD2C2
(202,210,194)
#D1D7CA
(209,215,202)
#D8DCD2
(216,220,210)
#DFE1DA
(223,225,218)
#E6E6E2
(230,230,226)
#EDEBEA
(237,235,234)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBEA2; }

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

This text font color is #AEBEA2.


Background Color

.myBgColor { background-color: #AEBEA2; }

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

This div background color is #AEBEA2.


Border color

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

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

This div border color is #AEBEA2.


Opacity

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

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

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

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

This text has shadow with #AEBEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBEA2 on black background.


Color preview on white background

This text has color #AEBEA2 on white background.



Black color preview on #AEBEA2 background

This text has black color on #AEBEA2 background.


White color preview on #AEBEA2 background

This text has white color on #AEBEA2 background.