COLOR #AEBDCC

HEX: #AEBDCC
RGB: (174,189,204)

Color info

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

RGB color model

#AEBDCC color RGB value is (174,189,204).

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

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 204 of 255 = 80%

174
189
204

R + G + B ~ 74%. #AEBDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 204 = 567 (100%)
R 174 of 567 ~ 30.69%
G 189 of 567 ~ 33.33%
B 204 of 567 ~ 35.98%

%30.69
%33.33
%35.98

CMYK color model

#AEBDCC color CMYK value is (15,7,0,20).

  • cyan value is 14.71%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(15,7,0,20)
C15M7Y0K20 
(15%,7%,0%,20%)
(0.15/0.07/0.00/0.20)	

CMYK percentages

%14.71
%7.35
%0
%20

Codes

Color #AEBDCC in popluar color models

AEBDCC
RGB174189204
HSL210°22.73%74.12%
HSB/HSV210°14.71%80.00%
CMYK14.71%7.35%0.00%
20.00%

Color #AEBDCC in popluar number systems.

HEXAEBDCC
Decimal174189204
Binary101011101011110111001100
Octal256275314

Shades and tints

Shades of #AEBDCC

#AEBDCC
(174,189,204)
#9FACBA
(159,172,186)
#909BA8
(144,155,168)
#818A96
(129,138,150)
#727984
(114,121,132)
#636872
(99,104,114)
#545760
(84,87,96)
#45464E
(69,70,78)
#36353C
(54,53,60)
#27242A
(39,36,42)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #AEBDCC

#AEBDCC
(174,189,204)
#B5C3D0
(181,195,208)
#BCC9D4
(188,201,212)
#C3CFD8
(195,207,216)
#CAD5DC
(202,213,220)
#D1DBE0
(209,219,224)
#D8E1E4
(216,225,228)
#DFE7E8
(223,231,232)
#E6EDEC
(230,237,236)
#EDF3F0
(237,243,240)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDCC; }

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

This text font color is #AEBDCC.


Background Color

.myBgColor { background-color: #AEBDCC; }

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

This div background color is #AEBDCC.


Border color

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

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

This div border color is #AEBDCC.


Opacity

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

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

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

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

This text has shadow with #AEBDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDCC on black background.


Color preview on white background

This text has color #AEBDCC on white background.



Black color preview on #AEBDCC background

This text has black color on #AEBDCC background.


White color preview on #AEBDCC background

This text has white color on #AEBDCC background.