COLOR #AECF9D

HEX: #AECF9D
RGB: (174,207,157)

Color info

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

RGB color model

#AECF9D color RGB value is (174,207,157).

  • red value is 174;
  • green value is 207;
  • blue value is 157.
RGB:
(174,207,157)
(68%,81%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 157 of 255 = 62%

174
207
157

R + G + B ~ 70%. #AECF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 157 = 538 (100%)
R 174 of 538 ~ 32.34%
G 207 of 538 ~ 38.48%
B 157 of 538 ~ 29.18%

%32.34
%38.48
%29.18

CMYK color model

#AECF9D color CMYK value is (16,0,24,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 24.15%
  • key color value is 18.82%
CMYK:
(16,0,24,19)
C16M0Y24K19 
(16%,0%,24%,19%)
(0.16/0.00/0.24/0.19)	

CMYK percentages

%15.94
%0
%24.15
%18.82

Codes

Color #AECF9D in popluar color models

AECF9D
RGB174207157
HSL100°34.25%71.37%
HSB/HSV100°24.15%81.18%
CMYK15.94%0.00%24.15%
18.82%

Color #AECF9D in popluar number systems.

HEXAECF9D
Decimal174207157
Binary101011101100111110011101
Octal256317235

Shades and tints

Shades of #AECF9D

#AECF9D
(174,207,157)
#9FBD8F
(159,189,143)
#90AB81
(144,171,129)
#819973
(129,153,115)
#728765
(114,135,101)
#637557
(99,117,87)
#546349
(84,99,73)
#45513B
(69,81,59)
#363F2D
(54,63,45)
#272D1F
(39,45,31)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #AECF9D

#AECF9D
(174,207,157)
#B5D3A5
(181,211,165)
#BCD7AD
(188,215,173)
#C3DBB5
(195,219,181)
#CADFBD
(202,223,189)
#D1E3C5
(209,227,197)
#D8E7CD
(216,231,205)
#DFEBD5
(223,235,213)
#E6EFDD
(230,239,221)
#EDF3E5
(237,243,229)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECF9D; }

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

This text font color is #AECF9D.


Background Color

.myBgColor { background-color: #AECF9D; }

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

This div background color is #AECF9D.


Border color

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

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

This div border color is #AECF9D.


Opacity

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

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

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

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

This text has shadow with #AECF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECF9D on black background.


Color preview on white background

This text has color #AECF9D on white background.



Black color preview on #AECF9D background

This text has black color on #AECF9D background.


White color preview on #AECF9D background

This text has white color on #AECF9D background.