COLOR #AEBCBC

HEX: #AEBCBC
RGB: (174,188,188)

Color info

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

RGB color model

#AEBCBC color RGB value is (174,188,188).

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

RGB channels and saturation

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

174
188
188

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

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 188 = 550 (100%)
R 174 of 550 ~ 31.64%
G 188 of 550 ~ 34.18%
B 188 of 550 ~ 34.18%

%31.64
%34.18
%34.18

CMYK color model

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

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

CMYK percentages

%7.45
%0
%0
%26.27

Codes

Color #AEBCBC in popluar color models

AEBCBC
RGB174188188
HSL180°9.46%70.98%
HSB/HSV180°7.45%73.73%
CMYK7.45%0.00%0.00%
26.27%

Color #AEBCBC in popluar number systems.

HEXAEBCBC
Decimal174188188
Binary101011101011110010111100
Octal256274274

Shades and tints

Shades of #AEBCBC

#AEBCBC
(174,188,188)
#9FABAB
(159,171,171)
#909A9A
(144,154,154)
#818989
(129,137,137)
#727878
(114,120,120)
#636767
(99,103,103)
#545656
(84,86,86)
#454545
(69,69,69)
#363434
(54,52,52)
#272323
(39,35,35)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AEBCBC

#AEBCBC
(174,188,188)
#B5C2C2
(181,194,194)
#BCC8C8
(188,200,200)
#C3CECE
(195,206,206)
#CAD4D4
(202,212,212)
#D1DADA
(209,218,218)
#D8E0E0
(216,224,224)
#DFE6E6
(223,230,230)
#E6ECEC
(230,236,236)
#EDF2F2
(237,242,242)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCBC; }

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

This text font color is #AEBCBC.


Background Color

.myBgColor { background-color: #AEBCBC; }

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

This div background color is #AEBCBC.


Border color

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

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

This div border color is #AEBCBC.


Opacity

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

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

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

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

This text has shadow with #AEBCBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBCBC on black background.


Color preview on white background

This text has color #AEBCBC on white background.



Black color preview on #AEBCBC background

This text has black color on #AEBCBC background.


White color preview on #AEBCBC background

This text has white color on #AEBCBC background.