COLOR #AEAED7

HEX: #AEAED7
RGB: (174,174,215)

Color info

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

RGB color model

#AEAED7 color RGB value is (174,174,215).

  • red value is 174;
  • green value is 174;
  • blue value is 215.
RGB:
(174,174,215)
(68%,68%,84%)

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 215 of 255 = 84%

174
174
215

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

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 215 = 563 (100%)
R 174 of 563 ~ 30.91%
G 174 of 563 ~ 30.91%
B 215 of 563 ~ 38.19%

%30.91
%30.91
%38.19

CMYK color model

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

  • cyan value is 19.07%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(19,19,0,16)
C19M19Y0K16 
(19%,19%,0%,16%)
(0.19/0.19/0.00/0.16)	

CMYK percentages

%19.07
%19.07
%0
%15.69

Codes

Color #AEAED7 in popluar color models

AEAED7
RGB174174215
HSL240°33.88%76.27%
HSB/HSV240°19.07%84.31%
CMYK19.07%19.07%0.00%
15.69%

Color #AEAED7 in popluar number systems.

HEXAEAED7
Decimal174174215
Binary101011101010111011010111
Octal256256327

Shades and tints

Shades of #AEAED7

#AEAED7
(174,174,215)
#9F9FC4
(159,159,196)
#9090B1
(144,144,177)
#81819E
(129,129,158)
#72728B
(114,114,139)
#636378
(99,99,120)
#545465
(84,84,101)
#454552
(69,69,82)
#36363F
(54,54,63)
#27272C
(39,39,44)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #AEAED7

#AEAED7
(174,174,215)
#B5B5DA
(181,181,218)
#BCBCDD
(188,188,221)
#C3C3E0
(195,195,224)
#CACAE3
(202,202,227)
#D1D1E6
(209,209,230)
#D8D8E9
(216,216,233)
#DFDFEC
(223,223,236)
#E6E6EF
(230,230,239)
#EDEDF2
(237,237,242)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAED7; }

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

This text font color is #AEAED7.


Background Color

.myBgColor { background-color: #AEAED7; }

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

This div background color is #AEAED7.


Border color

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

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

This div border color is #AEAED7.


Opacity

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

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

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

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

This text has shadow with #AEAED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAED7 on black background.


Color preview on white background

This text has color #AEAED7 on white background.



Black color preview on #AEAED7 background

This text has black color on #AEAED7 background.


White color preview on #AEAED7 background

This text has white color on #AEAED7 background.