COLOR #AEFEBD

HEX: #AEFEBD
RGB: (174,254,189)

Color info

#AEFEBD contains mainly green color. Web safe color of #AEFEBD is #99FFCC (or #9FC).

RGB color model

#AEFEBD color RGB value is (174,254,189).

  • red value is 174;
  • green value is 254;
  • blue value is 189.
RGB:
(174,254,189)
(68%,100%,74%)

RGB channels and saturation

R 174 of 255 = 68%
G 254 of 255 = 100%
B 189 of 255 = 74%

174
254
189

R + G + B ~ 81%. #AEFEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 254 + 189 = 617 (100%)
R 174 of 617 ~ 28.2%
G 254 of 617 ~ 41.17%
B 189 of 617 ~ 30.63%

%28.2
%41.17
%30.63

CMYK color model

#AEFEBD color CMYK value is (31,0,26,0).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 25.59%
  • key color value is 0.39%
CMYK:
(31,0,26,0)
C31M0Y26K0 
(31%,0%,26%,0%)
(0.31/0.00/0.26/0.00)	

CMYK percentages

%31.5
%0
%25.59
%0.39

Codes

Color #AEFEBD in popluar color models

AEFEBD
RGB174254189
HSL131°97.56%83.92%
HSB/HSV131°31.50%99.61%
CMYK31.50%0.00%25.59%
0.39%

Color #AEFEBD in popluar number systems.

HEXAEFEBD
Decimal174254189
Binary101011101111111010111101
Octal256376275

Shades and tints

Shades of #AEFEBD

#AEFEBD
(174,254,189)
#9FE7AC
(159,231,172)
#90D09B
(144,208,155)
#81B98A
(129,185,138)
#72A279
(114,162,121)
#638B68
(99,139,104)
#547457
(84,116,87)
#455D46
(69,93,70)
#364635
(54,70,53)
#272F24
(39,47,36)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #AEFEBD

#AEFEBD
(174,254,189)
#B5FEC3
(181,254,195)
#BCFEC9
(188,254,201)
#C3FECF
(195,254,207)
#CAFED5
(202,254,213)
#D1FEDB
(209,254,219)
#D8FEE1
(216,254,225)
#DFFEE7
(223,254,231)
#E6FEED
(230,254,237)
#EDFEF3
(237,254,243)
#F4FEF9
(244,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEFEBD color. Also use rgb(174,254,189) instead hex code.

Text Font Color

.myTextColor { color: #AEFEBD; }

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

This text font color is #AEFEBD.


Background Color

.myBgColor { background-color: #AEFEBD; }

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

This div background color is #AEFEBD.


Border color

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

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

This div border color is #AEFEBD.


Opacity

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

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

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

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

This text has shadow with #AEFEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFEBD on black background.


Color preview on white background

This text has color #AEFEBD on white background.



Black color preview on #AEFEBD background

This text has black color on #AEFEBD background.


White color preview on #AEFEBD background

This text has white color on #AEFEBD background.