COLOR #AECF85

HEX: #AECF85 RGB: (174,207,133)

Color info

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

RGB color model

#AECF85 color RGB value is (174,207,133).

RGB: (174,207,133) (68%, 81%, 52%)

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 133 of 255 = 52%

174
207
133

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

Portions of RGB colors in percentages

R + G + B = 174 + 207 + 133 = 514 (100%)
R 174 of 514 ~ 33.85%
G 207 of 514 ~ 40.27%
B 133 of 514 ~ 25.88'%

%33.85
%40.27
%25.88

CMYK color model

#AECF85 color CMYK value is (16,0,36,19).

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

CMYK: (16,0,36,19)
C16M0Y36K19 (16%, 0%, 36%, 19%)
(0.16 / 0.00 / 0.36 / 0.19)

CMYK percentages

%15.94
%0
%35.75
%18.82

Codes

Color #AECF85 in popluar color models

AE CF 85
RGB 174 207 133
HSL 87° 43.53% 66.67%
HSB/HSV 87° 35.75% 81.18%
CMYK 15.94% 0.00% 35.75%
18.82%

Color #AECF85 in popluar number systems.

HEX AE CF 85
Decimal 174 207 133
Binary 10101110 11001111 10000101
Octal 256 317 205

Shades and tints

Shades of #AECF85

#AECF85
(174,207,133)
#9FBD79
(159,189,121)
#90AB6D
(144,171,109)
#819961
(129,153,97)
#728755
(114,135,85)
#637549
(99,117,73)
#54633D
(84,99,61)
#455131
(69,81,49)
#363F25
(54,63,37)
#272D19
(39,45,25)
#181B0D
(24,27,13)
#000000
(0,0,0)

Tints of #AECF85

#AECF85
(174,207,133)
#B5D390
(181,211,144)
#BCD79B
(188,215,155)
#C3DBA6
(195,219,166)
#CADFB1
(202,223,177)
#D1E3BC
(209,227,188)
#D8E7C7
(216,231,199)
#DFEBD2
(223,235,210)
#E6EFDD
(230,239,221)
#EDF3E8
(237,243,232)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECF85; }

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

This text font color is #AECF85.

Background Color

.myBgColor { background-color: #AECF85; }

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

This div background color is #AECF85.

Border color

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

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

This div border color is #AECF85.

Opacity

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

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

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

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

This text has shadow with #AECF85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECF85.

Preview

Color preview on black background

This text has color #AECF85 on black background.


Color preview on white background

This text has color #AECF85 on white background.


Black color preview on #AECF85 background

This text has black color on #AECF85 background.


White color preview on #AECF85 background

This text has white color on #AECF85 background.


Related colors

Complementary color

Complementary color for #hex is #51307A.


I love getcolorcode.com

Triadic colors

1 #85AECF and #CF85AE with #AECF85 are triadic colors.

2 #85CFAE and #CFAE85 with #AECF85 are triadic colors.