COLOR #AECF88

HEX: #AECF88
RGB: (174,207,136)

Color info

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

RGB color model

#AECF88 color RGB value is (174,207,136).

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

RGB channels and saturation

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

174
207
136

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

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 136 = 517 (100%)
R 174 of 517 ~ 33.66%
G 207 of 517 ~ 40.04%
B 136 of 517 ~ 26.31%

%33.66
%40.04
%26.31

CMYK color model

#AECF88 color CMYK value is (16,0,34,19).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 34.30%
  • key color value is 18.82%
CMYK:
(16,0,34,19)
C16M0Y34K19 
(16%,0%,34%,19%)
(0.16/0.00/0.34/0.19)	

CMYK percentages

%15.94
%0
%34.3
%18.82

Codes

Color #AECF88 in popluar color models

AECF88
RGB174207136
HSL88°42.51%67.25%
HSB/HSV88°34.30%81.18%
CMYK15.94%0.00%34.30%
18.82%

Color #AECF88 in popluar number systems.

HEXAECF88
Decimal174207136
Binary101011101100111110001000
Octal256317210

Shades and tints

Shades of #AECF88

#AECF88
(174,207,136)
#9FBD7C
(159,189,124)
#90AB70
(144,171,112)
#819964
(129,153,100)
#728758
(114,135,88)
#63754C
(99,117,76)
#546340
(84,99,64)
#455134
(69,81,52)
#363F28
(54,63,40)
#272D1C
(39,45,28)
#181B10
(24,27,16)
#000000
(0,0,0)

Tints of #AECF88

#AECF88
(174,207,136)
#B5D392
(181,211,146)
#BCD79C
(188,215,156)
#C3DBA6
(195,219,166)
#CADFB0
(202,223,176)
#D1E3BA
(209,227,186)
#D8E7C4
(216,231,196)
#DFEBCE
(223,235,206)
#E6EFD8
(230,239,216)
#EDF3E2
(237,243,226)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECF88; }

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

This text font color is #AECF88.


Background Color

.myBgColor { background-color: #AECF88; }

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

This div background color is #AECF88.


Border color

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

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

This div border color is #AECF88.


Opacity

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

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

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

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

This text has shadow with #AECF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECF88 on black background.


Color preview on white background

This text has color #AECF88 on white background.



Black color preview on #AECF88 background

This text has black color on #AECF88 background.


White color preview on #AECF88 background

This text has white color on #AECF88 background.