COLOR #AEBFC6

HEX: #AEBFC6 RGB: (174,191,198)

Color info

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

RGB color model

#AEBFC6 color RGB value is (174,191,198).

RGB: (174,191,198) (68%, 75%, 78%)

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 198 of 255 = 78%

174
191
198

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

Portions of RGB colors in percentages

R + G + B = 174 + 191 + 198 = 563 (100%)
R 174 of 563 ~ 30.91%
G 191 of 563 ~ 33.93%
B 198 of 563 ~ 35.17'%

%30.91
%33.93
%35.17

CMYK color model

#AEBFC6 color CMYK value is (12,4,0,22).

  • cyan value is 12.12%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (12,4,0,22)
C12M4Y0K22 (12%, 4%, 0%, 22%)
(0.12 / 0.04 / 0.00 / 0.22)

CMYK percentages

%12.12
%3.54
%0
%22.35

Codes

Color #AEBFC6 in popluar color models

AE BF C6
RGB 174 191 198
HSL 198° 17.39% 72.94%
HSB/HSV 198° 12.12% 77.65%
CMYK 12.12% 3.54% 0.00%
22.35%

Color #AEBFC6 in popluar number systems.

HEX AE BF C6
Decimal 174 191 198
Binary 10101110 10111111 11000110
Octal 256 277 306

Shades and tints

Shades of #AEBFC6

#AEBFC6
(174,191,198)
#9FAEB4
(159,174,180)
#909DA2
(144,157,162)
#818C90
(129,140,144)
#727B7E
(114,123,126)
#636A6C
(99,106,108)
#54595A
(84,89,90)
#454848
(69,72,72)
#363736
(54,55,54)
#272624
(39,38,36)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #AEBFC6

#AEBFC6
(174,191,198)
#B5C4CB
(181,196,203)
#BCC9D0
(188,201,208)
#C3CED5
(195,206,213)
#CAD3DA
(202,211,218)
#D1D8DF
(209,216,223)
#D8DDE4
(216,221,228)
#DFE2E9
(223,226,233)
#E6E7EE
(230,231,238)
#EDECF3
(237,236,243)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBFC6; }

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

This text font color is #AEBFC6.

Background Color

.myBgColor { background-color: #AEBFC6; }

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

This div background color is #AEBFC6.

Border color

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

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

This div border color is #AEBFC6.

Opacity

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

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

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

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

This text has shadow with #AEBFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBFC6.

Preview

Color preview on black background

This text has color #AEBFC6 on black background.


Color preview on white background

This text has color #AEBFC6 on white background.


Black color preview on #AEBFC6 background

This text has black color on #AEBFC6 background.


White color preview on #AEBFC6 background

This text has white color on #AEBFC6 background.


Related colors

Complementary color

Complementary color for #hex is #514039.


I love getcolorcode.com

Triadic colors

1 #C6AEBF and #BFC6AE with #AEBFC6 are triadic colors.

2 #C6BFAE and #BFAEC6 with #AEBFC6 are triadic colors.