COLOR #AEADC2

HEX: #AEADC2
RGB: (174,173,194)

Color info

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

RGB color model

#AEADC2 color RGB value is (174,173,194).

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

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 194 of 255 = 76%

174
173
194

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

Portions of RGB colors in percentages

R + G + B =
174 + 173 + 194 = 541 (100%)
R 174 of 541 ~ 32.16%
G 173 of 541 ~ 31.98%
B 194 of 541 ~ 35.86%

%32.16
%31.98
%35.86

CMYK color model

#AEADC2 color CMYK value is (10,11,0,24).

  • cyan value is 10.31%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(10,11,0,24)
C10M11Y0K24 
(10%,11%,0%,24%)
(0.10/0.11/0.00/0.24)	

CMYK percentages

%10.31
%10.82
%0
%23.92

Codes

Color #AEADC2 in popluar color models

AEADC2
RGB174173194
HSL243°14.69%71.96%
HSB/HSV243°10.82%76.08%
CMYK10.31%10.82%0.00%
23.92%

Color #AEADC2 in popluar number systems.

HEXAEADC2
Decimal174173194
Binary101011101010110111000010
Octal256255302

Shades and tints

Shades of #AEADC2

#AEADC2
(174,173,194)
#9F9EB1
(159,158,177)
#908FA0
(144,143,160)
#81808F
(129,128,143)
#72717E
(114,113,126)
#63626D
(99,98,109)
#54535C
(84,83,92)
#45444B
(69,68,75)
#36353A
(54,53,58)
#272629
(39,38,41)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #AEADC2

#AEADC2
(174,173,194)
#B5B4C7
(181,180,199)
#BCBBCC
(188,187,204)
#C3C2D1
(195,194,209)
#CAC9D6
(202,201,214)
#D1D0DB
(209,208,219)
#D8D7E0
(216,215,224)
#DFDEE5
(223,222,229)
#E6E5EA
(230,229,234)
#EDECEF
(237,236,239)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEADC2; }

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

This text font color is #AEADC2.


Background Color

.myBgColor { background-color: #AEADC2; }

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

This div background color is #AEADC2.


Border color

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

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

This div border color is #AEADC2.


Opacity

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

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

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

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

This text has shadow with #AEADC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEADC2 on black background.


Color preview on white background

This text has color #AEADC2 on white background.



Black color preview on #AEADC2 background

This text has black color on #AEADC2 background.


White color preview on #AEADC2 background

This text has white color on #AEADC2 background.