COLOR #AEC3AE

HEX: #AEC3AE
RGB: (174,195,174)

Color info

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

RGB color model

#AEC3AE color RGB value is (174,195,174).

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

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 174 of 255 = 68%

174
195
174

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

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 174 = 543 (100%)
R 174 of 543 ~ 32.04%
G 195 of 543 ~ 35.91%
B 174 of 543 ~ 32.04%

%32.04
%35.91
%32.04

CMYK color model

#AEC3AE color CMYK value is (11,0,11,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(11,0,11,24)
C11M0Y11K24 
(11%,0%,11%,24%)
(0.11/0.00/0.11/0.24)	

CMYK percentages

%10.77
%0
%10.77
%23.53

Codes

Color #AEC3AE in popluar color models

AEC3AE
RGB174195174
HSL120°14.89%72.35%
HSB/HSV120°10.77%76.47%
CMYK10.77%0.00%10.77%
23.53%

Color #AEC3AE in popluar number systems.

HEXAEC3AE
Decimal174195174
Binary101011101100001110101110
Octal256303256

Shades and tints

Shades of #AEC3AE

#AEC3AE
(174,195,174)
#9FB29F
(159,178,159)
#90A190
(144,161,144)
#819081
(129,144,129)
#727F72
(114,127,114)
#636E63
(99,110,99)
#545D54
(84,93,84)
#454C45
(69,76,69)
#363B36
(54,59,54)
#272A27
(39,42,39)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #AEC3AE

#AEC3AE
(174,195,174)
#B5C8B5
(181,200,181)
#BCCDBC
(188,205,188)
#C3D2C3
(195,210,195)
#CAD7CA
(202,215,202)
#D1DCD1
(209,220,209)
#D8E1D8
(216,225,216)
#DFE6DF
(223,230,223)
#E6EBE6
(230,235,230)
#EDF0ED
(237,240,237)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC3AE; }

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

This text font color is #AEC3AE.


Background Color

.myBgColor { background-color: #AEC3AE; }

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

This div background color is #AEC3AE.


Border color

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

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

This div border color is #AEC3AE.


Opacity

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

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

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

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

This text has shadow with #AEC3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC3AE on black background.


Color preview on white background

This text has color #AEC3AE on white background.



Black color preview on #AEC3AE background

This text has black color on #AEC3AE background.


White color preview on #AEC3AE background

This text has white color on #AEC3AE background.