COLOR #AED5BE

HEX: #AED5BE RGB: (174,213,190)

Color info

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

RGB color model

#AED5BE color RGB value is (174,213,190).

RGB: (174,213,190) (68%, 84%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 190 of 255 = 75%

174
213
190

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

Portions of RGB colors in percentages

R + G + B = 174 + 213 + 190 = 577 (100%)
R 174 of 577 ~ 30.16%
G 213 of 577 ~ 36.92%
B 190 of 577 ~ 32.93'%

%30.16
%36.92
%32.93

CMYK color model

#AED5BE color CMYK value is (18,0,11,16).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 16.47%

CMYK: (18,0,11,16)
C18M0Y11K16 (18%, 0%, 11%, 16%)
(0.18 / 0.00 / 0.11 / 0.16)

CMYK percentages

%18.31
%0
%10.8
%16.47

Codes

Color #AED5BE in popluar color models

AE D5 BE
RGB 174 213 190
HSL 145° 31.71% 75.88%
HSB/HSV 145° 18.31% 83.53%
CMYK 18.31% 0.00% 10.80%
16.47%

Color #AED5BE in popluar number systems.

HEX AE D5 BE
Decimal 174 213 190
Binary 10101110 11010101 10111110
Octal 256 325 276

Shades and tints

Shades of #AED5BE

#AED5BE
(174,213,190)
#9FC2AD
(159,194,173)
#90AF9C
(144,175,156)
#819C8B
(129,156,139)
#72897A
(114,137,122)
#637669
(99,118,105)
#546358
(84,99,88)
#455047
(69,80,71)
#363D36
(54,61,54)
#272A25
(39,42,37)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #AED5BE

#AED5BE
(174,213,190)
#B5D8C3
(181,216,195)
#BCDBC8
(188,219,200)
#C3DECD
(195,222,205)
#CAE1D2
(202,225,210)
#D1E4D7
(209,228,215)
#D8E7DC
(216,231,220)
#DFEAE1
(223,234,225)
#E6EDE6
(230,237,230)
#EDF0EB
(237,240,235)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED5BE color. Also use rgb(174,213,190) instead hex code.

Text Font Color

.myTextColor { color: #AED5BE; }

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

This text font color is #AED5BE.

Background Color

.myBgColor { background-color: #AED5BE; }

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

This div background color is #AED5BE.

Border color

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

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

This div border color is #AED5BE.

Opacity

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

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

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

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

This text has shadow with #AED5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED5BE.

Preview

Color preview on black background

This text has color #AED5BE on black background.


Color preview on white background

This text has color #AED5BE on white background.


Black color preview on #AED5BE background

This text has black color on #AED5BE background.


White color preview on #AED5BE background

This text has white color on #AED5BE background.


Related colors

Complementary color

Complementary color for #hex is #512A41.


I love getcolorcode.com

Triadic colors

1 #BEAED5 and #D5BEAE with #AED5BE are triadic colors.

2 #BED5AE and #D5AEBE with #AED5BE are triadic colors.