COLOR #AEBDE3

HEX: #AEBDE3 RGB: (174,189,227)

Color info

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

RGB color model

#AEBDE3 color RGB value is (174,189,227).

RGB: (174,189,227) (68%, 74%, 89%)

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 227 of 255 = 89%

174
189
227

R + G + B ~ 77%. #AEBDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 189 + 227 = 590 (100%)
R 174 of 590 ~ 29.49%
G 189 of 590 ~ 32.03%
B 227 of 590 ~ 38.47'%

%29.49
%32.03
%38.47

CMYK color model

#AEBDE3 color CMYK value is (23,17,0,11).

  • cyan value is 23.35%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (23,17,0,11) C23M17Y0K11 (23%,17%,0%,11%) (0.23/0.17/0.00/0.11) 

CMYK percentages

%23.35
%16.74
%0
%10.98

Codes

Color #AEBDE3 in popluar color models

AE BD E3
RGB 174 189 227
HSL 223° 48.62% 78.63%
HSB/HSV 223° 23.35% 89.02%
CMYK 23.35% 16.74% 0.00%
10.98%

Color #AEBDE3 in popluar number systems.

HEX AE BD E3
Decimal 174 189 227
Binary 10101110 10111101 11100011
Octal 256 275 343

Shades and tints

Shades of #AEBDE3

#AEBDE3
(174,189,227)
#9FACCF
(159,172,207)
#909BBB
(144,155,187)
#818AA7
(129,138,167)
#727993
(114,121,147)
#63687F
(99,104,127)
#54576B
(84,87,107)
#454657
(69,70,87)
#363543
(54,53,67)
#27242F
(39,36,47)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #AEBDE3

#AEBDE3
(174,189,227)
#B5C3E5
(181,195,229)
#BCC9E7
(188,201,231)
#C3CFE9
(195,207,233)
#CAD5EB
(202,213,235)
#D1DBED
(209,219,237)
#D8E1EF
(216,225,239)
#DFE7F1
(223,231,241)
#E6EDF3
(230,237,243)
#EDF3F5
(237,243,245)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDE3; }

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

This text font color is #AEBDE3.

Background Color

.myBgColor { background-color: #AEBDE3; }

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

This div background color is #AEBDE3.

Border color

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

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

This div border color is #AEBDE3.

Opacity

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

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

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

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

This text has shadow with #AEBDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBDE3.

Preview

Color preview on black background

This text has color #AEBDE3 on black background.


Color preview on white background

This text has color #AEBDE3 on white background.


Black color preview on #AEBDE3 background

This text has black color on #AEBDE3 background.


White color preview on #AEBDE3 background

This text has white color on #AEBDE3 background.


Related colors

Complementary color

Complementary color for #hex is #51421C.


I love getcolorcode.com

Triadic colors

1 #E3AEBD and #BDE3AE with #AEBDE3 are triadic colors.

2 #E3BDAE and #BDAEE3 with #AEBDE3 are triadic colors.