COLOR #AEBABC

HEX: #AEBABC
RGB: (174,186,188)

Color info

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

RGB color model

#AEBABC color RGB value is (174,186,188).

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

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 188 of 255 = 74%

174
186
188

R + G + B ~ 72%. #AEBABC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 186 + 188 = 548 (100%)
R 174 of 548 ~ 31.75%
G 186 of 548 ~ 33.94%
B 188 of 548 ~ 34.31%

%31.75
%33.94
%34.31

CMYK color model

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

  • cyan value is 7.45%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(7,1,0,26)
C7M1Y0K26 
(7%,1%,0%,26%)
(0.07/0.01/0.00/0.26)	

CMYK percentages

%7.45
%1.06
%0
%26.27

Codes

Color #AEBABC in popluar color models

AEBABC
RGB174186188
HSL189°9.46%70.98%
HSB/HSV189°7.45%73.73%
CMYK7.45%1.06%0.00%
26.27%

Color #AEBABC in popluar number systems.

HEXAEBABC
Decimal174186188
Binary101011101011101010111100
Octal256272274

Shades and tints

Shades of #AEBABC

#AEBABC
(174,186,188)
#9FAAAB
(159,170,171)
#909A9A
(144,154,154)
#818A89
(129,138,137)
#727A78
(114,122,120)
#636A67
(99,106,103)
#545A56
(84,90,86)
#454A45
(69,74,69)
#363A34
(54,58,52)
#272A23
(39,42,35)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #AEBABC

#AEBABC
(174,186,188)
#B5C0C2
(181,192,194)
#BCC6C8
(188,198,200)
#C3CCCE
(195,204,206)
#CAD2D4
(202,210,212)
#D1D8DA
(209,216,218)
#D8DEE0
(216,222,224)
#DFE4E6
(223,228,230)
#E6EAEC
(230,234,236)
#EDF0F2
(237,240,242)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBABC; }

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

This text font color is #AEBABC.


Background Color

.myBgColor { background-color: #AEBABC; }

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

This div background color is #AEBABC.


Border color

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

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

This div border color is #AEBABC.


Opacity

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

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

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

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

This text has shadow with #AEBABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBABC on black background.


Color preview on white background

This text has color #AEBABC on white background.



Black color preview on #AEBABC background

This text has black color on #AEBABC background.


White color preview on #AEBABC background

This text has white color on #AEBABC background.