COLOR #AEBCBB

HEX: #AEBCBB
RGB: (174,188,187)

Color info

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

RGB color model

#AEBCBB color RGB value is (174,188,187).

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

RGB channels and saturation

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

174
188
187

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

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 187 = 549 (100%)
R 174 of 549 ~ 31.69%
G 188 of 549 ~ 34.24%
B 187 of 549 ~ 34.06%

%31.69
%34.24
%34.06

CMYK color model

#AEBCBB color CMYK value is (7,0,1,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 26.27%
CMYK:
(7,0,1,26)
C7M0Y1K26 
(7%,0%,1%,26%)
(0.07/0.00/0.01/0.26)	

CMYK percentages

%7.45
%0
%0.53
%26.27

Codes

Color #AEBCBB in popluar color models

AEBCBB
RGB174188187
HSL176°9.46%70.98%
HSB/HSV176°7.45%73.73%
CMYK7.45%0.00%0.53%
26.27%

Color #AEBCBB in popluar number systems.

HEXAEBCBB
Decimal174188187
Binary101011101011110010111011
Octal256274273

Shades and tints

Shades of #AEBCBB

#AEBCBB
(174,188,187)
#9FABAA
(159,171,170)
#909A99
(144,154,153)
#818988
(129,137,136)
#727877
(114,120,119)
#636766
(99,103,102)
#545655
(84,86,85)
#454544
(69,69,68)
#363433
(54,52,51)
#272322
(39,35,34)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #AEBCBB

#AEBCBB
(174,188,187)
#B5C2C1
(181,194,193)
#BCC8C7
(188,200,199)
#C3CECD
(195,206,205)
#CAD4D3
(202,212,211)
#D1DAD9
(209,218,217)
#D8E0DF
(216,224,223)
#DFE6E5
(223,230,229)
#E6ECEB
(230,236,235)
#EDF2F1
(237,242,241)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCBB; }

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

This text font color is #AEBCBB.


Background Color

.myBgColor { background-color: #AEBCBB; }

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

This div background color is #AEBCBB.


Border color

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

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

This div border color is #AEBCBB.


Opacity

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

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

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

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

This text has shadow with #AEBCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBCBB on black background.


Color preview on white background

This text has color #AEBCBB on white background.



Black color preview on #AEBCBB background

This text has black color on #AEBCBB background.


White color preview on #AEBCBB background

This text has white color on #AEBCBB background.