COLOR #AEC8AE

HEX: #AEC8AE
RGB: (174,200,174)

Color info

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

RGB color model

#AEC8AE color RGB value is (174,200,174).

  • red value is 174;
  • green value is 200;
  • blue value is 174.
RGB:
(174,200,174)
(68%,78%,68%)

RGB channels and saturation

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

174
200
174

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

Portions of RGB colors in percentages

R + G + B =
174 + 200 + 174 = 548 (100%)
R 174 of 548 ~ 31.75%
G 200 of 548 ~ 36.5%
B 174 of 548 ~ 31.75%

%31.75
%36.5
%31.75

CMYK color model

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

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 21.57%
CMYK:
(13,0,13,22)
C13M0Y13K22 
(13%,0%,13%,22%)
(0.13/0.00/0.13/0.22)	

CMYK percentages

%13
%0
%13
%21.57

Codes

Color #AEC8AE in popluar color models

AEC8AE
RGB174200174
HSL120°19.12%73.33%
HSB/HSV120°13.00%78.43%
CMYK13.00%0.00%13.00%
21.57%

Color #AEC8AE in popluar number systems.

HEXAEC8AE
Decimal174200174
Binary101011101100100010101110
Octal256310256

Shades and tints

Shades of #AEC8AE

#AEC8AE
(174,200,174)
#9FB69F
(159,182,159)
#90A490
(144,164,144)
#819281
(129,146,129)
#728072
(114,128,114)
#636E63
(99,110,99)
#545C54
(84,92,84)
#454A45
(69,74,69)
#363836
(54,56,54)
#272627
(39,38,39)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #AEC8AE

#AEC8AE
(174,200,174)
#B5CDB5
(181,205,181)
#BCD2BC
(188,210,188)
#C3D7C3
(195,215,195)
#CADCCA
(202,220,202)
#D1E1D1
(209,225,209)
#D8E6D8
(216,230,216)
#DFEBDF
(223,235,223)
#E6F0E6
(230,240,230)
#EDF5ED
(237,245,237)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC8AE; }

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

This text font color is #AEC8AE.


Background Color

.myBgColor { background-color: #AEC8AE; }

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

This div background color is #AEC8AE.


Border color

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

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

This div border color is #AEC8AE.


Opacity

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

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

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

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

This text has shadow with #AEC8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC8AE on black background.


Color preview on white background

This text has color #AEC8AE on white background.



Black color preview on #AEC8AE background

This text has black color on #AEC8AE background.


White color preview on #AEC8AE background

This text has white color on #AEC8AE background.