COLOR #AEB0C1

HEX: #AEB0C1 RGB: (174,176,193)

Color info

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

RGB color model

#AEB0C1 color RGB value is (174,176,193).

RGB: (174,176,193) (68%, 69%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 193 of 255 = 76%

174
176
193

R + G + B ~ 71%. #AEB0C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 176 + 193 = 543 (100%)
R 174 of 543 ~ 32.04%
G 176 of 543 ~ 32.41%
B 193 of 543 ~ 35.54'%

%32.04
%32.41
%35.54

CMYK color model

#AEB0C1 color CMYK value is (10,9,0,24).

  • cyan value is 9.84%
  • magenta value is 8.81%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (10,9,0,24) C10M9Y0K24 (10%,9%,0%,24%) (0.10/0.09/0.00/0.24) 

CMYK percentages

%9.84
%8.81
%0
%24.31

Codes

Color #AEB0C1 in popluar color models

AE B0 C1
RGB 174 176 193
HSL 234° 13.29% 71.96%
HSB/HSV 234° 9.84% 75.69%
CMYK 9.84% 8.81% 0.00%
24.31%

Color #AEB0C1 in popluar number systems.

HEX AE B0 C1
Decimal 174 176 193
Binary 10101110 10110000 11000001
Octal 256 260 301

Shades and tints

Shades of #AEB0C1

#AEB0C1
(174,176,193)
#9FA0B0
(159,160,176)
#90909F
(144,144,159)
#81808E
(129,128,142)
#72707D
(114,112,125)
#63606C
(99,96,108)
#54505B
(84,80,91)
#45404A
(69,64,74)
#363039
(54,48,57)
#272028
(39,32,40)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #AEB0C1

#AEB0C1
(174,176,193)
#B5B7C6
(181,183,198)
#BCBECB
(188,190,203)
#C3C5D0
(195,197,208)
#CACCD5
(202,204,213)
#D1D3DA
(209,211,218)
#D8DADF
(216,218,223)
#DFE1E4
(223,225,228)
#E6E8E9
(230,232,233)
#EDEFEE
(237,239,238)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB0C1 color. Also use rgb(174,176,193) instead hex code.

Text Font Color

.myTextColor { color: #AEB0C1; }

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

This text font color is #AEB0C1.

Background Color

.myBgColor { background-color: #AEB0C1; }

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

This div background color is #AEB0C1.

Border color

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

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

This div border color is #AEB0C1.

Opacity

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

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

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

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

This text has shadow with #AEB0C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB0C1.

Preview

Color preview on black background

This text has color #AEB0C1 on black background.


Color preview on white background

This text has color #AEB0C1 on white background.


Black color preview on #AEB0C1 background

This text has black color on #AEB0C1 background.


White color preview on #AEB0C1 background

This text has white color on #AEB0C1 background.


Related colors

Complementary color

Complementary color for #hex is #514F3E.


I love getcolorcode.com

Triadic colors

1 #C1AEB0 and #B0C1AE with #AEB0C1 are triadic colors.

2 #C1B0AE and #B0AEC1 with #AEB0C1 are triadic colors.