COLOR #AEABCF

HEX: #AEABCF
RGB: (174,171,207)

Color info

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

RGB color model

#AEABCF color RGB value is (174,171,207).

  • red value is 174;
  • green value is 171;
  • blue value is 207.
RGB:
(174,171,207)
(68%,67%,81%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 207 of 255 = 81%

174
171
207

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 207 = 552 (100%)
R 174 of 552 ~ 31.52%
G 171 of 552 ~ 30.98%
B 207 of 552 ~ 37.5%

%31.52
%30.98
%37.5

CMYK color model

#AEABCF color CMYK value is (16,17,0,19).

  • cyan value is 15.94%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(16,17,0,19)
C16M17Y0K19 
(16%,17%,0%,19%)
(0.16/0.17/0.00/0.19)	

CMYK percentages

%15.94
%17.39
%0
%18.82

Codes

Color #AEABCF in popluar color models

AEABCF
RGB174171207
HSL245°27.27%74.12%
HSB/HSV245°17.39%81.18%
CMYK15.94%17.39%0.00%
18.82%

Color #AEABCF in popluar number systems.

HEXAEABCF
Decimal174171207
Binary101011101010101111001111
Octal256253317

Shades and tints

Shades of #AEABCF

#AEABCF
(174,171,207)
#9F9CBD
(159,156,189)
#908DAB
(144,141,171)
#817E99
(129,126,153)
#726F87
(114,111,135)
#636075
(99,96,117)
#545163
(84,81,99)
#454251
(69,66,81)
#36333F
(54,51,63)
#27242D
(39,36,45)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #AEABCF

#AEABCF
(174,171,207)
#B5B2D3
(181,178,211)
#BCB9D7
(188,185,215)
#C3C0DB
(195,192,219)
#CAC7DF
(202,199,223)
#D1CEE3
(209,206,227)
#D8D5E7
(216,213,231)
#DFDCEB
(223,220,235)
#E6E3EF
(230,227,239)
#EDEAF3
(237,234,243)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEABCF color. Also use rgb(174,171,207) instead hex code.

Text Font Color

.myTextColor { color: #AEABCF; }

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

This text font color is #AEABCF.


Background Color

.myBgColor { background-color: #AEABCF; }

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

This div background color is #AEABCF.


Border color

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

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

This div border color is #AEABCF.


Opacity

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

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

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

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

This text has shadow with #AEABCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABCF on black background.


Color preview on white background

This text has color #AEABCF on white background.



Black color preview on #AEABCF background

This text has black color on #AEABCF background.


White color preview on #AEABCF background

This text has white color on #AEABCF background.