COLOR #AEC8B4

HEX: #AEC8B4 RGB: (174,200,180)

Color info

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

RGB color model

#AEC8B4 color RGB value is (174,200,180).

RGB: (174,200,180) (68%, 78%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 200 of 255 = 78%
B 180 of 255 = 71%

174
200
180

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

Portions of RGB colors in percentages

R + G + B = 174 + 200 + 180 = 554 (100%)
R 174 of 554 ~ 31.41%
G 200 of 554 ~ 36.1%
B 180 of 554 ~ 32.49'%

%31.41
%36.1
%32.49

CMYK color model

#AEC8B4 color CMYK value is (13,0,10,22).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 21.57%

CMYK: (13,0,10,22)
C13M0Y10K22 (13%, 0%, 10%, 22%)
(0.13 / 0.00 / 0.10 / 0.22)

CMYK percentages

%13
%0
%10
%21.57

Codes

Color #AEC8B4 in popluar color models

AE C8 B4
RGB 174 200 180
HSL 134° 19.12% 73.33%
HSB/HSV 134° 13.00% 78.43%
CMYK 13.00% 0.00% 10.00%
21.57%

Color #AEC8B4 in popluar number systems.

HEX AE C8 B4
Decimal 174 200 180
Binary 10101110 11001000 10110100
Octal 256 310 264

Shades and tints

Shades of #AEC8B4

#AEC8B4
(174,200,180)
#9FB6A4
(159,182,164)
#90A494
(144,164,148)
#819284
(129,146,132)
#728074
(114,128,116)
#636E64
(99,110,100)
#545C54
(84,92,84)
#454A44
(69,74,68)
#363834
(54,56,52)
#272624
(39,38,36)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AEC8B4

#AEC8B4
(174,200,180)
#B5CDBA
(181,205,186)
#BCD2C0
(188,210,192)
#C3D7C6
(195,215,198)
#CADCCC
(202,220,204)
#D1E1D2
(209,225,210)
#D8E6D8
(216,230,216)
#DFEBDE
(223,235,222)
#E6F0E4
(230,240,228)
#EDF5EA
(237,245,234)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC8B4; }

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

This text font color is #AEC8B4.

Background Color

.myBgColor { background-color: #AEC8B4; }

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

This div background color is #AEC8B4.

Border color

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

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

This div border color is #AEC8B4.

Opacity

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

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

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

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

This text has shadow with #AEC8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC8B4.

Preview

Color preview on black background

This text has color #AEC8B4 on black background.


Color preview on white background

This text has color #AEC8B4 on white background.


Black color preview on #AEC8B4 background

This text has black color on #AEC8B4 background.


White color preview on #AEC8B4 background

This text has white color on #AEC8B4 background.


Related colors

Complementary color

Complementary color for #hex is #51374B.


I love getcolorcode.com

Triadic colors

1 #B4AEC8 and #C8B4AE with #AEC8B4 are triadic colors.

2 #B4C8AE and #C8AEB4 with #AEC8B4 are triadic colors.