COLOR #AEBBC8

HEX: #AEBBC8 RGB: (174,187,200)

Color info

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

RGB color model

#AEBBC8 color RGB value is (174,187,200).

RGB: (174,187,200) (68%, 73%, 78%)

RGB channels and saturation

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

174
187
200

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

Portions of RGB colors in percentages

R + G + B = 174 + 187 + 200 = 561 (100%)
R 174 of 561 ~ 31.02%
G 187 of 561 ~ 33.33%
B 200 of 561 ~ 35.65'%

%31.02
%33.33
%35.65

CMYK color model

#AEBBC8 color CMYK value is (13,7,0,22).

  • cyan value is 13.00%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (13,7,0,22)
C13M7Y0K22 (13%, 7%, 0%, 22%)
(0.13 / 0.07 / 0.00 / 0.22)

CMYK percentages

%13
%6.5
%0
%21.57

Codes

Color #AEBBC8 in popluar color models

AE BB C8
RGB 174 187 200
HSL 210° 19.12% 73.33%
HSB/HSV 210° 13.00% 78.43%
CMYK 13.00% 6.50% 0.00%
21.57%

Color #AEBBC8 in popluar number systems.

HEX AE BB C8
Decimal 174 187 200
Binary 10101110 10111011 11001000
Octal 256 273 310

Shades and tints

Shades of #AEBBC8

#AEBBC8
(174,187,200)
#9FAAB6
(159,170,182)
#9099A4
(144,153,164)
#818892
(129,136,146)
#727780
(114,119,128)
#63666E
(99,102,110)
#54555C
(84,85,92)
#45444A
(69,68,74)
#363338
(54,51,56)
#272226
(39,34,38)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #AEBBC8

#AEBBC8
(174,187,200)
#B5C1CD
(181,193,205)
#BCC7D2
(188,199,210)
#C3CDD7
(195,205,215)
#CAD3DC
(202,211,220)
#D1D9E1
(209,217,225)
#D8DFE6
(216,223,230)
#DFE5EB
(223,229,235)
#E6EBF0
(230,235,240)
#EDF1F5
(237,241,245)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBC8; }

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

This text font color is #AEBBC8.

Background Color

.myBgColor { background-color: #AEBBC8; }

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

This div background color is #AEBBC8.

Border color

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

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

This div border color is #AEBBC8.

Opacity

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

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

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

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

This text has shadow with #AEBBC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBBC8.

Preview

Color preview on black background

This text has color #AEBBC8 on black background.


Color preview on white background

This text has color #AEBBC8 on white background.


Black color preview on #AEBBC8 background

This text has black color on #AEBBC8 background.


White color preview on #AEBBC8 background

This text has white color on #AEBBC8 background.


Related colors

Complementary color

Complementary color for #hex is #514437.


I love getcolorcode.com

Triadic colors

1 #C8AEBB and #BBC8AE with #AEBBC8 are triadic colors.

2 #C8BBAE and #BBAEC8 with #AEBBC8 are triadic colors.