COLOR #AEEEB1

HEX: #AEEEB1
RGB: (174,238,177)

Color info

#AEEEB1 contains mainly green color. Web safe color of #AEEEB1 is #99FF99 (or #9F9).

RGB color model

#AEEEB1 color RGB value is (174,238,177).

  • red value is 174;
  • green value is 238;
  • blue value is 177.
RGB:
(174,238,177)
(68%,93%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 238 of 255 = 93%
B 177 of 255 = 69%

174
238
177

R + G + B ~ 77%. #AEEEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 238 + 177 = 589 (100%)
R 174 of 589 ~ 29.54%
G 238 of 589 ~ 40.41%
B 177 of 589 ~ 30.05%

%29.54
%40.41
%30.05

CMYK color model

#AEEEB1 color CMYK value is (27,0,26,7).

  • cyan value is 26.89%
  • magenta value is 0.00%
  • yellow value is 25.63%
  • key color value is 6.67%
CMYK:
(27,0,26,7)
C27M0Y26K7 
(27%,0%,26%,7%)
(0.27/0.00/0.26/0.07)	

CMYK percentages

%26.89
%0
%25.63
%6.67

Codes

Color #AEEEB1 in popluar color models

AEEEB1
RGB174238177
HSL123°65.31%80.78%
HSB/HSV123°26.89%93.33%
CMYK26.89%0.00%25.63%
6.67%

Color #AEEEB1 in popluar number systems.

HEXAEEEB1
Decimal174238177
Binary101011101110111010110001
Octal256356261

Shades and tints

Shades of #AEEEB1

#AEEEB1
(174,238,177)
#9FD9A1
(159,217,161)
#90C491
(144,196,145)
#81AF81
(129,175,129)
#729A71
(114,154,113)
#638561
(99,133,97)
#547051
(84,112,81)
#455B41
(69,91,65)
#364631
(54,70,49)
#273121
(39,49,33)
#181C11
(24,28,17)
#000000
(0,0,0)

Tints of #AEEEB1

#AEEEB1
(174,238,177)
#B5EFB8
(181,239,184)
#BCF0BF
(188,240,191)
#C3F1C6
(195,241,198)
#CAF2CD
(202,242,205)
#D1F3D4
(209,243,212)
#D8F4DB
(216,244,219)
#DFF5E2
(223,245,226)
#E6F6E9
(230,246,233)
#EDF7F0
(237,247,240)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEEB1 color. Also use rgb(174,238,177) instead hex code.

Text Font Color

.myTextColor { color: #AEEEB1; }

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

This text font color is #AEEEB1.


Background Color

.myBgColor { background-color: #AEEEB1; }

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

This div background color is #AEEEB1.


Border color

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

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

This div border color is #AEEEB1.


Opacity

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

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

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

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

This text has shadow with #AEEEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEEB1 on black background.


Color preview on white background

This text has color #AEEEB1 on white background.



Black color preview on #AEEEB1 background

This text has black color on #AEEEB1 background.


White color preview on #AEEEB1 background

This text has white color on #AEEEB1 background.