COLOR #AED7BE

HEX: #AED7BE RGB: (174,215,190)

Color info

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

RGB color model

#AED7BE color RGB value is (174,215,190).

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

RGB channels and saturation

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

174
215
190

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

Portions of RGB colors in percentages

R + G + B = 174 + 215 + 190 = 579 (100%)
R 174 of 579 ~ 30.05%
G 215 of 579 ~ 37.13%
B 190 of 579 ~ 32.82'%

%30.05
%37.13
%32.82

CMYK color model

#AED7BE color CMYK value is (19,0,12,16).

  • cyan value is 19.07%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 15.69%

CMYK: (19,0,12,16)
C19M0Y12K16 (19%, 0%, 12%, 16%)
(0.19 / 0.00 / 0.12 / 0.16)

CMYK percentages

%19.07
%0
%11.63
%15.69

Codes

Color #AED7BE in popluar color models

AE D7 BE
RGB 174 215 190
HSL 143° 33.88% 76.27%
HSB/HSV 143° 19.07% 84.31%
CMYK 19.07% 0.00% 11.63%
15.69%

Color #AED7BE in popluar number systems.

HEX AE D7 BE
Decimal 174 215 190
Binary 10101110 11010111 10111110
Octal 256 327 276

Shades and tints

Shades of #AED7BE

#AED7BE
(174,215,190)
#9FC4AD
(159,196,173)
#90B19C
(144,177,156)
#819E8B
(129,158,139)
#728B7A
(114,139,122)
#637869
(99,120,105)
#546558
(84,101,88)
#455247
(69,82,71)
#363F36
(54,63,54)
#272C25
(39,44,37)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #AED7BE

#AED7BE
(174,215,190)
#B5DAC3
(181,218,195)
#BCDDC8
(188,221,200)
#C3E0CD
(195,224,205)
#CAE3D2
(202,227,210)
#D1E6D7
(209,230,215)
#D8E9DC
(216,233,220)
#DFECE1
(223,236,225)
#E6EFE6
(230,239,230)
#EDF2EB
(237,242,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED7BE; }

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

This text font color is #AED7BE.

Background Color

.myBgColor { background-color: #AED7BE; }

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

This div background color is #AED7BE.

Border color

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

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

This div border color is #AED7BE.

Opacity

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

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

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

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

This text has shadow with #AED7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED7BE.

Preview

Color preview on black background

This text has color #AED7BE on black background.


Color preview on white background

This text has color #AED7BE on white background.


Black color preview on #AED7BE background

This text has black color on #AED7BE background.


White color preview on #AED7BE background

This text has white color on #AED7BE background.


Related colors

Complementary color

Complementary color for #hex is #512841.


I love getcolorcode.com

Triadic colors

1 #BEAED7 and #D7BEAE with #AED7BE are triadic colors.

2 #BED7AE and #D7AEBE with #AED7BE are triadic colors.