COLOR #AEB5C3

HEX: #AEB5C3 RGB: (174,181,195)

Color info

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

RGB color model

#AEB5C3 color RGB value is (174,181,195).

RGB: (174,181,195) (68%, 71%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 195 of 255 = 76%

174
181
195

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

Portions of RGB colors in percentages

R + G + B = 174 + 181 + 195 = 550 (100%)
R 174 of 550 ~ 31.64%
G 181 of 550 ~ 32.91%
B 195 of 550 ~ 35.45'%

%31.64
%32.91
%35.45

CMYK color model

#AEB5C3 color CMYK value is (11,7,0,24).

  • cyan value is 10.77%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (11,7,0,24)
C11M7Y0K24 (11%, 7%, 0%, 24%)
(0.11 / 0.07 / 0.00 / 0.24)

CMYK percentages

%10.77
%7.18
%0
%23.53

Codes

Color #AEB5C3 in popluar color models

AE B5 C3
RGB 174 181 195
HSL 220° 14.89% 72.35%
HSB/HSV 220° 10.77% 76.47%
CMYK 10.77% 7.18% 0.00%
23.53%

Color #AEB5C3 in popluar number systems.

HEX AE B5 C3
Decimal 174 181 195
Binary 10101110 10110101 11000011
Octal 256 265 303

Shades and tints

Shades of #AEB5C3

#AEB5C3
(174,181,195)
#9FA5B2
(159,165,178)
#9095A1
(144,149,161)
#818590
(129,133,144)
#72757F
(114,117,127)
#63656E
(99,101,110)
#54555D
(84,85,93)
#45454C
(69,69,76)
#36353B
(54,53,59)
#27252A
(39,37,42)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AEB5C3

#AEB5C3
(174,181,195)
#B5BBC8
(181,187,200)
#BCC1CD
(188,193,205)
#C3C7D2
(195,199,210)
#CACDD7
(202,205,215)
#D1D3DC
(209,211,220)
#D8D9E1
(216,217,225)
#DFDFE6
(223,223,230)
#E6E5EB
(230,229,235)
#EDEBF0
(237,235,240)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB5C3 color. Also use rgb(174,181,195) instead hex code.

Text Font Color

.myTextColor { color: #AEB5C3; }

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

This text font color is #AEB5C3.

Background Color

.myBgColor { background-color: #AEB5C3; }

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

This div background color is #AEB5C3.

Border color

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

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

This div border color is #AEB5C3.

Opacity

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

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

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

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

This text has shadow with #AEB5C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB5C3.

Preview

Color preview on black background

This text has color #AEB5C3 on black background.


Color preview on white background

This text has color #AEB5C3 on white background.


Black color preview on #AEB5C3 background

This text has black color on #AEB5C3 background.


White color preview on #AEB5C3 background

This text has white color on #AEB5C3 background.


Related colors

Complementary color

Complementary color for #hex is #514A3C.


I love getcolorcode.com

Triadic colors

1 #C3AEB5 and #B5C3AE with #AEB5C3 are triadic colors.

2 #C3B5AE and #B5AEC3 with #AEB5C3 are triadic colors.