COLOR #AEE8BE

HEX: #AEE8BE
RGB: (174,232,190)

Color info

#AEE8BE contains red, green and blue colors in about the same proportion. Web safe color of #AEE8BE is #99FFCC (or #9FC).

RGB color model

#AEE8BE color RGB value is (174,232,190).

  • red value is 174;
  • green value is 232;
  • blue value is 190.
RGB:
(174,232,190)
(68%,91%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 232 of 255 = 91%
B 190 of 255 = 75%

174
232
190

R + G + B ~ 78%. #AEE8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 232 + 190 = 596 (100%)
R 174 of 596 ~ 29.19%
G 232 of 596 ~ 38.93%
B 190 of 596 ~ 31.88%

%29.19
%38.93
%31.88

CMYK color model

#AEE8BE color CMYK value is (25,0,18,9).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 9.02%
CMYK:
(25,0,18,9)
C25M0Y18K9 
(25%,0%,18%,9%)
(0.25/0.00/0.18/0.09)	

CMYK percentages

%25
%0
%18.1
%9.02

Codes

Color #AEE8BE in popluar color models

AEE8BE
RGB174232190
HSL137°55.77%79.61%
HSB/HSV137°25.00%90.98%
CMYK25.00%0.00%18.10%
9.02%

Color #AEE8BE in popluar number systems.

HEXAEE8BE
Decimal174232190
Binary101011101110100010111110
Octal256350276

Shades and tints

Shades of #AEE8BE

#AEE8BE
(174,232,190)
#9FD3AD
(159,211,173)
#90BE9C
(144,190,156)
#81A98B
(129,169,139)
#72947A
(114,148,122)
#637F69
(99,127,105)
#546A58
(84,106,88)
#455547
(69,85,71)
#364036
(54,64,54)
#272B25
(39,43,37)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEE8BE

#AEE8BE
(174,232,190)
#B5EAC3
(181,234,195)
#BCECC8
(188,236,200)
#C3EECD
(195,238,205)
#CAF0D2
(202,240,210)
#D1F2D7
(209,242,215)
#D8F4DC
(216,244,220)
#DFF6E1
(223,246,225)
#E6F8E6
(230,248,230)
#EDFAEB
(237,250,235)
#F4FCF0
(244,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE8BE color. Also use rgb(174,232,190) instead hex code.

Text Font Color

.myTextColor { color: #AEE8BE; }

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

This text font color is #AEE8BE.


Background Color

.myBgColor { background-color: #AEE8BE; }

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

This div background color is #AEE8BE.


Border color

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

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

This div border color is #AEE8BE.


Opacity

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

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

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

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

This text has shadow with #AEE8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE8BE on black background.


Color preview on white background

This text has color #AEE8BE on white background.



Black color preview on #AEE8BE background

This text has black color on #AEE8BE background.


White color preview on #AEE8BE background

This text has white color on #AEE8BE background.