COLOR #AEBAC8

HEX: #AEBAC8
RGB: (174,186,200)

Color info

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

RGB color model

#AEBAC8 color RGB value is (174,186,200).

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

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 200 of 255 = 78%

174
186
200

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

Portions of RGB colors in percentages

R + G + B =
174 + 186 + 200 = 560 (100%)
R 174 of 560 ~ 31.07%
G 186 of 560 ~ 33.21%
B 200 of 560 ~ 35.71%

%31.07
%33.21
%35.71

CMYK color model

#AEBAC8 color CMYK value is (13,7,0,22).

  • cyan value is 13.00%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(13,7,0,22)
C13M7Y0K22 
(13%,7%,0%,22%)
(0.13/0.07/0.00/0.22)	

CMYK percentages

%13
%7
%0
%21.57

Codes

Color #AEBAC8 in popluar color models

AEBAC8
RGB174186200
HSL212°19.12%73.33%
HSB/HSV212°13.00%78.43%
CMYK13.00%7.00%0.00%
21.57%

Color #AEBAC8 in popluar number systems.

HEXAEBAC8
Decimal174186200
Binary101011101011101011001000
Octal256272310

Shades and tints

Shades of #AEBAC8

#AEBAC8
(174,186,200)
#9FAAB6
(159,170,182)
#909AA4
(144,154,164)
#818A92
(129,138,146)
#727A80
(114,122,128)
#636A6E
(99,106,110)
#545A5C
(84,90,92)
#454A4A
(69,74,74)
#363A38
(54,58,56)
#272A26
(39,42,38)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #AEBAC8

#AEBAC8
(174,186,200)
#B5C0CD
(181,192,205)
#BCC6D2
(188,198,210)
#C3CCD7
(195,204,215)
#CAD2DC
(202,210,220)
#D1D8E1
(209,216,225)
#D8DEE6
(216,222,230)
#DFE4EB
(223,228,235)
#E6EAF0
(230,234,240)
#EDF0F5
(237,240,245)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBAC8; }

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

This text font color is #AEBAC8.


Background Color

.myBgColor { background-color: #AEBAC8; }

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

This div background color is #AEBAC8.


Border color

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

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

This div border color is #AEBAC8.


Opacity

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

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

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

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

This text has shadow with #AEBAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBAC8 on black background.


Color preview on white background

This text has color #AEBAC8 on white background.



Black color preview on #AEBAC8 background

This text has black color on #AEBAC8 background.


White color preview on #AEBAC8 background

This text has white color on #AEBAC8 background.