COLOR #AECF9C

HEX: #AECF9C
RGB: (174,207,156)

Color info

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

RGB color model

#AECF9C color RGB value is (174,207,156).

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

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 156 of 255 = 61%

174
207
156

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

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 156 = 537 (100%)
R 174 of 537 ~ 32.4%
G 207 of 537 ~ 38.55%
B 156 of 537 ~ 29.05%

%32.4
%38.55
%29.05

CMYK color model

#AECF9C color CMYK value is (16,0,25,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 24.64%
  • key color value is 18.82%
CMYK:
(16,0,25,19)
C16M0Y25K19 
(16%,0%,25%,19%)
(0.16/0.00/0.25/0.19)	

CMYK percentages

%15.94
%0
%24.64
%18.82

Codes

Color #AECF9C in popluar color models

AECF9C
RGB174207156
HSL99°34.69%71.18%
HSB/HSV99°24.64%81.18%
CMYK15.94%0.00%24.64%
18.82%

Color #AECF9C in popluar number systems.

HEXAECF9C
Decimal174207156
Binary101011101100111110011100
Octal256317234

Shades and tints

Shades of #AECF9C

#AECF9C
(174,207,156)
#9FBD8E
(159,189,142)
#90AB80
(144,171,128)
#819972
(129,153,114)
#728764
(114,135,100)
#637556
(99,117,86)
#546348
(84,99,72)
#45513A
(69,81,58)
#363F2C
(54,63,44)
#272D1E
(39,45,30)
#181B10
(24,27,16)
#000000
(0,0,0)

Tints of #AECF9C

#AECF9C
(174,207,156)
#B5D3A5
(181,211,165)
#BCD7AE
(188,215,174)
#C3DBB7
(195,219,183)
#CADFC0
(202,223,192)
#D1E3C9
(209,227,201)
#D8E7D2
(216,231,210)
#DFEBDB
(223,235,219)
#E6EFE4
(230,239,228)
#EDF3ED
(237,243,237)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECF9C; }

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

This text font color is #AECF9C.


Background Color

.myBgColor { background-color: #AECF9C; }

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

This div background color is #AECF9C.


Border color

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

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

This div border color is #AECF9C.


Opacity

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

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

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

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

This text has shadow with #AECF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECF9C on black background.


Color preview on white background

This text has color #AECF9C on white background.



Black color preview on #AECF9C background

This text has black color on #AECF9C background.


White color preview on #AECF9C background

This text has white color on #AECF9C background.