COLOR #AEBBC6

HEX: #AEBBC6
RGB: (174,187,198)

Color info

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

RGB color model

#AEBBC6 color RGB value is (174,187,198).

  • red value is 174;
  • green value is 187;
  • blue value is 198.
RGB:
(174,187,198)
(68%,73%,78%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 198 of 255 = 78%

174
187
198

R + G + B ~ 73%. #AEBBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 187 + 198 = 559 (100%)
R 174 of 559 ~ 31.13%
G 187 of 559 ~ 33.45%
B 198 of 559 ~ 35.42%

%31.13
%33.45
%35.42

CMYK color model

#AEBBC6 color CMYK value is (12,6,0,22).

  • cyan value is 12.12%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(12,6,0,22)
C12M6Y0K22 
(12%,6%,0%,22%)
(0.12/0.06/0.00/0.22)	

CMYK percentages

%12.12
%5.56
%0
%22.35

Codes

Color #AEBBC6 in popluar color models

AEBBC6
RGB174187198
HSL208°17.39%72.94%
HSB/HSV208°12.12%77.65%
CMYK12.12%5.56%0.00%
22.35%

Color #AEBBC6 in popluar number systems.

HEXAEBBC6
Decimal174187198
Binary101011101011101111000110
Octal256273306

Shades and tints

Shades of #AEBBC6

#AEBBC6
(174,187,198)
#9FAAB4
(159,170,180)
#9099A2
(144,153,162)
#818890
(129,136,144)
#72777E
(114,119,126)
#63666C
(99,102,108)
#54555A
(84,85,90)
#454448
(69,68,72)
#363336
(54,51,54)
#272224
(39,34,36)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #AEBBC6

#AEBBC6
(174,187,198)
#B5C1CB
(181,193,203)
#BCC7D0
(188,199,208)
#C3CDD5
(195,205,213)
#CAD3DA
(202,211,218)
#D1D9DF
(209,217,223)
#D8DFE4
(216,223,228)
#DFE5E9
(223,229,233)
#E6EBEE
(230,235,238)
#EDF1F3
(237,241,243)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBC6; }

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

This text font color is #AEBBC6.


Background Color

.myBgColor { background-color: #AEBBC6; }

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

This div background color is #AEBBC6.


Border color

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

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

This div border color is #AEBBC6.


Opacity

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

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

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

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

This text has shadow with #AEBBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBBC6 on black background.


Color preview on white background

This text has color #AEBBC6 on white background.



Black color preview on #AEBBC6 background

This text has black color on #AEBBC6 background.


White color preview on #AEBBC6 background

This text has white color on #AEBBC6 background.