COLOR #AEAFBA

HEX: #AEAFBA
RGB: (174,175,186)

Color info

#AEAFBA contains red, green and blue colors in about the same proportion. Web safe color of #AEAFBA is #9999CC (or #99C).

RGB color model

#AEAFBA color RGB value is (174,175,186).

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

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 186 of 255 = 73%

174
175
186

R + G + B ~ 70%. #AEAFBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 175 + 186 = 535 (100%)
R 174 of 535 ~ 32.52%
G 175 of 535 ~ 32.71%
B 186 of 535 ~ 34.77%

%32.52
%32.71
%34.77

CMYK color model

#AEAFBA color CMYK value is (6,6,0,27).

  • cyan value is 6.45%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,6,0,27)
C6M6Y0K27 
(6%,6%,0%,27%)
(0.06/0.06/0.00/0.27)	

CMYK percentages

%6.45
%5.91
%0
%27.06

Codes

Color #AEAFBA in popluar color models

AEAFBA
RGB174175186
HSL235°8.00%70.59%
HSB/HSV235°6.45%72.94%
CMYK6.45%5.91%0.00%
27.06%

Color #AEAFBA in popluar number systems.

HEXAEAFBA
Decimal174175186
Binary101011101010111110111010
Octal256257272

Shades and tints

Shades of #AEAFBA

#AEAFBA
(174,175,186)
#9FA0AA
(159,160,170)
#90919A
(144,145,154)
#81828A
(129,130,138)
#72737A
(114,115,122)
#63646A
(99,100,106)
#54555A
(84,85,90)
#45464A
(69,70,74)
#36373A
(54,55,58)
#27282A
(39,40,42)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #AEAFBA

#AEAFBA
(174,175,186)
#B5B6C0
(181,182,192)
#BCBDC6
(188,189,198)
#C3C4CC
(195,196,204)
#CACBD2
(202,203,210)
#D1D2D8
(209,210,216)
#D8D9DE
(216,217,222)
#DFE0E4
(223,224,228)
#E6E7EA
(230,231,234)
#EDEEF0
(237,238,240)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAFBA; }

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

This text font color is #AEAFBA.


Background Color

.myBgColor { background-color: #AEAFBA; }

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

This div background color is #AEAFBA.


Border color

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

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

This div border color is #AEAFBA.


Opacity

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

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

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

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

This text has shadow with #AEAFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAFBA on black background.


Color preview on white background

This text has color #AEAFBA on white background.



Black color preview on #AEAFBA background

This text has black color on #AEAFBA background.


White color preview on #AEAFBA background

This text has white color on #AEAFBA background.