COLOR #AECF82

HEX: #AECF82
RGB: (174,207,130)

Color info

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

RGB color model

#AECF82 color RGB value is (174,207,130).

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

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 130 of 255 = 51%

174
207
130

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

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 130 = 511 (100%)
R 174 of 511 ~ 34.05%
G 207 of 511 ~ 40.51%
B 130 of 511 ~ 25.44%

%34.05
%40.51
%25.44

CMYK color model

#AECF82 color CMYK value is (16,0,37,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 37.20%
  • key color value is 18.82%
CMYK:
(16,0,37,19)
C16M0Y37K19 
(16%,0%,37%,19%)
(0.16/0.00/0.37/0.19)	

CMYK percentages

%15.94
%0
%37.2
%18.82

Codes

Color #AECF82 in popluar color models

AECF82
RGB174207130
HSL86°44.51%66.08%
HSB/HSV86°37.20%81.18%
CMYK15.94%0.00%37.20%
18.82%

Color #AECF82 in popluar number systems.

HEXAECF82
Decimal174207130
Binary101011101100111110000010
Octal256317202

Shades and tints

Shades of #AECF82

#AECF82
(174,207,130)
#9FBD77
(159,189,119)
#90AB6C
(144,171,108)
#819961
(129,153,97)
#728756
(114,135,86)
#63754B
(99,117,75)
#546340
(84,99,64)
#455135
(69,81,53)
#363F2A
(54,63,42)
#272D1F
(39,45,31)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #AECF82

#AECF82
(174,207,130)
#B5D38D
(181,211,141)
#BCD798
(188,215,152)
#C3DBA3
(195,219,163)
#CADFAE
(202,223,174)
#D1E3B9
(209,227,185)
#D8E7C4
(216,231,196)
#DFEBCF
(223,235,207)
#E6EFDA
(230,239,218)
#EDF3E5
(237,243,229)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECF82; }

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

This text font color is #AECF82.


Background Color

.myBgColor { background-color: #AECF82; }

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

This div background color is #AECF82.


Border color

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

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

This div border color is #AECF82.


Opacity

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

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

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

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

This text has shadow with #AECF82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECF82 on black background.


Color preview on white background

This text has color #AECF82 on white background.



Black color preview on #AECF82 background

This text has black color on #AECF82 background.


White color preview on #AECF82 background

This text has white color on #AECF82 background.