COLOR #AEEBB0

HEX: #AEEBB0
RGB: (174,235,176)

Color info

#AEEBB0 contains mainly green and blue colors. Web safe color of #AEEBB0 is #99FF99 (or #9F9).

RGB color model

#AEEBB0 color RGB value is (174,235,176).

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

RGB channels and saturation

R 174 of 255 = 68%
G 235 of 255 = 92%
B 176 of 255 = 69%

174
235
176

R + G + B ~ 76%. #AEEBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 235 + 176 = 585 (100%)
R 174 of 585 ~ 29.74%
G 235 of 585 ~ 40.17%
B 176 of 585 ~ 30.09%

%29.74
%40.17
%30.09

CMYK color model

#AEEBB0 color CMYK value is (26,0,25,8).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 7.84%
CMYK:
(26,0,25,8)
C26M0Y25K8 
(26%,0%,25%,8%)
(0.26/0.00/0.25/0.08)	

CMYK percentages

%25.96
%0
%25.11
%7.84

Codes

Color #AEEBB0 in popluar color models

AEEBB0
RGB174235176
HSL122°60.40%80.20%
HSB/HSV122°25.96%92.16%
CMYK25.96%0.00%25.11%
7.84%

Color #AEEBB0 in popluar number systems.

HEXAEEBB0
Decimal174235176
Binary101011101110101110110000
Octal256353260

Shades and tints

Shades of #AEEBB0

#AEEBB0
(174,235,176)
#9FD6A0
(159,214,160)
#90C190
(144,193,144)
#81AC80
(129,172,128)
#729770
(114,151,112)
#638260
(99,130,96)
#546D50
(84,109,80)
#455840
(69,88,64)
#364330
(54,67,48)
#272E20
(39,46,32)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #AEEBB0

#AEEBB0
(174,235,176)
#B5ECB7
(181,236,183)
#BCEDBE
(188,237,190)
#C3EEC5
(195,238,197)
#CAEFCC
(202,239,204)
#D1F0D3
(209,240,211)
#D8F1DA
(216,241,218)
#DFF2E1
(223,242,225)
#E6F3E8
(230,243,232)
#EDF4EF
(237,244,239)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEBB0; }

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

This text font color is #AEEBB0.


Background Color

.myBgColor { background-color: #AEEBB0; }

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

This div background color is #AEEBB0.


Border color

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

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

This div border color is #AEEBB0.


Opacity

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

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

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

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

This text has shadow with #AEEBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEBB0 on black background.


Color preview on white background

This text has color #AEEBB0 on white background.



Black color preview on #AEEBB0 background

This text has black color on #AEEBB0 background.


White color preview on #AEEBB0 background

This text has white color on #AEEBB0 background.