COLOR #AEBACD

HEX: #AEBACD
RGB: (174,186,205)

Color info

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

RGB color model

#AEBACD color RGB value is (174,186,205).

  • red value is 174;
  • green value is 186;
  • blue value is 205.
RGB:
(174,186,205)
(68%,73%,80%)

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 205 of 255 = 80%

174
186
205

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

Portions of RGB colors in percentages

R + G + B =
174 + 186 + 205 = 565 (100%)
R 174 of 565 ~ 30.8%
G 186 of 565 ~ 32.92%
B 205 of 565 ~ 36.28%

%30.8
%32.92
%36.28

CMYK color model

#AEBACD color CMYK value is (15,9,0,20).

  • cyan value is 15.12%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(15,9,0,20)
C15M9Y0K20 
(15%,9%,0%,20%)
(0.15/0.09/0.00/0.20)	

CMYK percentages

%15.12
%9.27
%0
%19.61

Codes

Color #AEBACD in popluar color models

AEBACD
RGB174186205
HSL217°23.66%74.31%
HSB/HSV217°15.12%80.39%
CMYK15.12%9.27%0.00%
19.61%

Color #AEBACD in popluar number systems.

HEXAEBACD
Decimal174186205
Binary101011101011101011001101
Octal256272315

Shades and tints

Shades of #AEBACD

#AEBACD
(174,186,205)
#9FAABB
(159,170,187)
#909AA9
(144,154,169)
#818A97
(129,138,151)
#727A85
(114,122,133)
#636A73
(99,106,115)
#545A61
(84,90,97)
#454A4F
(69,74,79)
#363A3D
(54,58,61)
#272A2B
(39,42,43)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #AEBACD

#AEBACD
(174,186,205)
#B5C0D1
(181,192,209)
#BCC6D5
(188,198,213)
#C3CCD9
(195,204,217)
#CAD2DD
(202,210,221)
#D1D8E1
(209,216,225)
#D8DEE5
(216,222,229)
#DFE4E9
(223,228,233)
#E6EAED
(230,234,237)
#EDF0F1
(237,240,241)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBACD color. Also use rgb(174,186,205) instead hex code.

Text Font Color

.myTextColor { color: #AEBACD; }

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

This text font color is #AEBACD.


Background Color

.myBgColor { background-color: #AEBACD; }

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

This div background color is #AEBACD.


Border color

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

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

This div border color is #AEBACD.


Opacity

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

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

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

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

This text has shadow with #AEBACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBACD on black background.


Color preview on white background

This text has color #AEBACD on white background.



Black color preview on #AEBACD background

This text has black color on #AEBACD background.


White color preview on #AEBACD background

This text has white color on #AEBACD background.