COLOR #AECF94

HEX: #AECF94 RGB: (174,207,148)

Color info

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

RGB color model

#AECF94 color RGB value is (174,207,148).

RGB: (174,207,148) (68%, 81%, 58%)

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 148 of 255 = 58%

174
207
148

R + G + B ~ 69%. #AECF94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 207 + 148 = 529 (100%)
R 174 of 529 ~ 32.89%
G 207 of 529 ~ 39.13%
B 148 of 529 ~ 27.98'%

%32.89
%39.13
%27.98

CMYK color model

#AECF94 color CMYK value is (16,0,29,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 18.82%

CMYK: (16,0,29,19)
C16M0Y29K19 (16%, 0%, 29%, 19%)
(0.16 / 0.00 / 0.29 / 0.19)

CMYK percentages

%15.94
%0
%28.5
%18.82

Codes

Color #AECF94 in popluar color models

AE CF 94
RGB 174 207 148
HSL 94° 38.06% 69.61%
HSB/HSV 94° 28.50% 81.18%
CMYK 15.94% 0.00% 28.50%
18.82%

Color #AECF94 in popluar number systems.

HEX AE CF 94
Decimal 174 207 148
Binary 10101110 11001111 10010100
Octal 256 317 224

Shades and tints

Shades of #AECF94

#AECF94
(174,207,148)
#9FBD87
(159,189,135)
#90AB7A
(144,171,122)
#81996D
(129,153,109)
#728760
(114,135,96)
#637553
(99,117,83)
#546346
(84,99,70)
#455139
(69,81,57)
#363F2C
(54,63,44)
#272D1F
(39,45,31)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #AECF94

#AECF94
(174,207,148)
#B5D39D
(181,211,157)
#BCD7A6
(188,215,166)
#C3DBAF
(195,219,175)
#CADFB8
(202,223,184)
#D1E3C1
(209,227,193)
#D8E7CA
(216,231,202)
#DFEBD3
(223,235,211)
#E6EFDC
(230,239,220)
#EDF3E5
(237,243,229)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECF94; }

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

This text font color is #AECF94.

Background Color

.myBgColor { background-color: #AECF94; }

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

This div background color is #AECF94.

Border color

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

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

This div border color is #AECF94.

Opacity

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

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

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

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

This text has shadow with #AECF94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECF94.

Preview

Color preview on black background

This text has color #AECF94 on black background.


Color preview on white background

This text has color #AECF94 on white background.


Black color preview on #AECF94 background

This text has black color on #AECF94 background.


White color preview on #AECF94 background

This text has white color on #AECF94 background.


Related colors

Complementary color

Complementary color for #hex is #51306B.


I love getcolorcode.com

Triadic colors

1 #94AECF and #CF94AE with #AECF94 are triadic colors.

2 #94CFAE and #CFAE94 with #AECF94 are triadic colors.