COLOR #AEBCB5

HEX: #AEBCB5
RGB: (174,188,181)

Color info

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

RGB color model

#AEBCB5 color RGB value is (174,188,181).

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

RGB channels and saturation

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

174
188
181

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

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 181 = 543 (100%)
R 174 of 543 ~ 32.04%
G 188 of 543 ~ 34.62%
B 181 of 543 ~ 33.33%

%32.04
%34.62
%33.33

CMYK color model

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

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • 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
%3.72
%26.27

Codes

Color #AEBCB5 in popluar color models

AEBCB5
RGB174188181
HSL150°9.46%70.98%
HSB/HSV150°7.45%73.73%
CMYK7.45%0.00%3.72%
26.27%

Color #AEBCB5 in popluar number systems.

HEXAEBCB5
Decimal174188181
Binary101011101011110010110101
Octal256274265

Shades and tints

Shades of #AEBCB5

#AEBCB5
(174,188,181)
#9FABA5
(159,171,165)
#909A95
(144,154,149)
#818985
(129,137,133)
#727875
(114,120,117)
#636765
(99,103,101)
#545655
(84,86,85)
#454545
(69,69,69)
#363435
(54,52,53)
#272325
(39,35,37)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #AEBCB5

#AEBCB5
(174,188,181)
#B5C2BB
(181,194,187)
#BCC8C1
(188,200,193)
#C3CEC7
(195,206,199)
#CAD4CD
(202,212,205)
#D1DAD3
(209,218,211)
#D8E0D9
(216,224,217)
#DFE6DF
(223,230,223)
#E6ECE5
(230,236,229)
#EDF2EB
(237,242,235)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCB5; }

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

This text font color is #AEBCB5.


Background Color

.myBgColor { background-color: #AEBCB5; }

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

This div background color is #AEBCB5.


Border color

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

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

This div border color is #AEBCB5.


Opacity

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

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

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

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

This text has shadow with #AEBCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBCB5 on black background.


Color preview on white background

This text has color #AEBCB5 on white background.



Black color preview on #AEBCB5 background

This text has black color on #AEBCB5 background.


White color preview on #AEBCB5 background

This text has white color on #AEBCB5 background.