COLOR #AECDBD

HEX: #AECDBD RGB: (174,205,189)

Color info

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

RGB color model

#AECDBD color RGB value is (174,205,189).

RGB: (174,205,189) (68%, 80%, 74%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 189 of 255 = 74%

174
205
189

R + G + B ~ 74%. #AECDBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 205 + 189 = 568 (100%)
R 174 of 568 ~ 30.63%
G 205 of 568 ~ 36.09%
B 189 of 568 ~ 33.27'%

%30.63
%36.09
%33.27

CMYK color model

#AECDBD color CMYK value is (15,0,8,20).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 19.61%

CMYK: (15,0,8,20)
C15M0Y8K20 (15%, 0%, 8%, 20%)
(0.15 / 0.00 / 0.08 / 0.20)

CMYK percentages

%15.12
%0
%7.8
%19.61

Codes

Color #AECDBD in popluar color models

AE CD BD
RGB 174 205 189
HSL 149° 23.66% 74.31%
HSB/HSV 149° 15.12% 80.39%
CMYK 15.12% 0.00% 7.80%
19.61%

Color #AECDBD in popluar number systems.

HEX AE CD BD
Decimal 174 205 189
Binary 10101110 11001101 10111101
Octal 256 315 275

Shades and tints

Shades of #AECDBD

#AECDBD
(174,205,189)
#9FBBAC
(159,187,172)
#90A99B
(144,169,155)
#81978A
(129,151,138)
#728579
(114,133,121)
#637368
(99,115,104)
#546157
(84,97,87)
#454F46
(69,79,70)
#363D35
(54,61,53)
#272B24
(39,43,36)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #AECDBD

#AECDBD
(174,205,189)
#B5D1C3
(181,209,195)
#BCD5C9
(188,213,201)
#C3D9CF
(195,217,207)
#CADDD5
(202,221,213)
#D1E1DB
(209,225,219)
#D8E5E1
(216,229,225)
#DFE9E7
(223,233,231)
#E6EDED
(230,237,237)
#EDF1F3
(237,241,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECDBD color. Also use rgb(174,205,189) instead hex code.

Text Font Color

.myTextColor { color: #AECDBD; }

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

This text font color is #AECDBD.

Background Color

.myBgColor { background-color: #AECDBD; }

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

This div background color is #AECDBD.

Border color

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

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

This div border color is #AECDBD.

Opacity

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

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

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

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

This text has shadow with #AECDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECDBD.

Preview

Color preview on black background

This text has color #AECDBD on black background.


Color preview on white background

This text has color #AECDBD on white background.


Black color preview on #AECDBD background

This text has black color on #AECDBD background.


White color preview on #AECDBD background

This text has white color on #AECDBD background.


Related colors

Complementary color

Complementary color for #hex is #513242.


I love getcolorcode.com

Triadic colors

1 #BDAECD and #CDBDAE with #AECDBD are triadic colors.

2 #BDCDAE and #CDAEBD with #AECDBD are triadic colors.