COLOR #AEB0CC

HEX: #AEB0CC RGB: (174,176,204)

Color info

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

RGB color model

#AEB0CC color RGB value is (174,176,204).

RGB: (174,176,204) (68%, 69%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 204 of 255 = 80%

174
176
204

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

Portions of RGB colors in percentages

R + G + B = 174 + 176 + 204 = 554 (100%)
R 174 of 554 ~ 31.41%
G 176 of 554 ~ 31.77%
B 204 of 554 ~ 36.82'%

%31.41
%31.77
%36.82

CMYK color model

#AEB0CC color CMYK value is (15,14,0,20).

  • cyan value is 14.71%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (15,14,0,20) C15M14Y0K20 (15%,14%,0%,20%) (0.15/0.14/0.00/0.20) 

CMYK percentages

%14.71
%13.73
%0
%20

Codes

Color #AEB0CC in popluar color models

AE B0 CC
RGB 174 176 204
HSL 236° 22.73% 74.12%
HSB/HSV 236° 14.71% 80.00%
CMYK 14.71% 13.73% 0.00%
20.00%

Color #AEB0CC in popluar number systems.

HEX AE B0 CC
Decimal 174 176 204
Binary 10101110 10110000 11001100
Octal 256 260 314

Shades and tints

Shades of #AEB0CC

#AEB0CC
(174,176,204)
#9FA0BA
(159,160,186)
#9090A8
(144,144,168)
#818096
(129,128,150)
#727084
(114,112,132)
#636072
(99,96,114)
#545060
(84,80,96)
#45404E
(69,64,78)
#36303C
(54,48,60)
#27202A
(39,32,42)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #AEB0CC

#AEB0CC
(174,176,204)
#B5B7D0
(181,183,208)
#BCBED4
(188,190,212)
#C3C5D8
(195,197,216)
#CACCDC
(202,204,220)
#D1D3E0
(209,211,224)
#D8DAE4
(216,218,228)
#DFE1E8
(223,225,232)
#E6E8EC
(230,232,236)
#EDEFF0
(237,239,240)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB0CC; }

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

This text font color is #AEB0CC.

Background Color

.myBgColor { background-color: #AEB0CC; }

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

This div background color is #AEB0CC.

Border color

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

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

This div border color is #AEB0CC.

Opacity

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

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

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

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

This text has shadow with #AEB0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB0CC.

Preview

Color preview on black background

This text has color #AEB0CC on black background.


Color preview on white background

This text has color #AEB0CC on white background.


Black color preview on #AEB0CC background

This text has black color on #AEB0CC background.


White color preview on #AEB0CC background

This text has white color on #AEB0CC background.


Related colors

Complementary color

Complementary color for #hex is #514F33.


I love getcolorcode.com

Triadic colors

1 #CCAEB0 and #B0CCAE with #AEB0CC are triadic colors.

2 #CCB0AE and #B0AECC with #AEB0CC are triadic colors.