COLOR #AEDDB2

HEX: #AEDDB2 RGB: (174,221,178)

Color info

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

RGB color model

#AEDDB2 color RGB value is (174,221,178).

RGB: (174,221,178) (68%, 87%, 70%)

RGB channels and saturation

R 174 of 255 = 68%
G 221 of 255 = 87%
B 178 of 255 = 70%

174
221
178

R + G + B ~ 75%. #AEDDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 221 + 178 = 573 (100%)
R 174 of 573 ~ 30.37%
G 221 of 573 ~ 38.57%
B 178 of 573 ~ 31.06'%

%30.37
%38.57
%31.06

CMYK color model

#AEDDB2 color CMYK value is (21,0,19,13).

  • cyan value is 21.27%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 13.33%
CMYK: (21,0,19,13) C21M0Y19K13 (21%,0%,19%,13%) (0.21/0.00/0.19/0.13) 

CMYK percentages

%21.27
%0
%19.46
%13.33

Codes

Color #AEDDB2 in popluar color models

AE DD B2
RGB 174 221 178
HSL 125° 40.87% 77.45%
HSB/HSV 125° 21.27% 86.67%
CMYK 21.27% 0.00% 19.46%
13.33%

Color #AEDDB2 in popluar number systems.

HEX AE DD B2
Decimal 174 221 178
Binary 10101110 11011101 10110010
Octal 256 335 262

Shades and tints

Shades of #AEDDB2

#AEDDB2
(174,221,178)
#9FC9A2
(159,201,162)
#90B592
(144,181,146)
#81A182
(129,161,130)
#728D72
(114,141,114)
#637962
(99,121,98)
#546552
(84,101,82)
#455142
(69,81,66)
#363D32
(54,61,50)
#272922
(39,41,34)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #AEDDB2

#AEDDB2
(174,221,178)
#B5E0B9
(181,224,185)
#BCE3C0
(188,227,192)
#C3E6C7
(195,230,199)
#CAE9CE
(202,233,206)
#D1ECD5
(209,236,213)
#D8EFDC
(216,239,220)
#DFF2E3
(223,242,227)
#E6F5EA
(230,245,234)
#EDF8F1
(237,248,241)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDDB2 color. Also use rgb(174,221,178) instead hex code.

Text Font Color

.myTextColor { color: #AEDDB2; }

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

This text font color is #AEDDB2.

Background Color

.myBgColor { background-color: #AEDDB2; }

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

This div background color is #AEDDB2.

Border color

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

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

This div border color is #AEDDB2.

Opacity

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

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

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

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

This text has shadow with #AEDDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDDB2.

Preview

Color preview on black background

This text has color #AEDDB2 on black background.


Color preview on white background

This text has color #AEDDB2 on white background.


Black color preview on #AEDDB2 background

This text has black color on #AEDDB2 background.


White color preview on #AEDDB2 background

This text has white color on #AEDDB2 background.


Related colors

Complementary color

Complementary color for #hex is #51224D.


I love getcolorcode.com

Triadic colors

1 #B2AEDD and #DDB2AE with #AEDDB2 are triadic colors.

2 #B2DDAE and #DDAEB2 with #AEDDB2 are triadic colors.