COLOR #AED1B2

HEX: #AED1B2 RGB: (174,209,178)

Color info

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

RGB color model

#AED1B2 color RGB value is (174,209,178).

RGB: (174,209,178) (68%, 82%, 70%)

RGB channels and saturation

R 174 of 255 = 68%
G 209 of 255 = 82%
B 178 of 255 = 70%

174
209
178

R + G + B ~ 73%. #AED1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 209 + 178 = 561 (100%)
R 174 of 561 ~ 31.02%
G 209 of 561 ~ 37.25%
B 178 of 561 ~ 31.73'%

%31.02
%37.25
%31.73

CMYK color model

#AED1B2 color CMYK value is (17,0,15,18).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 14.83%
  • key color value is 18.04%
CMYK: (17,0,15,18) C17M0Y15K18 (17%,0%,15%,18%) (0.17/0.00/0.15/0.18) 

CMYK percentages

%16.75
%0
%14.83
%18.04

Codes

Color #AED1B2 in popluar color models

AE D1 B2
RGB 174 209 178
HSL 127° 27.56% 75.10%
HSB/HSV 127° 16.75% 81.96%
CMYK 16.75% 0.00% 14.83%
18.04%

Color #AED1B2 in popluar number systems.

HEX AE D1 B2
Decimal 174 209 178
Binary 10101110 11010001 10110010
Octal 256 321 262

Shades and tints

Shades of #AED1B2

#AED1B2
(174,209,178)
#9FBEA2
(159,190,162)
#90AB92
(144,171,146)
#819882
(129,152,130)
#728572
(114,133,114)
#637262
(99,114,98)
#545F52
(84,95,82)
#454C42
(69,76,66)
#363932
(54,57,50)
#272622
(39,38,34)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #AED1B2

#AED1B2
(174,209,178)
#B5D5B9
(181,213,185)
#BCD9C0
(188,217,192)
#C3DDC7
(195,221,199)
#CAE1CE
(202,225,206)
#D1E5D5
(209,229,213)
#D8E9DC
(216,233,220)
#DFEDE3
(223,237,227)
#E6F1EA
(230,241,234)
#EDF5F1
(237,245,241)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED1B2; }

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

This text font color is #AED1B2.

Background Color

.myBgColor { background-color: #AED1B2; }

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

This div background color is #AED1B2.

Border color

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

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

This div border color is #AED1B2.

Opacity

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

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

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

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

This text has shadow with #AED1B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED1B2.

Preview

Color preview on black background

This text has color #AED1B2 on black background.


Color preview on white background

This text has color #AED1B2 on white background.


Black color preview on #AED1B2 background

This text has black color on #AED1B2 background.


White color preview on #AED1B2 background

This text has white color on #AED1B2 background.


Related colors

Complementary color

Complementary color for #hex is #512E4D.


I love getcolorcode.com

Triadic colors

1 #B2AED1 and #D1B2AE with #AED1B2 are triadic colors.

2 #B2D1AE and #D1AEB2 with #AED1B2 are triadic colors.