COLOR #AEF2BD

HEX: #AEF2BD
RGB: (174,242,189)

Color info

#AEF2BD contains mainly green and blue colors. Web safe color of #AEF2BD is #99FFCC (or #9FC).

RGB color model

#AEF2BD color RGB value is (174,242,189).

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

RGB channels and saturation

R 174 of 255 = 68%
G 242 of 255 = 95%
B 189 of 255 = 74%

174
242
189

R + G + B ~ 79%. #AEF2BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 242 + 189 = 605 (100%)
R 174 of 605 ~ 28.76%
G 242 of 605 ~ 40%
B 189 of 605 ~ 31.24%

%28.76
%40
%31.24

CMYK color model

#AEF2BD color CMYK value is (28,0,22,5).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(28,0,22,5)
C28M0Y22K5 
(28%,0%,22%,5%)
(0.28/0.00/0.22/0.05)	

CMYK percentages

%28.1
%0
%21.9
%5.1

Codes

Color #AEF2BD in popluar color models

AEF2BD
RGB174242189
HSL133°72.34%81.57%
HSB/HSV133°28.10%94.90%
CMYK28.10%0.00%21.90%
5.10%

Color #AEF2BD in popluar number systems.

HEXAEF2BD
Decimal174242189
Binary101011101111001010111101
Octal256362275

Shades and tints

Shades of #AEF2BD

#AEF2BD
(174,242,189)
#9FDCAC
(159,220,172)
#90C69B
(144,198,155)
#81B08A
(129,176,138)
#729A79
(114,154,121)
#638468
(99,132,104)
#546E57
(84,110,87)
#455846
(69,88,70)
#364235
(54,66,53)
#272C24
(39,44,36)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #AEF2BD

#AEF2BD
(174,242,189)
#B5F3C3
(181,243,195)
#BCF4C9
(188,244,201)
#C3F5CF
(195,245,207)
#CAF6D5
(202,246,213)
#D1F7DB
(209,247,219)
#D8F8E1
(216,248,225)
#DFF9E7
(223,249,231)
#E6FAED
(230,250,237)
#EDFBF3
(237,251,243)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF2BD; }

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

This text font color is #AEF2BD.


Background Color

.myBgColor { background-color: #AEF2BD; }

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

This div background color is #AEF2BD.


Border color

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

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

This div border color is #AEF2BD.


Opacity

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

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

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

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

This text has shadow with #AEF2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF2BD on black background.


Color preview on white background

This text has color #AEF2BD on white background.



Black color preview on #AEF2BD background

This text has black color on #AEF2BD background.


White color preview on #AEF2BD background

This text has white color on #AEF2BD background.