COLOR #AECF86

HEX: #AECF86
RGB: (174,207,134)

Color info

#AECF86 contains mainly red and green colors. Web safe color of #AECF86 is #99CC99 (or #9C9).

RGB color model

#AECF86 color RGB value is (174,207,134).

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

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 134 of 255 = 53%

174
207
134

R + G + B ~ 67%. #AECF86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 134 = 515 (100%)
R 174 of 515 ~ 33.79%
G 207 of 515 ~ 40.19%
B 134 of 515 ~ 26.02%

%33.79
%40.19
%26.02

CMYK color model

#AECF86 color CMYK value is (16,0,35,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 35.27%
  • key color value is 18.82%
CMYK:
(16,0,35,19)
C16M0Y35K19 
(16%,0%,35%,19%)
(0.16/0.00/0.35/0.19)	

CMYK percentages

%15.94
%0
%35.27
%18.82

Codes

Color #AECF86 in popluar color models

AECF86
RGB174207134
HSL87°43.20%66.86%
HSB/HSV87°35.27%81.18%
CMYK15.94%0.00%35.27%
18.82%

Color #AECF86 in popluar number systems.

HEXAECF86
Decimal174207134
Binary101011101100111110000110
Octal256317206

Shades and tints

Shades of #AECF86

#AECF86
(174,207,134)
#9FBD7A
(159,189,122)
#90AB6E
(144,171,110)
#819962
(129,153,98)
#728756
(114,135,86)
#63754A
(99,117,74)
#54633E
(84,99,62)
#455132
(69,81,50)
#363F26
(54,63,38)
#272D1A
(39,45,26)
#181B0E
(24,27,14)
#000000
(0,0,0)

Tints of #AECF86

#AECF86
(174,207,134)
#B5D391
(181,211,145)
#BCD79C
(188,215,156)
#C3DBA7
(195,219,167)
#CADFB2
(202,223,178)
#D1E3BD
(209,227,189)
#D8E7C8
(216,231,200)
#DFEBD3
(223,235,211)
#E6EFDE
(230,239,222)
#EDF3E9
(237,243,233)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECF86; }

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

This text font color is #AECF86.


Background Color

.myBgColor { background-color: #AECF86; }

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

This div background color is #AECF86.


Border color

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

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

This div border color is #AECF86.


Opacity

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

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

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

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

This text has shadow with #AECF86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECF86 on black background.


Color preview on white background

This text has color #AECF86 on white background.



Black color preview on #AECF86 background

This text has black color on #AECF86 background.


White color preview on #AECF86 background

This text has white color on #AECF86 background.