COLOR #AEEFB8

HEX: #AEEFB8
RGB: (174,239,184)

Color info

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

RGB color model

#AEEFB8 color RGB value is (174,239,184).

  • red value is 174;
  • green value is 239;
  • blue value is 184.
RGB:
(174,239,184)
(68%,94%,72%)

RGB channels and saturation

R 174 of 255 = 68%
G 239 of 255 = 94%
B 184 of 255 = 72%

174
239
184

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

Portions of RGB colors in percentages

R + G + B =
174 + 239 + 184 = 597 (100%)
R 174 of 597 ~ 29.15%
G 239 of 597 ~ 40.03%
B 184 of 597 ~ 30.82%

%29.15
%40.03
%30.82

CMYK color model

#AEEFB8 color CMYK value is (27,0,23,6).

  • cyan value is 27.20%
  • magenta value is 0.00%
  • yellow value is 23.01%
  • key color value is 6.27%
CMYK:
(27,0,23,6)
C27M0Y23K6 
(27%,0%,23%,6%)
(0.27/0.00/0.23/0.06)	

CMYK percentages

%27.2
%0
%23.01
%6.27

Codes

Color #AEEFB8 in popluar color models

AEEFB8
RGB174239184
HSL129°67.01%80.98%
HSB/HSV129°27.20%93.73%
CMYK27.20%0.00%23.01%
6.27%

Color #AEEFB8 in popluar number systems.

HEXAEEFB8
Decimal174239184
Binary101011101110111110111000
Octal256357270

Shades and tints

Shades of #AEEFB8

#AEEFB8
(174,239,184)
#9FDAA8
(159,218,168)
#90C598
(144,197,152)
#81B088
(129,176,136)
#729B78
(114,155,120)
#638668
(99,134,104)
#547158
(84,113,88)
#455C48
(69,92,72)
#364738
(54,71,56)
#273228
(39,50,40)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #AEEFB8

#AEEFB8
(174,239,184)
#B5F0BE
(181,240,190)
#BCF1C4
(188,241,196)
#C3F2CA
(195,242,202)
#CAF3D0
(202,243,208)
#D1F4D6
(209,244,214)
#D8F5DC
(216,245,220)
#DFF6E2
(223,246,226)
#E6F7E8
(230,247,232)
#EDF8EE
(237,248,238)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEFB8 color. Also use rgb(174,239,184) instead hex code.

Text Font Color

.myTextColor { color: #AEEFB8; }

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

This text font color is #AEEFB8.


Background Color

.myBgColor { background-color: #AEEFB8; }

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

This div background color is #AEEFB8.


Border color

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

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

This div border color is #AEEFB8.


Opacity

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

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

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

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

This text has shadow with #AEEFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEFB8 on black background.


Color preview on white background

This text has color #AEEFB8 on white background.



Black color preview on #AEEFB8 background

This text has black color on #AEEFB8 background.


White color preview on #AEEFB8 background

This text has white color on #AEEFB8 background.