COLOR #AEBEAF

HEX: #AEBEAF
RGB: (174,190,175)

Color info

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

RGB color model

#AEBEAF color RGB value is (174,190,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 175 of 255 = 69%

174
190
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 190 + 175 = 539 (100%)
R 174 of 539 ~ 32.28%
G 190 of 539 ~ 35.25%
B 175 of 539 ~ 32.47%

%32.28
%35.25
%32.47

CMYK color model

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

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(8,0,8,25)
C8M0Y8K25 
(8%,0%,8%,25%)
(0.08/0.00/0.08/0.25)	

CMYK percentages

%8.42
%0
%7.89
%25.49

Codes

Color #AEBEAF in popluar color models

AEBEAF
RGB174190175
HSL124°10.96%71.37%
HSB/HSV124°8.42%74.51%
CMYK8.42%0.00%7.89%
25.49%

Color #AEBEAF in popluar number systems.

HEXAEBEAF
Decimal174190175
Binary101011101011111010101111
Octal256276257

Shades and tints

Shades of #AEBEAF

#AEBEAF
(174,190,175)
#9FADA0
(159,173,160)
#909C91
(144,156,145)
#818B82
(129,139,130)
#727A73
(114,122,115)
#636964
(99,105,100)
#545855
(84,88,85)
#454746
(69,71,70)
#363637
(54,54,55)
#272528
(39,37,40)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #AEBEAF

#AEBEAF
(174,190,175)
#B5C3B6
(181,195,182)
#BCC8BD
(188,200,189)
#C3CDC4
(195,205,196)
#CAD2CB
(202,210,203)
#D1D7D2
(209,215,210)
#D8DCD9
(216,220,217)
#DFE1E0
(223,225,224)
#E6E6E7
(230,230,231)
#EDEBEE
(237,235,238)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBEAF; }

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

This text font color is #AEBEAF.


Background Color

.myBgColor { background-color: #AEBEAF; }

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

This div background color is #AEBEAF.


Border color

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

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

This div border color is #AEBEAF.


Opacity

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

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

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

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

This text has shadow with #AEBEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBEAF on black background.


Color preview on white background

This text has color #AEBEAF on white background.



Black color preview on #AEBEAF background

This text has black color on #AEBEAF background.


White color preview on #AEBEAF background

This text has white color on #AEBEAF background.