COLOR #AEBDD3

HEX: #AEBDD3
RGB: (174,189,211)

Color info

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

RGB color model

#AEBDD3 color RGB value is (174,189,211).

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

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 211 of 255 = 83%

174
189
211

R + G + B ~ 75%. #AEBDD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 211 = 574 (100%)
R 174 of 574 ~ 30.31%
G 189 of 574 ~ 32.93%
B 211 of 574 ~ 36.76%

%30.31
%32.93
%36.76

CMYK color model

#AEBDD3 color CMYK value is (18,10,0,17).

  • cyan value is 17.54%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(18,10,0,17)
C18M10Y0K17 
(18%,10%,0%,17%)
(0.18/0.10/0.00/0.17)	

CMYK percentages

%17.54
%10.43
%0
%17.25

Codes

Color #AEBDD3 in popluar color models

AEBDD3
RGB174189211
HSL216°29.60%75.49%
HSB/HSV216°17.54%82.75%
CMYK17.54%10.43%0.00%
17.25%

Color #AEBDD3 in popluar number systems.

HEXAEBDD3
Decimal174189211
Binary101011101011110111010011
Octal256275323

Shades and tints

Shades of #AEBDD3

#AEBDD3
(174,189,211)
#9FACC0
(159,172,192)
#909BAD
(144,155,173)
#818A9A
(129,138,154)
#727987
(114,121,135)
#636874
(99,104,116)
#545761
(84,87,97)
#45464E
(69,70,78)
#36353B
(54,53,59)
#272428
(39,36,40)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AEBDD3

#AEBDD3
(174,189,211)
#B5C3D7
(181,195,215)
#BCC9DB
(188,201,219)
#C3CFDF
(195,207,223)
#CAD5E3
(202,213,227)
#D1DBE7
(209,219,231)
#D8E1EB
(216,225,235)
#DFE7EF
(223,231,239)
#E6EDF3
(230,237,243)
#EDF3F7
(237,243,247)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDD3; }

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

This text font color is #AEBDD3.


Background Color

.myBgColor { background-color: #AEBDD3; }

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

This div background color is #AEBDD3.


Border color

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

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

This div border color is #AEBDD3.


Opacity

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

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

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

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

This text has shadow with #AEBDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDD3 on black background.


Color preview on white background

This text has color #AEBDD3 on white background.



Black color preview on #AEBDD3 background

This text has black color on #AEBDD3 background.


White color preview on #AEBDD3 background

This text has white color on #AEBDD3 background.