COLOR #AEBCB4

HEX: #AEBCB4
RGB: (174,188,180)

Color info

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

RGB color model

#AEBCB4 color RGB value is (174,188,180).

  • red value is 174;
  • green value is 188;
  • blue value is 180.
RGB:
(174,188,180)
(68%,74%,71%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 180 of 255 = 71%

174
188
180

R + G + B ~ 71%. #AEBCB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 180 = 542 (100%)
R 174 of 542 ~ 32.1%
G 188 of 542 ~ 34.69%
B 180 of 542 ~ 33.21%

%32.1
%34.69
%33.21

CMYK color model

#AEBCB4 color CMYK value is (7,0,4,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 26.27%
CMYK:
(7,0,4,26)
C7M0Y4K26 
(7%,0%,4%,26%)
(0.07/0.00/0.04/0.26)	

CMYK percentages

%7.45
%0
%4.26
%26.27

Codes

Color #AEBCB4 in popluar color models

AEBCB4
RGB174188180
HSL146°9.46%70.98%
HSB/HSV146°7.45%73.73%
CMYK7.45%0.00%4.26%
26.27%

Color #AEBCB4 in popluar number systems.

HEXAEBCB4
Decimal174188180
Binary101011101011110010110100
Octal256274264

Shades and tints

Shades of #AEBCB4

#AEBCB4
(174,188,180)
#9FABA4
(159,171,164)
#909A94
(144,154,148)
#818984
(129,137,132)
#727874
(114,120,116)
#636764
(99,103,100)
#545654
(84,86,84)
#454544
(69,69,68)
#363434
(54,52,52)
#272324
(39,35,36)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AEBCB4

#AEBCB4
(174,188,180)
#B5C2BA
(181,194,186)
#BCC8C0
(188,200,192)
#C3CEC6
(195,206,198)
#CAD4CC
(202,212,204)
#D1DAD2
(209,218,210)
#D8E0D8
(216,224,216)
#DFE6DE
(223,230,222)
#E6ECE4
(230,236,228)
#EDF2EA
(237,242,234)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBCB4 color. Also use rgb(174,188,180) instead hex code.

Text Font Color

.myTextColor { color: #AEBCB4; }

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

This text font color is #AEBCB4.


Background Color

.myBgColor { background-color: #AEBCB4; }

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

This div background color is #AEBCB4.


Border color

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

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

This div border color is #AEBCB4.


Opacity

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

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

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

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

This text has shadow with #AEBCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBCB4 on black background.


Color preview on white background

This text has color #AEBCB4 on white background.



Black color preview on #AEBCB4 background

This text has black color on #AEBCB4 background.


White color preview on #AEBCB4 background

This text has white color on #AEBCB4 background.