COLOR #AEB8CC

HEX: #AEB8CC
RGB: (174,184,204)

Color info

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

RGB color model

#AEB8CC color RGB value is (174,184,204).

  • red value is 174;
  • green value is 184;
  • blue value is 204.
RGB:
(174,184,204)
(68%,72%,80%)

RGB channels and saturation

R 174 of 255 = 68%
G 184 of 255 = 72%
B 204 of 255 = 80%

174
184
204

R + G + B ~ 73%. #AEB8CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 184 + 204 = 562 (100%)
R 174 of 562 ~ 30.96%
G 184 of 562 ~ 32.74%
B 204 of 562 ~ 36.3%

%30.96
%32.74
%36.3

CMYK color model

#AEB8CC color CMYK value is (15,10,0,20).

  • cyan value is 14.71%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(15,10,0,20)
C15M10Y0K20 
(15%,10%,0%,20%)
(0.15/0.10/0.00/0.20)	

CMYK percentages

%14.71
%9.8
%0
%20

Codes

Color #AEB8CC in popluar color models

AEB8CC
RGB174184204
HSL220°22.73%74.12%
HSB/HSV220°14.71%80.00%
CMYK14.71%9.80%0.00%
20.00%

Color #AEB8CC in popluar number systems.

HEXAEB8CC
Decimal174184204
Binary101011101011100011001100
Octal256270314

Shades and tints

Shades of #AEB8CC

#AEB8CC
(174,184,204)
#9FA8BA
(159,168,186)
#9098A8
(144,152,168)
#818896
(129,136,150)
#727884
(114,120,132)
#636872
(99,104,114)
#545860
(84,88,96)
#45484E
(69,72,78)
#36383C
(54,56,60)
#27282A
(39,40,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AEB8CC

#AEB8CC
(174,184,204)
#B5BED0
(181,190,208)
#BCC4D4
(188,196,212)
#C3CAD8
(195,202,216)
#CAD0DC
(202,208,220)
#D1D6E0
(209,214,224)
#D8DCE4
(216,220,228)
#DFE2E8
(223,226,232)
#E6E8EC
(230,232,236)
#EDEEF0
(237,238,240)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB8CC; }

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

This text font color is #AEB8CC.


Background Color

.myBgColor { background-color: #AEB8CC; }

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

This div background color is #AEB8CC.


Border color

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

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

This div border color is #AEB8CC.


Opacity

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

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

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

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

This text has shadow with #AEB8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB8CC on black background.


Color preview on white background

This text has color #AEB8CC on white background.



Black color preview on #AEB8CC background

This text has black color on #AEB8CC background.


White color preview on #AEB8CC background

This text has white color on #AEB8CC background.