COLOR #AEDBA1

HEX: #AEDBA1 RGB: (174,219,161)

Color info

#AEDBA1 contains red, green and blue colors in about the same proportion. Web safe color of #AEDBA1 is #99CC99 (or #9C9).

RGB color model

#AEDBA1 color RGB value is (174,219,161).

RGB: (174,219,161) (68%, 86%, 63%)

RGB channels and saturation

R 174 of 255 = 68%
G 219 of 255 = 86%
B 161 of 255 = 63%

174
219
161

R + G + B ~ 72%. #AEDBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 219 + 161 = 554 (100%)
R 174 of 554 ~ 31.41%
G 219 of 554 ~ 39.53%
B 161 of 554 ~ 29.06'%

%31.41
%39.53
%29.06

CMYK color model

#AEDBA1 color CMYK value is (21,0,26,14).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 26.48%
  • key color value is 14.12%

CMYK: (21,0,26,14)
C21M0Y26K14 (21%, 0%, 26%, 14%)
(0.21 / 0.00 / 0.26 / 0.14)

CMYK percentages

%20.55
%0
%26.48
%14.12

Codes

Color #AEDBA1 in popluar color models

AE DB A1
RGB 174 219 161
HSL 107° 44.62% 74.51%
HSB/HSV 107° 26.48% 85.88%
CMYK 20.55% 0.00% 26.48%
14.12%

Color #AEDBA1 in popluar number systems.

HEX AE DB A1
Decimal 174 219 161
Binary 10101110 11011011 10100001
Octal 256 333 241

Shades and tints

Shades of #AEDBA1

#AEDBA1
(174,219,161)
#9FC893
(159,200,147)
#90B585
(144,181,133)
#81A277
(129,162,119)
#728F69
(114,143,105)
#637C5B
(99,124,91)
#54694D
(84,105,77)
#45563F
(69,86,63)
#364331
(54,67,49)
#273023
(39,48,35)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #AEDBA1

#AEDBA1
(174,219,161)
#B5DEA9
(181,222,169)
#BCE1B1
(188,225,177)
#C3E4B9
(195,228,185)
#CAE7C1
(202,231,193)
#D1EAC9
(209,234,201)
#D8EDD1
(216,237,209)
#DFF0D9
(223,240,217)
#E6F3E1
(230,243,225)
#EDF6E9
(237,246,233)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDBA1 color. Also use rgb(174,219,161) instead hex code.

Text Font Color

.myTextColor { color: #AEDBA1; }

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

This text font color is #AEDBA1.

Background Color

.myBgColor { background-color: #AEDBA1; }

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

This div background color is #AEDBA1.

Border color

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

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

This div border color is #AEDBA1.

Opacity

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

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

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

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

This text has shadow with #AEDBA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDBA1.

Preview

Color preview on black background

This text has color #AEDBA1 on black background.


Color preview on white background

This text has color #AEDBA1 on white background.


Black color preview on #AEDBA1 background

This text has black color on #AEDBA1 background.


White color preview on #AEDBA1 background

This text has white color on #AEDBA1 background.


Related colors

Complementary color

Complementary color for #hex is #51245E.


I love getcolorcode.com

Triadic colors

1 #A1AEDB and #DBA1AE with #AEDBA1 are triadic colors.

2 #A1DBAE and #DBAEA1 with #AEDBA1 are triadic colors.