COLOR #AEAFBC

HEX: #AEAFBC
RGB: (174,175,188)

Color info

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

RGB color model

#AEAFBC color RGB value is (174,175,188).

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

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 188 of 255 = 74%

174
175
188

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

Portions of RGB colors in percentages

R + G + B =
174 + 175 + 188 = 537 (100%)
R 174 of 537 ~ 32.4%
G 175 of 537 ~ 32.59%
B 188 of 537 ~ 35.01%

%32.4
%32.59
%35.01

CMYK color model

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

  • cyan value is 7.45%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(7,7,0,26)
C7M7Y0K26 
(7%,7%,0%,26%)
(0.07/0.07/0.00/0.26)	

CMYK percentages

%7.45
%6.91
%0
%26.27

Codes

Color #AEAFBC in popluar color models

AEAFBC
RGB174175188
HSL236°9.46%70.98%
HSB/HSV236°7.45%73.73%
CMYK7.45%6.91%0.00%
26.27%

Color #AEAFBC in popluar number systems.

HEXAEAFBC
Decimal174175188
Binary101011101010111110111100
Octal256257274

Shades and tints

Shades of #AEAFBC

#AEAFBC
(174,175,188)
#9FA0AB
(159,160,171)
#90919A
(144,145,154)
#818289
(129,130,137)
#727378
(114,115,120)
#636467
(99,100,103)
#545556
(84,85,86)
#454645
(69,70,69)
#363734
(54,55,52)
#272823
(39,40,35)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #AEAFBC

#AEAFBC
(174,175,188)
#B5B6C2
(181,182,194)
#BCBDC8
(188,189,200)
#C3C4CE
(195,196,206)
#CACBD4
(202,203,212)
#D1D2DA
(209,210,218)
#D8D9E0
(216,217,224)
#DFE0E6
(223,224,230)
#E6E7EC
(230,231,236)
#EDEEF2
(237,238,242)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAFBC; }

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

This text font color is #AEAFBC.


Background Color

.myBgColor { background-color: #AEAFBC; }

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

This div background color is #AEAFBC.


Border color

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

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

This div border color is #AEAFBC.


Opacity

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

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

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

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

This text has shadow with #AEAFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAFBC on black background.


Color preview on white background

This text has color #AEAFBC on white background.



Black color preview on #AEAFBC background

This text has black color on #AEAFBC background.


White color preview on #AEAFBC background

This text has white color on #AEAFBC background.