COLOR #AEEBB8

HEX: #AEEBB8
RGB: (174,235,184)

Color info

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

RGB color model

#AEEBB8 color RGB value is (174,235,184).

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

RGB channels and saturation

R 174 of 255 = 68%
G 235 of 255 = 92%
B 184 of 255 = 72%

174
235
184

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

Portions of RGB colors in percentages

R + G + B =
174 + 235 + 184 = 593 (100%)
R 174 of 593 ~ 29.34%
G 235 of 593 ~ 39.63%
B 184 of 593 ~ 31.03%

%29.34
%39.63
%31.03

CMYK color model

#AEEBB8 color CMYK value is (26,0,22,8).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 21.70%
  • key color value is 7.84%
CMYK:
(26,0,22,8)
C26M0Y22K8 
(26%,0%,22%,8%)
(0.26/0.00/0.22/0.08)	

CMYK percentages

%25.96
%0
%21.7
%7.84

Codes

Color #AEEBB8 in popluar color models

AEEBB8
RGB174235184
HSL130°60.40%80.20%
HSB/HSV130°25.96%92.16%
CMYK25.96%0.00%21.70%
7.84%

Color #AEEBB8 in popluar number systems.

HEXAEEBB8
Decimal174235184
Binary101011101110101110111000
Octal256353270

Shades and tints

Shades of #AEEBB8

#AEEBB8
(174,235,184)
#9FD6A8
(159,214,168)
#90C198
(144,193,152)
#81AC88
(129,172,136)
#729778
(114,151,120)
#638268
(99,130,104)
#546D58
(84,109,88)
#455848
(69,88,72)
#364338
(54,67,56)
#272E28
(39,46,40)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #AEEBB8

#AEEBB8
(174,235,184)
#B5ECBE
(181,236,190)
#BCEDC4
(188,237,196)
#C3EECA
(195,238,202)
#CAEFD0
(202,239,208)
#D1F0D6
(209,240,214)
#D8F1DC
(216,241,220)
#DFF2E2
(223,242,226)
#E6F3E8
(230,243,232)
#EDF4EE
(237,244,238)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEBB8; }

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

This text font color is #AEEBB8.


Background Color

.myBgColor { background-color: #AEEBB8; }

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

This div background color is #AEEBB8.


Border color

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

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

This div border color is #AEEBB8.


Opacity

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

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

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

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

This text has shadow with #AEEBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEBB8 on black background.


Color preview on white background

This text has color #AEEBB8 on white background.



Black color preview on #AEEBB8 background

This text has black color on #AEEBB8 background.


White color preview on #AEEBB8 background

This text has white color on #AEEBB8 background.