COLOR #AEBDE7

HEX: #AEBDE7
RGB: (174,189,231)

Color info

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

RGB color model

#AEBDE7 color RGB value is (174,189,231).

  • red value is 174;
  • green value is 189;
  • blue value is 231.
RGB:
(174,189,231)
(68%,74%,91%)

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 231 of 255 = 91%

174
189
231

R + G + B ~ 78%. #AEBDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 231 = 594 (100%)
R 174 of 594 ~ 29.29%
G 189 of 594 ~ 31.82%
B 231 of 594 ~ 38.89%

%29.29
%31.82
%38.89

CMYK color model

#AEBDE7 color CMYK value is (25,18,0,9).

  • cyan value is 24.68%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(25,18,0,9)
C25M18Y0K9 
(25%,18%,0%,9%)
(0.25/0.18/0.00/0.09)	

CMYK percentages

%24.68
%18.18
%0
%9.41

Codes

Color #AEBDE7 in popluar color models

AEBDE7
RGB174189231
HSL224°54.29%79.41%
HSB/HSV224°24.68%90.59%
CMYK24.68%18.18%0.00%
9.41%

Color #AEBDE7 in popluar number systems.

HEXAEBDE7
Decimal174189231
Binary101011101011110111100111
Octal256275347

Shades and tints

Shades of #AEBDE7

#AEBDE7
(174,189,231)
#9FACD2
(159,172,210)
#909BBD
(144,155,189)
#818AA8
(129,138,168)
#727993
(114,121,147)
#63687E
(99,104,126)
#545769
(84,87,105)
#454654
(69,70,84)
#36353F
(54,53,63)
#27242A
(39,36,42)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AEBDE7

#AEBDE7
(174,189,231)
#B5C3E9
(181,195,233)
#BCC9EB
(188,201,235)
#C3CFED
(195,207,237)
#CAD5EF
(202,213,239)
#D1DBF1
(209,219,241)
#D8E1F3
(216,225,243)
#DFE7F5
(223,231,245)
#E6EDF7
(230,237,247)
#EDF3F9
(237,243,249)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDE7; }

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

This text font color is #AEBDE7.


Background Color

.myBgColor { background-color: #AEBDE7; }

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

This div background color is #AEBDE7.


Border color

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

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

This div border color is #AEBDE7.


Opacity

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

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

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

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

This text has shadow with #AEBDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDE7 on black background.


Color preview on white background

This text has color #AEBDE7 on white background.



Black color preview on #AEBDE7 background

This text has black color on #AEBDE7 background.


White color preview on #AEBDE7 background

This text has white color on #AEBDE7 background.