COLOR #AEC4B1

HEX: #AEC4B1
RGB: (174,196,177)

Color info

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

RGB color model

#AEC4B1 color RGB value is (174,196,177).

  • red value is 174;
  • green value is 196;
  • blue value is 177.
RGB:
(174,196,177)
(68%,77%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 196 of 255 = 77%
B 177 of 255 = 69%

174
196
177

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

Portions of RGB colors in percentages

R + G + B =
174 + 196 + 177 = 547 (100%)
R 174 of 547 ~ 31.81%
G 196 of 547 ~ 35.83%
B 177 of 547 ~ 32.36%

%31.81
%35.83
%32.36

CMYK color model

#AEC4B1 color CMYK value is (11,0,10,23).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(11,0,10,23)
C11M0Y10K23 
(11%,0%,10%,23%)
(0.11/0.00/0.10/0.23)	

CMYK percentages

%11.22
%0
%9.69
%23.14

Codes

Color #AEC4B1 in popluar color models

AEC4B1
RGB174196177
HSL128°15.71%72.55%
HSB/HSV128°11.22%76.86%
CMYK11.22%0.00%9.69%
23.14%

Color #AEC4B1 in popluar number systems.

HEXAEC4B1
Decimal174196177
Binary101011101100010010110001
Octal256304261

Shades and tints

Shades of #AEC4B1

#AEC4B1
(174,196,177)
#9FB3A1
(159,179,161)
#90A291
(144,162,145)
#819181
(129,145,129)
#728071
(114,128,113)
#636F61
(99,111,97)
#545E51
(84,94,81)
#454D41
(69,77,65)
#363C31
(54,60,49)
#272B21
(39,43,33)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #AEC4B1

#AEC4B1
(174,196,177)
#B5C9B8
(181,201,184)
#BCCEBF
(188,206,191)
#C3D3C6
(195,211,198)
#CAD8CD
(202,216,205)
#D1DDD4
(209,221,212)
#D8E2DB
(216,226,219)
#DFE7E2
(223,231,226)
#E6ECE9
(230,236,233)
#EDF1F0
(237,241,240)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC4B1; }

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

This text font color is #AEC4B1.


Background Color

.myBgColor { background-color: #AEC4B1; }

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

This div background color is #AEC4B1.


Border color

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

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

This div border color is #AEC4B1.


Opacity

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

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

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

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

This text has shadow with #AEC4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC4B1 on black background.


Color preview on white background

This text has color #AEC4B1 on white background.



Black color preview on #AEC4B1 background

This text has black color on #AEC4B1 background.


White color preview on #AEC4B1 background

This text has white color on #AEC4B1 background.