COLOR #AEBFD6

HEX: #AEBFD6 RGB: (174,191,214)

Color info

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

RGB color model

#AEBFD6 color RGB value is (174,191,214).

RGB: (174,191,214) (68%, 75%, 84%)

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 214 of 255 = 84%

174
191
214

R + G + B ~ 76%. #AEBFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 191 + 214 = 579 (100%)
R 174 of 579 ~ 30.05%
G 191 of 579 ~ 32.99%
B 214 of 579 ~ 36.96'%

%30.05
%32.99
%36.96

CMYK color model

#AEBFD6 color CMYK value is (19,11,0,16).

  • cyan value is 18.69%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (19,11,0,16) C19M11Y0K16 (19%,11%,0%,16%) (0.19/0.11/0.00/0.16) 

CMYK percentages

%18.69
%10.75
%0
%16.08

Codes

Color #AEBFD6 in popluar color models

AE BF D6
RGB 174 191 214
HSL 215° 32.79% 76.08%
HSB/HSV 215° 18.69% 83.92%
CMYK 18.69% 10.75% 0.00%
16.08%

Color #AEBFD6 in popluar number systems.

HEX AE BF D6
Decimal 174 191 214
Binary 10101110 10111111 11010110
Octal 256 277 326

Shades and tints

Shades of #AEBFD6

#AEBFD6
(174,191,214)
#9FAEC3
(159,174,195)
#909DB0
(144,157,176)
#818C9D
(129,140,157)
#727B8A
(114,123,138)
#636A77
(99,106,119)
#545964
(84,89,100)
#454851
(69,72,81)
#36373E
(54,55,62)
#27262B
(39,38,43)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEBFD6

#AEBFD6
(174,191,214)
#B5C4D9
(181,196,217)
#BCC9DC
(188,201,220)
#C3CEDF
(195,206,223)
#CAD3E2
(202,211,226)
#D1D8E5
(209,216,229)
#D8DDE8
(216,221,232)
#DFE2EB
(223,226,235)
#E6E7EE
(230,231,238)
#EDECF1
(237,236,241)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBFD6 color. Also use rgb(174,191,214) instead hex code.

Text Font Color

.myTextColor { color: #AEBFD6; }

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

This text font color is #AEBFD6.

Background Color

.myBgColor { background-color: #AEBFD6; }

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

This div background color is #AEBFD6.

Border color

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

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

This div border color is #AEBFD6.

Opacity

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

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

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

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

This text has shadow with #AEBFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBFD6.

Preview

Color preview on black background

This text has color #AEBFD6 on black background.


Color preview on white background

This text has color #AEBFD6 on white background.


Black color preview on #AEBFD6 background

This text has black color on #AEBFD6 background.


White color preview on #AEBFD6 background

This text has white color on #AEBFD6 background.


Related colors

Complementary color

Complementary color for #hex is #514029.


I love getcolorcode.com

Triadic colors

1 #D6AEBF and #BFD6AE with #AEBFD6 are triadic colors.

2 #D6BFAE and #BFAED6 with #AEBFD6 are triadic colors.