COLOR #AEC2AF

HEX: #AEC2AF
RGB: (174,194,175)

Color info

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

RGB color model

#AEC2AF color RGB value is (174,194,175).

  • red value is 174;
  • green value is 194;
  • blue value is 175.
RGB:
(174,194,175)
(68%,76%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 175 of 255 = 69%

174
194
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 194 + 175 = 543 (100%)
R 174 of 543 ~ 32.04%
G 194 of 543 ~ 35.73%
B 175 of 543 ~ 32.23%

%32.04
%35.73
%32.23

CMYK color model

#AEC2AF color CMYK value is (10,0,10,24).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 23.92%
CMYK:
(10,0,10,24)
C10M0Y10K24 
(10%,0%,10%,24%)
(0.10/0.00/0.10/0.24)	

CMYK percentages

%10.31
%0
%9.79
%23.92

Codes

Color #AEC2AF in popluar color models

AEC2AF
RGB174194175
HSL123°14.08%72.16%
HSB/HSV123°10.31%76.08%
CMYK10.31%0.00%9.79%
23.92%

Color #AEC2AF in popluar number systems.

HEXAEC2AF
Decimal174194175
Binary101011101100001010101111
Octal256302257

Shades and tints

Shades of #AEC2AF

#AEC2AF
(174,194,175)
#9FB1A0
(159,177,160)
#90A091
(144,160,145)
#818F82
(129,143,130)
#727E73
(114,126,115)
#636D64
(99,109,100)
#545C55
(84,92,85)
#454B46
(69,75,70)
#363A37
(54,58,55)
#272928
(39,41,40)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #AEC2AF

#AEC2AF
(174,194,175)
#B5C7B6
(181,199,182)
#BCCCBD
(188,204,189)
#C3D1C4
(195,209,196)
#CAD6CB
(202,214,203)
#D1DBD2
(209,219,210)
#D8E0D9
(216,224,217)
#DFE5E0
(223,229,224)
#E6EAE7
(230,234,231)
#EDEFEE
(237,239,238)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC2AF color. Also use rgb(174,194,175) instead hex code.

Text Font Color

.myTextColor { color: #AEC2AF; }

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

This text font color is #AEC2AF.


Background Color

.myBgColor { background-color: #AEC2AF; }

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

This div background color is #AEC2AF.


Border color

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

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

This div border color is #AEC2AF.


Opacity

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

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

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

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

This text has shadow with #AEC2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC2AF on black background.


Color preview on white background

This text has color #AEC2AF on white background.



Black color preview on #AEC2AF background

This text has black color on #AEC2AF background.


White color preview on #AEC2AF background

This text has white color on #AEC2AF background.