COLOR #AEB2C0

HEX: #AEB2C0
RGB: (174,178,192)

Color info

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

RGB color model

#AEB2C0 color RGB value is (174,178,192).

  • red value is 174;
  • green value is 178;
  • blue value is 192.
RGB: (174,178,192) (68%,70%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 192 of 255 = 75%

174
178
192

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 192 = 544 (100%)
R 174 of 544 ~ 31.99%
G 178 of 544 ~ 32.72%
B 192 of 544 ~ 35.29%

%31.99
%32.72
%35.29

CMYK color model

#AEB2C0 color CMYK value is (9,7,0,25).

  • cyan value is 9.38%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (9,7,0,25) C9M7Y0K25 (9%,7%,0%,25%) (0.09/0.07/0.00/0.25)

CMYK percentages

%9.38
%7.29
%0
%24.71

Codes

Color #AEB2C0 in popluar color models

AEB2C0
RGB174178192
HSL227°12.50%71.76%
HSB/HSV227°9.38%75.29%
CMYK9.38%7.29%0.00%
24.71%

Color #AEB2C0 in popluar number systems.

HEXAEB2C0
Decimal174178192
Binary101011101011001011000000
Octal256262300

Shades and tints

Shades of #AEB2C0

#AEB2C0
(174,178,192)
#9FA2AF
(159,162,175)
#90929E
(144,146,158)
#81828D
(129,130,141)
#72727C
(114,114,124)
#63626B
(99,98,107)
#54525A
(84,82,90)
#454249
(69,66,73)
#363238
(54,50,56)
#272227
(39,34,39)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #AEB2C0

#AEB2C0
(174,178,192)
#B5B9C5
(181,185,197)
#BCC0CA
(188,192,202)
#C3C7CF
(195,199,207)
#CACED4
(202,206,212)
#D1D5D9
(209,213,217)
#D8DCDE
(216,220,222)
#DFE3E3
(223,227,227)
#E6EAE8
(230,234,232)
#EDF1ED
(237,241,237)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB2C0 color. Also use rgb(174,178,192) instead hex code.

Text Font Color

.myTextColor { color: #AEB2C0; }

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

This text font color is #AEB2C0.


Background Color

.myBgColor { background-color: #AEB2C0; }

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

This div background color is #AEB2C0.


Border color

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

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

This div border color is #AEB2C0.


Opacity

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

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

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

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

This text has shadow with #AEB2C0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AEB2C0 on black background.


Color preview on white background

This text has color #AEB2C0 on white background.



Black color preview on #AEB2C0 background

This text has black color on #AEB2C0 background.


White color preview on #AEB2C0 background

This text has white color on #AEB2C0 background.