COLOR #AEBEB2

HEX: #AEBEB2
RGB: (174,190,178)

Color info

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

RGB color model

#AEBEB2 color RGB value is (174,190,178).

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

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 178 of 255 = 70%

174
190
178

R + G + B ~ 71%. #AEBEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 190 + 178 = 542 (100%)
R 174 of 542 ~ 32.1%
G 190 of 542 ~ 35.06%
B 178 of 542 ~ 32.84%

%32.1
%35.06
%32.84

CMYK color model

#AEBEB2 color CMYK value is (8,0,6,25).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(8,0,6,25)
C8M0Y6K25 
(8%,0%,6%,25%)
(0.08/0.00/0.06/0.25)	

CMYK percentages

%8.42
%0
%6.32
%25.49

Codes

Color #AEBEB2 in popluar color models

AEBEB2
RGB174190178
HSL135°10.96%71.37%
HSB/HSV135°8.42%74.51%
CMYK8.42%0.00%6.32%
25.49%

Color #AEBEB2 in popluar number systems.

HEXAEBEB2
Decimal174190178
Binary101011101011111010110010
Octal256276262

Shades and tints

Shades of #AEBEB2

#AEBEB2
(174,190,178)
#9FADA2
(159,173,162)
#909C92
(144,156,146)
#818B82
(129,139,130)
#727A72
(114,122,114)
#636962
(99,105,98)
#545852
(84,88,82)
#454742
(69,71,66)
#363632
(54,54,50)
#272522
(39,37,34)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #AEBEB2

#AEBEB2
(174,190,178)
#B5C3B9
(181,195,185)
#BCC8C0
(188,200,192)
#C3CDC7
(195,205,199)
#CAD2CE
(202,210,206)
#D1D7D5
(209,215,213)
#D8DCDC
(216,220,220)
#DFE1E3
(223,225,227)
#E6E6EA
(230,230,234)
#EDEBF1
(237,235,241)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBEB2; }

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

This text font color is #AEBEB2.


Background Color

.myBgColor { background-color: #AEBEB2; }

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

This div background color is #AEBEB2.


Border color

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

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

This div border color is #AEBEB2.


Opacity

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

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

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

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

This text has shadow with #AEBEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBEB2 on black background.


Color preview on white background

This text has color #AEBEB2 on white background.



Black color preview on #AEBEB2 background

This text has black color on #AEBEB2 background.


White color preview on #AEBEB2 background

This text has white color on #AEBEB2 background.