COLOR #AEBCB9

HEX: #AEBCB9
RGB: (174,188,185)

Color info

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

RGB color model

#AEBCB9 color RGB value is (174,188,185).

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

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 185 of 255 = 73%

174
188
185

R + G + B ~ 72%. #AEBCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 185 = 547 (100%)
R 174 of 547 ~ 31.81%
G 188 of 547 ~ 34.37%
B 185 of 547 ~ 33.82%

%31.81
%34.37
%33.82

CMYK color model

#AEBCB9 color CMYK value is (7,0,2,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK:
(7,0,2,26)
C7M0Y2K26 
(7%,0%,2%,26%)
(0.07/0.00/0.02/0.26)	

CMYK percentages

%7.45
%0
%1.6
%26.27

Codes

Color #AEBCB9 in popluar color models

AEBCB9
RGB174188185
HSL167°9.46%70.98%
HSB/HSV167°7.45%73.73%
CMYK7.45%0.00%1.60%
26.27%

Color #AEBCB9 in popluar number systems.

HEXAEBCB9
Decimal174188185
Binary101011101011110010111001
Octal256274271

Shades and tints

Shades of #AEBCB9

#AEBCB9
(174,188,185)
#9FABA9
(159,171,169)
#909A99
(144,154,153)
#818989
(129,137,137)
#727879
(114,120,121)
#636769
(99,103,105)
#545659
(84,86,89)
#454549
(69,69,73)
#363439
(54,52,57)
#272329
(39,35,41)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #AEBCB9

#AEBCB9
(174,188,185)
#B5C2BF
(181,194,191)
#BCC8C5
(188,200,197)
#C3CECB
(195,206,203)
#CAD4D1
(202,212,209)
#D1DAD7
(209,218,215)
#D8E0DD
(216,224,221)
#DFE6E3
(223,230,227)
#E6ECE9
(230,236,233)
#EDF2EF
(237,242,239)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCB9; }

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

This text font color is #AEBCB9.


Background Color

.myBgColor { background-color: #AEBCB9; }

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

This div background color is #AEBCB9.


Border color

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

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

This div border color is #AEBCB9.


Opacity

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

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

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

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

This text has shadow with #AEBCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBCB9 on black background.


Color preview on white background

This text has color #AEBCB9 on white background.



Black color preview on #AEBCB9 background

This text has black color on #AEBCB9 background.


White color preview on #AEBCB9 background

This text has white color on #AEBCB9 background.