COLOR #AECAB0

HEX: #AECAB0 RGB: (174,202,176)

Color info

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

RGB color model

#AECAB0 color RGB value is (174,202,176).

RGB: (174,202,176) (68%, 79%, 69%)

RGB channels and saturation

R 174 of 255 = 68%
G 202 of 255 = 79%
B 176 of 255 = 69%

174
202
176

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

Portions of RGB colors in percentages

R + G + B = 174 + 202 + 176 = 552 (100%)
R 174 of 552 ~ 31.52%
G 202 of 552 ~ 36.59%
B 176 of 552 ~ 31.88'%

%31.52
%36.59
%31.88

CMYK color model

#AECAB0 color CMYK value is (14,0,13,21).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 20.78%

CMYK: (14,0,13,21)
C14M0Y13K21 (14%, 0%, 13%, 21%)
(0.14 / 0.00 / 0.13 / 0.21)

CMYK percentages

%13.86
%0
%12.87
%20.78

Codes

Color #AECAB0 in popluar color models

AE CA B0
RGB 174 202 176
HSL 124° 20.90% 73.73%
HSB/HSV 124° 13.86% 79.22%
CMYK 13.86% 0.00% 12.87%
20.78%

Color #AECAB0 in popluar number systems.

HEX AE CA B0
Decimal 174 202 176
Binary 10101110 11001010 10110000
Octal 256 312 260

Shades and tints

Shades of #AECAB0

#AECAB0
(174,202,176)
#9FB8A0
(159,184,160)
#90A690
(144,166,144)
#819480
(129,148,128)
#728270
(114,130,112)
#637060
(99,112,96)
#545E50
(84,94,80)
#454C40
(69,76,64)
#363A30
(54,58,48)
#272820
(39,40,32)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #AECAB0

#AECAB0
(174,202,176)
#B5CEB7
(181,206,183)
#BCD2BE
(188,210,190)
#C3D6C5
(195,214,197)
#CADACC
(202,218,204)
#D1DED3
(209,222,211)
#D8E2DA
(216,226,218)
#DFE6E1
(223,230,225)
#E6EAE8
(230,234,232)
#EDEEEF
(237,238,239)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECAB0; }

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

This text font color is #AECAB0.

Background Color

.myBgColor { background-color: #AECAB0; }

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

This div background color is #AECAB0.

Border color

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

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

This div border color is #AECAB0.

Opacity

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

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

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

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

This text has shadow with #AECAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECAB0.

Preview

Color preview on black background

This text has color #AECAB0 on black background.


Color preview on white background

This text has color #AECAB0 on white background.


Black color preview on #AECAB0 background

This text has black color on #AECAB0 background.


White color preview on #AECAB0 background

This text has white color on #AECAB0 background.


Related colors

Complementary color

Complementary color for #hex is #51354F.


I love getcolorcode.com

Triadic colors

1 #B0AECA and #CAB0AE with #AECAB0 are triadic colors.

2 #B0CAAE and #CAAEB0 with #AECAB0 are triadic colors.