COLOR #AEEBB9

HEX: #AEEBB9
RGB: (174,235,185)

Color info

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

RGB color model

#AEEBB9 color RGB value is (174,235,185).

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

RGB channels and saturation

R 174 of 255 = 68%
G 235 of 255 = 92%
B 185 of 255 = 73%

174
235
185

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

Portions of RGB colors in percentages

R + G + B =
174 + 235 + 185 = 594 (100%)
R 174 of 594 ~ 29.29%
G 235 of 594 ~ 39.56%
B 185 of 594 ~ 31.14%

%29.29
%39.56
%31.14

CMYK color model

#AEEBB9 color CMYK value is (26,0,21,8).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK:
(26,0,21,8)
C26M0Y21K8 
(26%,0%,21%,8%)
(0.26/0.00/0.21/0.08)	

CMYK percentages

%25.96
%0
%21.28
%7.84

Codes

Color #AEEBB9 in popluar color models

AEEBB9
RGB174235185
HSL131°60.40%80.20%
HSB/HSV131°25.96%92.16%
CMYK25.96%0.00%21.28%
7.84%

Color #AEEBB9 in popluar number systems.

HEXAEEBB9
Decimal174235185
Binary101011101110101110111001
Octal256353271

Shades and tints

Shades of #AEEBB9

#AEEBB9
(174,235,185)
#9FD6A9
(159,214,169)
#90C199
(144,193,153)
#81AC89
(129,172,137)
#729779
(114,151,121)
#638269
(99,130,105)
#546D59
(84,109,89)
#455849
(69,88,73)
#364339
(54,67,57)
#272E29
(39,46,41)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #AEEBB9

#AEEBB9
(174,235,185)
#B5ECBF
(181,236,191)
#BCEDC5
(188,237,197)
#C3EECB
(195,238,203)
#CAEFD1
(202,239,209)
#D1F0D7
(209,240,215)
#D8F1DD
(216,241,221)
#DFF2E3
(223,242,227)
#E6F3E9
(230,243,233)
#EDF4EF
(237,244,239)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEBB9; }

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

This text font color is #AEEBB9.


Background Color

.myBgColor { background-color: #AEEBB9; }

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

This div background color is #AEEBB9.


Border color

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

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

This div border color is #AEEBB9.


Opacity

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

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

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

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

This text has shadow with #AEEBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEBB9 on black background.


Color preview on white background

This text has color #AEEBB9 on white background.



Black color preview on #AEEBB9 background

This text has black color on #AEEBB9 background.


White color preview on #AEEBB9 background

This text has white color on #AEEBB9 background.