COLOR #AEB8C6

HEX: #AEB8C6
RGB: (174,184,198)

Color info

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

RGB color model

#AEB8C6 color RGB value is (174,184,198).

  • red value is 174;
  • green value is 184;
  • blue value is 198.
RGB:
(174,184,198)
(68%,72%,78%)

RGB channels and saturation

R 174 of 255 = 68%
G 184 of 255 = 72%
B 198 of 255 = 78%

174
184
198

R + G + B ~ 73%. #AEB8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 184 + 198 = 556 (100%)
R 174 of 556 ~ 31.29%
G 184 of 556 ~ 33.09%
B 198 of 556 ~ 35.61%

%31.29
%33.09
%35.61

CMYK color model

#AEB8C6 color CMYK value is (12,7,0,22).

  • cyan value is 12.12%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(12,7,0,22)
C12M7Y0K22 
(12%,7%,0%,22%)
(0.12/0.07/0.00/0.22)	

CMYK percentages

%12.12
%7.07
%0
%22.35

Codes

Color #AEB8C6 in popluar color models

AEB8C6
RGB174184198
HSL215°17.39%72.94%
HSB/HSV215°12.12%77.65%
CMYK12.12%7.07%0.00%
22.35%

Color #AEB8C6 in popluar number systems.

HEXAEB8C6
Decimal174184198
Binary101011101011100011000110
Octal256270306

Shades and tints

Shades of #AEB8C6

#AEB8C6
(174,184,198)
#9FA8B4
(159,168,180)
#9098A2
(144,152,162)
#818890
(129,136,144)
#72787E
(114,120,126)
#63686C
(99,104,108)
#54585A
(84,88,90)
#454848
(69,72,72)
#363836
(54,56,54)
#272824
(39,40,36)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #AEB8C6

#AEB8C6
(174,184,198)
#B5BECB
(181,190,203)
#BCC4D0
(188,196,208)
#C3CAD5
(195,202,213)
#CAD0DA
(202,208,218)
#D1D6DF
(209,214,223)
#D8DCE4
(216,220,228)
#DFE2E9
(223,226,233)
#E6E8EE
(230,232,238)
#EDEEF3
(237,238,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB8C6 color. Also use rgb(174,184,198) instead hex code.

Text Font Color

.myTextColor { color: #AEB8C6; }

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

This text font color is #AEB8C6.


Background Color

.myBgColor { background-color: #AEB8C6; }

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

This div background color is #AEB8C6.


Border color

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

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

This div border color is #AEB8C6.


Opacity

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

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

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

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

This text has shadow with #AEB8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB8C6 on black background.


Color preview on white background

This text has color #AEB8C6 on white background.



Black color preview on #AEB8C6 background

This text has black color on #AEB8C6 background.


White color preview on #AEB8C6 background

This text has white color on #AEB8C6 background.