COLOR #AEB0C2

HEX: #AEB0C2
RGB: (174,176,194)

Color info

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

RGB color model

#AEB0C2 color RGB value is (174,176,194).

  • red value is 174;
  • green value is 176;
  • blue value is 194.
RGB:
(174,176,194)
(68%,69%,76%)

RGB channels and saturation

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

174
176
194

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

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 194 = 544 (100%)
R 174 of 544 ~ 31.99%
G 176 of 544 ~ 32.35%
B 194 of 544 ~ 35.66%

%31.99
%32.35
%35.66

CMYK color model

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

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

CMYK percentages

%10.31
%9.28
%0
%23.92

Codes

Color #AEB0C2 in popluar color models

AEB0C2
RGB174176194
HSL234°14.08%72.16%
HSB/HSV234°10.31%76.08%
CMYK10.31%9.28%0.00%
23.92%

Color #AEB0C2 in popluar number systems.

HEXAEB0C2
Decimal174176194
Binary101011101011000011000010
Octal256260302

Shades and tints

Shades of #AEB0C2

#AEB0C2
(174,176,194)
#9FA0B1
(159,160,177)
#9090A0
(144,144,160)
#81808F
(129,128,143)
#72707E
(114,112,126)
#63606D
(99,96,109)
#54505C
(84,80,92)
#45404B
(69,64,75)
#36303A
(54,48,58)
#272029
(39,32,41)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #AEB0C2

#AEB0C2
(174,176,194)
#B5B7C7
(181,183,199)
#BCBECC
(188,190,204)
#C3C5D1
(195,197,209)
#CACCD6
(202,204,214)
#D1D3DB
(209,211,219)
#D8DAE0
(216,218,224)
#DFE1E5
(223,225,229)
#E6E8EA
(230,232,234)
#EDEFEF
(237,239,239)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB0C2; }

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

This text font color is #AEB0C2.


Background Color

.myBgColor { background-color: #AEB0C2; }

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

This div background color is #AEB0C2.


Border color

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

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

This div border color is #AEB0C2.


Opacity

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

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

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

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

This text has shadow with #AEB0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB0C2 on black background.


Color preview on white background

This text has color #AEB0C2 on white background.



Black color preview on #AEB0C2 background

This text has black color on #AEB0C2 background.


White color preview on #AEB0C2 background

This text has white color on #AEB0C2 background.