COLOR #AEFBE1

HEX: #AEFBE1
RGB: (174,251,225)

Color info

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

RGB color model

#AEFBE1 color RGB value is (174,251,225).

  • red value is 174;
  • green value is 251;
  • blue value is 225.
RGB:
(174,251,225)
(68%,98%,88%)

RGB channels and saturation

R 174 of 255 = 68%
G 251 of 255 = 98%
B 225 of 255 = 88%

174
251
225

R + G + B ~ 85%. #AEFBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 251 + 225 = 650 (100%)
R 174 of 650 ~ 26.77%
G 251 of 650 ~ 38.62%
B 225 of 650 ~ 34.62%

%26.77
%38.62
%34.62

CMYK color model

#AEFBE1 color CMYK value is (31,0,10,2).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(31,0,10,2)
C31M0Y10K2 
(31%,0%,10%,2%)
(0.31/0.00/0.10/0.02)	

CMYK percentages

%30.68
%0
%10.36
%1.57

Codes

Color #AEFBE1 in popluar color models

AEFBE1
RGB174251225
HSL160°90.59%83.33%
HSB/HSV160°30.68%98.43%
CMYK30.68%0.00%10.36%
1.57%

Color #AEFBE1 in popluar number systems.

HEXAEFBE1
Decimal174251225
Binary101011101111101111100001
Octal256373341

Shades and tints

Shades of #AEFBE1

#AEFBE1
(174,251,225)
#9FE5CD
(159,229,205)
#90CFB9
(144,207,185)
#81B9A5
(129,185,165)
#72A391
(114,163,145)
#638D7D
(99,141,125)
#547769
(84,119,105)
#456155
(69,97,85)
#364B41
(54,75,65)
#27352D
(39,53,45)
#181F19
(24,31,25)
#000000
(0,0,0)

Tints of #AEFBE1

#AEFBE1
(174,251,225)
#B5FBE3
(181,251,227)
#BCFBE5
(188,251,229)
#C3FBE7
(195,251,231)
#CAFBE9
(202,251,233)
#D1FBEB
(209,251,235)
#D8FBED
(216,251,237)
#DFFBEF
(223,251,239)
#E6FBF1
(230,251,241)
#EDFBF3
(237,251,243)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEFBE1 color. Also use rgb(174,251,225) instead hex code.

Text Font Color

.myTextColor { color: #AEFBE1; }

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

This text font color is #AEFBE1.


Background Color

.myBgColor { background-color: #AEFBE1; }

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

This div background color is #AEFBE1.


Border color

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

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

This div border color is #AEFBE1.


Opacity

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

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

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

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

This text has shadow with #AEFBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFBE1 on black background.


Color preview on white background

This text has color #AEFBE1 on white background.



Black color preview on #AEFBE1 background

This text has black color on #AEFBE1 background.


White color preview on #AEFBE1 background

This text has white color on #AEFBE1 background.