COLOR #AEBCB7

HEX: #AEBCB7
RGB: (174,188,183)

Color info

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

RGB color model

#AEBCB7 color RGB value is (174,188,183).

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

RGB channels and saturation

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

174
188
183

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

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 183 = 545 (100%)
R 174 of 545 ~ 31.93%
G 188 of 545 ~ 34.5%
B 183 of 545 ~ 33.58%

%31.93
%34.5
%33.58

CMYK color model

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

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

CMYK percentages

%7.45
%0
%2.66
%26.27

Codes

Color #AEBCB7 in popluar color models

AEBCB7
RGB174188183
HSL159°9.46%70.98%
HSB/HSV159°7.45%73.73%
CMYK7.45%0.00%2.66%
26.27%

Color #AEBCB7 in popluar number systems.

HEXAEBCB7
Decimal174188183
Binary101011101011110010110111
Octal256274267

Shades and tints

Shades of #AEBCB7

#AEBCB7
(174,188,183)
#9FABA7
(159,171,167)
#909A97
(144,154,151)
#818987
(129,137,135)
#727877
(114,120,119)
#636767
(99,103,103)
#545657
(84,86,87)
#454547
(69,69,71)
#363437
(54,52,55)
#272327
(39,35,39)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AEBCB7

#AEBCB7
(174,188,183)
#B5C2BD
(181,194,189)
#BCC8C3
(188,200,195)
#C3CEC9
(195,206,201)
#CAD4CF
(202,212,207)
#D1DAD5
(209,218,213)
#D8E0DB
(216,224,219)
#DFE6E1
(223,230,225)
#E6ECE7
(230,236,231)
#EDF2ED
(237,242,237)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCB7; }

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

This text font color is #AEBCB7.


Background Color

.myBgColor { background-color: #AEBCB7; }

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

This div background color is #AEBCB7.


Border color

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

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

This div border color is #AEBCB7.


Opacity

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

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

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

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

This text has shadow with #AEBCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBCB7 on black background.


Color preview on white background

This text has color #AEBCB7 on white background.



Black color preview on #AEBCB7 background

This text has black color on #AEBCB7 background.


White color preview on #AEBCB7 background

This text has white color on #AEBCB7 background.