COLOR #AEC7B0

HEX: #AEC7B0 RGB: (174,199,176)

Color info

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

RGB color model

#AEC7B0 color RGB value is (174,199,176).

RGB: (174,199,176) (68%, 78%, 69%)

RGB channels and saturation

R 174 of 255 = 68%
G 199 of 255 = 78%
B 176 of 255 = 69%

174
199
176

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

Portions of RGB colors in percentages

R + G + B = 174 + 199 + 176 = 549 (100%)
R 174 of 549 ~ 31.69%
G 199 of 549 ~ 36.25%
B 176 of 549 ~ 32.06'%

%31.69
%36.25
%32.06

CMYK color model

#AEC7B0 color CMYK value is (13,0,12,22).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 21.96%
CMYK: (13,0,12,22) C13M0Y12K22 (13%,0%,12%,22%) (0.13/0.00/0.12/0.22) 

CMYK percentages

%12.56
%0
%11.56
%21.96

Codes

Color #AEC7B0 in popluar color models

AE C7 B0
RGB 174 199 176
HSL 125° 18.25% 73.14%
HSB/HSV 125° 12.56% 78.04%
CMYK 12.56% 0.00% 11.56%
21.96%

Color #AEC7B0 in popluar number systems.

HEX AE C7 B0
Decimal 174 199 176
Binary 10101110 11000111 10110000
Octal 256 307 260

Shades and tints

Shades of #AEC7B0

#AEC7B0
(174,199,176)
#9FB5A0
(159,181,160)
#90A390
(144,163,144)
#819180
(129,145,128)
#727F70
(114,127,112)
#636D60
(99,109,96)
#545B50
(84,91,80)
#454940
(69,73,64)
#363730
(54,55,48)
#272520
(39,37,32)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #AEC7B0

#AEC7B0
(174,199,176)
#B5CCB7
(181,204,183)
#BCD1BE
(188,209,190)
#C3D6C5
(195,214,197)
#CADBCC
(202,219,204)
#D1E0D3
(209,224,211)
#D8E5DA
(216,229,218)
#DFEAE1
(223,234,225)
#E6EFE8
(230,239,232)
#EDF4EF
(237,244,239)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC7B0; }

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

This text font color is #AEC7B0.

Background Color

.myBgColor { background-color: #AEC7B0; }

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

This div background color is #AEC7B0.

Border color

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

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

This div border color is #AEC7B0.

Opacity

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

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

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

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

This text has shadow with #AEC7B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC7B0.

Preview

Color preview on black background

This text has color #AEC7B0 on black background.


Color preview on white background

This text has color #AEC7B0 on white background.


Black color preview on #AEC7B0 background

This text has black color on #AEC7B0 background.


White color preview on #AEC7B0 background

This text has white color on #AEC7B0 background.


Related colors

Complementary color

Complementary color for #hex is #51384F.


I love getcolorcode.com

Triadic colors

1 #B0AEC7 and #C7B0AE with #AEC7B0 are triadic colors.

2 #B0C7AE and #C7AEB0 with #AEC7B0 are triadic colors.