COLOR #AECB7F

HEX: #AECB7F
RGB: (174,203,127)

Color info

#AECB7F contains mainly red and green colors. Web safe color of #AECB7F is #99CC66 (or #9C6).

RGB color model

#AECB7F color RGB value is (174,203,127).

  • red value is 174;
  • green value is 203;
  • blue value is 127.
RGB:
(174,203,127)
(68%,80%,50%)

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 127 of 255 = 50%

174
203
127

R + G + B ~ 66%. #AECB7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 203 + 127 = 504 (100%)
R 174 of 504 ~ 34.52%
G 203 of 504 ~ 40.28%
B 127 of 504 ~ 25.2%

%34.52
%40.28
%25.2

CMYK color model

#AECB7F color CMYK value is (14,0,37,20).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 20.39%
CMYK:
(14,0,37,20)
C14M0Y37K20 
(14%,0%,37%,20%)
(0.14/0.00/0.37/0.20)	

CMYK percentages

%14.29
%0
%37.44
%20.39

Codes

Color #AECB7F in popluar color models

AECB7F
RGB174203127
HSL83°42.22%64.71%
HSB/HSV83°37.44%79.61%
CMYK14.29%0.00%37.44%
20.39%

Color #AECB7F in popluar number systems.

HEXAECB7F
Decimal174203127
Binary10101110110010111111111
Octal256313177

Shades and tints

Shades of #AECB7F

#AECB7F
(174,203,127)
#9FB974
(159,185,116)
#90A769
(144,167,105)
#81955E
(129,149,94)
#728353
(114,131,83)
#637148
(99,113,72)
#545F3D
(84,95,61)
#454D32
(69,77,50)
#363B27
(54,59,39)
#27291C
(39,41,28)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #AECB7F

#AECB7F
(174,203,127)
#B5CF8A
(181,207,138)
#BCD395
(188,211,149)
#C3D7A0
(195,215,160)
#CADBAB
(202,219,171)
#D1DFB6
(209,223,182)
#D8E3C1
(216,227,193)
#DFE7CC
(223,231,204)
#E6EBD7
(230,235,215)
#EDEFE2
(237,239,226)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECB7F; }

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

This text font color is #AECB7F.


Background Color

.myBgColor { background-color: #AECB7F; }

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

This div background color is #AECB7F.


Border color

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

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

This div border color is #AECB7F.


Opacity

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

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

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

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

This text has shadow with #AECB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECB7F on black background.


Color preview on white background

This text has color #AECB7F on white background.



Black color preview on #AECB7F background

This text has black color on #AECB7F background.


White color preview on #AECB7F background

This text has white color on #AECB7F background.