COLOR #AEBDE8

HEX: #AEBDE8
RGB: (174,189,232)

Color info

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

RGB color model

#AEBDE8 color RGB value is (174,189,232).

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

RGB channels and saturation

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

174
189
232

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

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 232 = 595 (100%)
R 174 of 595 ~ 29.24%
G 189 of 595 ~ 31.76%
B 232 of 595 ~ 38.99%

%29.24
%31.76
%38.99

CMYK color model

#AEBDE8 color CMYK value is (25,19,0,9).

  • cyan value is 25.00%
  • magenta value is 18.53%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(25,19,0,9)
C25M19Y0K9 
(25%,19%,0%,9%)
(0.25/0.19/0.00/0.09)	

CMYK percentages

%25
%18.53
%0
%9.02

Codes

Color #AEBDE8 in popluar color models

AEBDE8
RGB174189232
HSL224°55.77%79.61%
HSB/HSV224°25.00%90.98%
CMYK25.00%18.53%0.00%
9.02%

Color #AEBDE8 in popluar number systems.

HEXAEBDE8
Decimal174189232
Binary101011101011110111101000
Octal256275350

Shades and tints

Shades of #AEBDE8

#AEBDE8
(174,189,232)
#9FACD3
(159,172,211)
#909BBE
(144,155,190)
#818AA9
(129,138,169)
#727994
(114,121,148)
#63687F
(99,104,127)
#54576A
(84,87,106)
#454655
(69,70,85)
#363540
(54,53,64)
#27242B
(39,36,43)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #AEBDE8

#AEBDE8
(174,189,232)
#B5C3EA
(181,195,234)
#BCC9EC
(188,201,236)
#C3CFEE
(195,207,238)
#CAD5F0
(202,213,240)
#D1DBF2
(209,219,242)
#D8E1F4
(216,225,244)
#DFE7F6
(223,231,246)
#E6EDF8
(230,237,248)
#EDF3FA
(237,243,250)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDE8; }

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

This text font color is #AEBDE8.


Background Color

.myBgColor { background-color: #AEBDE8; }

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

This div background color is #AEBDE8.


Border color

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

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

This div border color is #AEBDE8.


Opacity

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

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

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

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

This text has shadow with #AEBDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDE8 on black background.


Color preview on white background

This text has color #AEBDE8 on white background.



Black color preview on #AEBDE8 background

This text has black color on #AEBDE8 background.


White color preview on #AEBDE8 background

This text has white color on #AEBDE8 background.