COLOR #AEBDC8

HEX: #AEBDC8
RGB: (174,189,200)

Color info

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

RGB color model

#AEBDC8 color RGB value is (174,189,200).

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

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 200 of 255 = 78%

174
189
200

R + G + B ~ 73%. #AEBDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 200 = 563 (100%)
R 174 of 563 ~ 30.91%
G 189 of 563 ~ 33.57%
B 200 of 563 ~ 35.52%

%30.91
%33.57
%35.52

CMYK color model

#AEBDC8 color CMYK value is (13,5,0,22).

  • cyan value is 13.00%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(13,5,0,22)
C13M5Y0K22 
(13%,5%,0%,22%)
(0.13/0.05/0.00/0.22)	

CMYK percentages

%13
%5.5
%0
%21.57

Codes

Color #AEBDC8 in popluar color models

AEBDC8
RGB174189200
HSL205°19.12%73.33%
HSB/HSV205°13.00%78.43%
CMYK13.00%5.50%0.00%
21.57%

Color #AEBDC8 in popluar number systems.

HEXAEBDC8
Decimal174189200
Binary101011101011110111001000
Octal256275310

Shades and tints

Shades of #AEBDC8

#AEBDC8
(174,189,200)
#9FACB6
(159,172,182)
#909BA4
(144,155,164)
#818A92
(129,138,146)
#727980
(114,121,128)
#63686E
(99,104,110)
#54575C
(84,87,92)
#45464A
(69,70,74)
#363538
(54,53,56)
#272426
(39,36,38)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #AEBDC8

#AEBDC8
(174,189,200)
#B5C3CD
(181,195,205)
#BCC9D2
(188,201,210)
#C3CFD7
(195,207,215)
#CAD5DC
(202,213,220)
#D1DBE1
(209,219,225)
#D8E1E6
(216,225,230)
#DFE7EB
(223,231,235)
#E6EDF0
(230,237,240)
#EDF3F5
(237,243,245)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDC8; }

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

This text font color is #AEBDC8.


Background Color

.myBgColor { background-color: #AEBDC8; }

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

This div background color is #AEBDC8.


Border color

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

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

This div border color is #AEBDC8.


Opacity

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

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

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

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

This text has shadow with #AEBDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDC8 on black background.


Color preview on white background

This text has color #AEBDC8 on white background.



Black color preview on #AEBDC8 background

This text has black color on #AEBDC8 background.


White color preview on #AEBDC8 background

This text has white color on #AEBDC8 background.