COLOR #AEDCB5

HEX: #AEDCB5 RGB: (174,220,181)

Color info

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

RGB color model

#AEDCB5 color RGB value is (174,220,181).

RGB: (174,220,181) (68%, 86%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 220 of 255 = 86%
B 181 of 255 = 71%

174
220
181

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

Portions of RGB colors in percentages

R + G + B = 174 + 220 + 181 = 575 (100%)
R 174 of 575 ~ 30.26%
G 220 of 575 ~ 38.26%
B 181 of 575 ~ 31.48'%

%30.26
%38.26
%31.48

CMYK color model

#AEDCB5 color CMYK value is (21,0,18,14).

  • cyan value is 20.91%
  • magenta value is 0.00%
  • yellow value is 17.73%
  • key color value is 13.73%

CMYK: (21,0,18,14)
C21M0Y18K14 (21%, 0%, 18%, 14%)
(0.21 / 0.00 / 0.18 / 0.14)

CMYK percentages

%20.91
%0
%17.73
%13.73

Codes

Color #AEDCB5 in popluar color models

AE DC B5
RGB 174 220 181
HSL 129° 39.66% 77.25%
HSB/HSV 129° 20.91% 86.27%
CMYK 20.91% 0.00% 17.73%
13.73%

Color #AEDCB5 in popluar number systems.

HEX AE DC B5
Decimal 174 220 181
Binary 10101110 11011100 10110101
Octal 256 334 265

Shades and tints

Shades of #AEDCB5

#AEDCB5
(174,220,181)
#9FC8A5
(159,200,165)
#90B495
(144,180,149)
#81A085
(129,160,133)
#728C75
(114,140,117)
#637865
(99,120,101)
#546455
(84,100,85)
#455045
(69,80,69)
#363C35
(54,60,53)
#272825
(39,40,37)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AEDCB5

#AEDCB5
(174,220,181)
#B5DFBB
(181,223,187)
#BCE2C1
(188,226,193)
#C3E5C7
(195,229,199)
#CAE8CD
(202,232,205)
#D1EBD3
(209,235,211)
#D8EED9
(216,238,217)
#DFF1DF
(223,241,223)
#E6F4E5
(230,244,229)
#EDF7EB
(237,247,235)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDCB5 color. Also use rgb(174,220,181) instead hex code.

Text Font Color

.myTextColor { color: #AEDCB5; }

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

This text font color is #AEDCB5.

Background Color

.myBgColor { background-color: #AEDCB5; }

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

This div background color is #AEDCB5.

Border color

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

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

This div border color is #AEDCB5.

Opacity

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

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

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

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

This text has shadow with #AEDCB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDCB5.

Preview

Color preview on black background

This text has color #AEDCB5 on black background.


Color preview on white background

This text has color #AEDCB5 on white background.


Black color preview on #AEDCB5 background

This text has black color on #AEDCB5 background.


White color preview on #AEDCB5 background

This text has white color on #AEDCB5 background.


Related colors

Complementary color

Complementary color for #hex is #51234A.


I love getcolorcode.com

Triadic colors

1 #B5AEDC and #DCB5AE with #AEDCB5 are triadic colors.

2 #B5DCAE and #DCAEB5 with #AEDCB5 are triadic colors.