COLOR #AEBAC2

HEX: #AEBAC2 RGB: (174,186,194)

Color info

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

RGB color model

#AEBAC2 color RGB value is (174,186,194).

RGB: (174,186,194) (68%, 73%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 194 of 255 = 76%

174
186
194

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

Portions of RGB colors in percentages

R + G + B = 174 + 186 + 194 = 554 (100%)
R 174 of 554 ~ 31.41%
G 186 of 554 ~ 33.57%
B 194 of 554 ~ 35.02'%

%31.41
%33.57
%35.02

CMYK color model

#AEBAC2 color CMYK value is (10,4,0,24).

  • cyan value is 10.31%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (10,4,0,24)
C10M4Y0K24 (10%, 4%, 0%, 24%)
(0.10 / 0.04 / 0.00 / 0.24)

CMYK percentages

%10.31
%4.12
%0
%23.92

Codes

Color #AEBAC2 in popluar color models

AE BA C2
RGB 174 186 194
HSL 204° 14.08% 72.16%
HSB/HSV 204° 10.31% 76.08%
CMYK 10.31% 4.12% 0.00%
23.92%

Color #AEBAC2 in popluar number systems.

HEX AE BA C2
Decimal 174 186 194
Binary 10101110 10111010 11000010
Octal 256 272 302

Shades and tints

Shades of #AEBAC2

#AEBAC2
(174,186,194)
#9FAAB1
(159,170,177)
#909AA0
(144,154,160)
#818A8F
(129,138,143)
#727A7E
(114,122,126)
#636A6D
(99,106,109)
#545A5C
(84,90,92)
#454A4B
(69,74,75)
#363A3A
(54,58,58)
#272A29
(39,42,41)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #AEBAC2

#AEBAC2
(174,186,194)
#B5C0C7
(181,192,199)
#BCC6CC
(188,198,204)
#C3CCD1
(195,204,209)
#CAD2D6
(202,210,214)
#D1D8DB
(209,216,219)
#D8DEE0
(216,222,224)
#DFE4E5
(223,228,229)
#E6EAEA
(230,234,234)
#EDF0EF
(237,240,239)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBAC2; }

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

This text font color is #AEBAC2.

Background Color

.myBgColor { background-color: #AEBAC2; }

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

This div background color is #AEBAC2.

Border color

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

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

This div border color is #AEBAC2.

Opacity

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

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

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

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

This text has shadow with #AEBAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBAC2.

Preview

Color preview on black background

This text has color #AEBAC2 on black background.


Color preview on white background

This text has color #AEBAC2 on white background.


Black color preview on #AEBAC2 background

This text has black color on #AEBAC2 background.


White color preview on #AEBAC2 background

This text has white color on #AEBAC2 background.


Related colors

Complementary color

Complementary color for #hex is #51453D.


I love getcolorcode.com

Triadic colors

1 #C2AEBA and #BAC2AE with #AEBAC2 are triadic colors.

2 #C2BAAE and #BAAEC2 with #AEBAC2 are triadic colors.