COLOR #AEEBB5

HEX: #AEEBB5
RGB: (174,235,181)

Color info

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

RGB color model

#AEEBB5 color RGB value is (174,235,181).

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

RGB channels and saturation

R 174 of 255 = 68%
G 235 of 255 = 92%
B 181 of 255 = 71%

174
235
181

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

Portions of RGB colors in percentages

R + G + B =
174 + 235 + 181 = 590 (100%)
R 174 of 590 ~ 29.49%
G 235 of 590 ~ 39.83%
B 181 of 590 ~ 30.68%

%29.49
%39.83
%30.68

CMYK color model

#AEEBB5 color CMYK value is (26,0,23,8).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 7.84%
CMYK:
(26,0,23,8)
C26M0Y23K8 
(26%,0%,23%,8%)
(0.26/0.00/0.23/0.08)	

CMYK percentages

%25.96
%0
%22.98
%7.84

Codes

Color #AEEBB5 in popluar color models

AEEBB5
RGB174235181
HSL127°60.40%80.20%
HSB/HSV127°25.96%92.16%
CMYK25.96%0.00%22.98%
7.84%

Color #AEEBB5 in popluar number systems.

HEXAEEBB5
Decimal174235181
Binary101011101110101110110101
Octal256353265

Shades and tints

Shades of #AEEBB5

#AEEBB5
(174,235,181)
#9FD6A5
(159,214,165)
#90C195
(144,193,149)
#81AC85
(129,172,133)
#729775
(114,151,117)
#638265
(99,130,101)
#546D55
(84,109,85)
#455845
(69,88,69)
#364335
(54,67,53)
#272E25
(39,46,37)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #AEEBB5

#AEEBB5
(174,235,181)
#B5ECBB
(181,236,187)
#BCEDC1
(188,237,193)
#C3EEC7
(195,238,199)
#CAEFCD
(202,239,205)
#D1F0D3
(209,240,211)
#D8F1D9
(216,241,217)
#DFF2DF
(223,242,223)
#E6F3E5
(230,243,229)
#EDF4EB
(237,244,235)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEBB5; }

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

This text font color is #AEEBB5.


Background Color

.myBgColor { background-color: #AEEBB5; }

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

This div background color is #AEEBB5.


Border color

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

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

This div border color is #AEEBB5.


Opacity

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

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

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

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

This text has shadow with #AEEBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEBB5 on black background.


Color preview on white background

This text has color #AEEBB5 on white background.



Black color preview on #AEEBB5 background

This text has black color on #AEEBB5 background.


White color preview on #AEEBB5 background

This text has white color on #AEEBB5 background.