COLOR #AEBACF

HEX: #AEBACF RGB: (174,186,207)

Color info

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

RGB color model

#AEBACF color RGB value is (174,186,207).

RGB: (174,186,207) (68%, 73%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 207 of 255 = 81%

174
186
207

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

Portions of RGB colors in percentages

R + G + B = 174 + 186 + 207 = 567 (100%)
R 174 of 567 ~ 30.69%
G 186 of 567 ~ 32.8%
B 207 of 567 ~ 36.51'%

%30.69
%32.8
%36.51

CMYK color model

#AEBACF color CMYK value is (16,10,0,19).

  • cyan value is 15.94%
  • magenta value is 10.14%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (16,10,0,19)
C16M10Y0K19 (16%, 10%, 0%, 19%)
(0.16 / 0.10 / 0.00 / 0.19)

CMYK percentages

%15.94
%10.14
%0
%18.82

Codes

Color #AEBACF in popluar color models

AE BA CF
RGB 174 186 207
HSL 218° 25.58% 74.71%
HSB/HSV 218° 15.94% 81.18%
CMYK 15.94% 10.14% 0.00%
18.82%

Color #AEBACF in popluar number systems.

HEX AE BA CF
Decimal 174 186 207
Binary 10101110 10111010 11001111
Octal 256 272 317

Shades and tints

Shades of #AEBACF

#AEBACF
(174,186,207)
#9FAABD
(159,170,189)
#909AAB
(144,154,171)
#818A99
(129,138,153)
#727A87
(114,122,135)
#636A75
(99,106,117)
#545A63
(84,90,99)
#454A51
(69,74,81)
#363A3F
(54,58,63)
#272A2D
(39,42,45)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #AEBACF

#AEBACF
(174,186,207)
#B5C0D3
(181,192,211)
#BCC6D7
(188,198,215)
#C3CCDB
(195,204,219)
#CAD2DF
(202,210,223)
#D1D8E3
(209,216,227)
#D8DEE7
(216,222,231)
#DFE4EB
(223,228,235)
#E6EAEF
(230,234,239)
#EDF0F3
(237,240,243)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBACF; }

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

This text font color is #AEBACF.

Background Color

.myBgColor { background-color: #AEBACF; }

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

This div background color is #AEBACF.

Border color

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

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

This div border color is #AEBACF.

Opacity

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

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

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

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

This text has shadow with #AEBACF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBACF.

Preview

Color preview on black background

This text has color #AEBACF on black background.


Color preview on white background

This text has color #AEBACF on white background.


Black color preview on #AEBACF background

This text has black color on #AEBACF background.


White color preview on #AEBACF background

This text has white color on #AEBACF background.


Related colors

Complementary color

Complementary color for #hex is #514530.


I love getcolorcode.com

Triadic colors

1 #CFAEBA and #BACFAE with #AEBACF are triadic colors.

2 #CFBAAE and #BAAECF with #AEBACF are triadic colors.