COLOR #AEBCB1

HEX: #AEBCB1 RGB: (174,188,177)

Color info

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

RGB color model

#AEBCB1 color RGB value is (174,188,177).

RGB: (174,188,177) (68%, 74%, 69%)

RGB channels and saturation

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

174
188
177

R + G + B ~ 70%. #AEBCB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 177 = 539 (100%)
R 174 of 539 ~ 32.28%
G 188 of 539 ~ 34.88%
B 177 of 539 ~ 32.84'%

%32.28
%34.88
%32.84

CMYK color model

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

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 26.27%

CMYK: (7,0,6,26)
C7M0Y6K26 (7%, 0%, 6%, 26%)
(0.07 / 0.00 / 0.06 / 0.26)

CMYK percentages

%7.45
%0
%5.85
%26.27

Codes

Color #AEBCB1 in popluar color models

AE BC B1
RGB 174 188 177
HSL 133° 9.46% 70.98%
HSB/HSV 133° 7.45% 73.73%
CMYK 7.45% 0.00% 5.85%
26.27%

Color #AEBCB1 in popluar number systems.

HEX AE BC B1
Decimal 174 188 177
Binary 10101110 10111100 10110001
Octal 256 274 261

Shades and tints

Shades of #AEBCB1

#AEBCB1
(174,188,177)
#9FABA1
(159,171,161)
#909A91
(144,154,145)
#818981
(129,137,129)
#727871
(114,120,113)
#636761
(99,103,97)
#545651
(84,86,81)
#454541
(69,69,65)
#363431
(54,52,49)
#272321
(39,35,33)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #AEBCB1

#AEBCB1
(174,188,177)
#B5C2B8
(181,194,184)
#BCC8BF
(188,200,191)
#C3CEC6
(195,206,198)
#CAD4CD
(202,212,205)
#D1DAD4
(209,218,212)
#D8E0DB
(216,224,219)
#DFE6E2
(223,230,226)
#E6ECE9
(230,236,233)
#EDF2F0
(237,242,240)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCB1; }

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

This text font color is #AEBCB1.

Background Color

.myBgColor { background-color: #AEBCB1; }

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

This div background color is #AEBCB1.

Border color

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

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

This div border color is #AEBCB1.

Opacity

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

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

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

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

This text has shadow with #AEBCB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBCB1.

Preview

Color preview on black background

This text has color #AEBCB1 on black background.


Color preview on white background

This text has color #AEBCB1 on white background.


Black color preview on #AEBCB1 background

This text has black color on #AEBCB1 background.


White color preview on #AEBCB1 background

This text has white color on #AEBCB1 background.


Related colors

Complementary color

Complementary color for #hex is #51434E.


I love getcolorcode.com

Triadic colors

1 #B1AEBC and #BCB1AE with #AEBCB1 are triadic colors.

2 #B1BCAE and #BCAEB1 with #AEBCB1 are triadic colors.