COLOR #AEEBAD

HEX: #AEEBAD
RGB: (174,235,173)

Color info

#AEEBAD contains mainly green color. Web safe color of #AEEBAD is #99FF99 (or #9F9).

RGB color model

#AEEBAD color RGB value is (174,235,173).

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

RGB channels and saturation

R 174 of 255 = 68%
G 235 of 255 = 92%
B 173 of 255 = 68%

174
235
173

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

Portions of RGB colors in percentages

R + G + B =
174 + 235 + 173 = 582 (100%)
R 174 of 582 ~ 29.9%
G 235 of 582 ~ 40.38%
B 173 of 582 ~ 29.73%

%29.9
%40.38
%29.73

CMYK color model

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

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 7.84%
CMYK:
(26,0,26,8)
C26M0Y26K8 
(26%,0%,26%,8%)
(0.26/0.00/0.26/0.08)	

CMYK percentages

%25.96
%0
%26.38
%7.84

Codes

Color #AEEBAD in popluar color models

AEEBAD
RGB174235173
HSL119°60.78%80.00%
HSB/HSV119°26.38%92.16%
CMYK25.96%0.00%26.38%
7.84%

Color #AEEBAD in popluar number systems.

HEXAEEBAD
Decimal174235173
Binary101011101110101110101101
Octal256353255

Shades and tints

Shades of #AEEBAD

#AEEBAD
(174,235,173)
#9FD69E
(159,214,158)
#90C18F
(144,193,143)
#81AC80
(129,172,128)
#729771
(114,151,113)
#638262
(99,130,98)
#546D53
(84,109,83)
#455844
(69,88,68)
#364335
(54,67,53)
#272E26
(39,46,38)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #AEEBAD

#AEEBAD
(174,235,173)
#B5ECB4
(181,236,180)
#BCEDBB
(188,237,187)
#C3EEC2
(195,238,194)
#CAEFC9
(202,239,201)
#D1F0D0
(209,240,208)
#D8F1D7
(216,241,215)
#DFF2DE
(223,242,222)
#E6F3E5
(230,243,229)
#EDF4EC
(237,244,236)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEBAD; }

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

This text font color is #AEEBAD.


Background Color

.myBgColor { background-color: #AEEBAD; }

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

This div background color is #AEEBAD.


Border color

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

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

This div border color is #AEEBAD.


Opacity

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

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

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

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

This text has shadow with #AEEBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEBAD on black background.


Color preview on white background

This text has color #AEEBAD on white background.



Black color preview on #AEEBAD background

This text has black color on #AEEBAD background.


White color preview on #AEEBAD background

This text has white color on #AEEBAD background.