COLOR #AECDBA

HEX: #AECDBA
RGB: (174,205,186)

Color info

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

RGB color model

#AECDBA color RGB value is (174,205,186).

  • red value is 174;
  • green value is 205;
  • blue value is 186.
RGB:
(174,205,186)
(68%,80%,73%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 186 of 255 = 73%

174
205
186

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

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 186 = 565 (100%)
R 174 of 565 ~ 30.8%
G 205 of 565 ~ 36.28%
B 186 of 565 ~ 32.92%

%30.8
%36.28
%32.92

CMYK color model

#AECDBA color CMYK value is (15,0,9,20).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 19.61%
CMYK:
(15,0,9,20)
C15M0Y9K20 
(15%,0%,9%,20%)
(0.15/0.00/0.09/0.20)	

CMYK percentages

%15.12
%0
%9.27
%19.61

Codes

Color #AECDBA in popluar color models

AECDBA
RGB174205186
HSL143°23.66%74.31%
HSB/HSV143°15.12%80.39%
CMYK15.12%0.00%9.27%
19.61%

Color #AECDBA in popluar number systems.

HEXAECDBA
Decimal174205186
Binary101011101100110110111010
Octal256315272

Shades and tints

Shades of #AECDBA

#AECDBA
(174,205,186)
#9FBBAA
(159,187,170)
#90A99A
(144,169,154)
#81978A
(129,151,138)
#72857A
(114,133,122)
#63736A
(99,115,106)
#54615A
(84,97,90)
#454F4A
(69,79,74)
#363D3A
(54,61,58)
#272B2A
(39,43,42)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #AECDBA

#AECDBA
(174,205,186)
#B5D1C0
(181,209,192)
#BCD5C6
(188,213,198)
#C3D9CC
(195,217,204)
#CADDD2
(202,221,210)
#D1E1D8
(209,225,216)
#D8E5DE
(216,229,222)
#DFE9E4
(223,233,228)
#E6EDEA
(230,237,234)
#EDF1F0
(237,241,240)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDBA; }

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

This text font color is #AECDBA.


Background Color

.myBgColor { background-color: #AECDBA; }

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

This div background color is #AECDBA.


Border color

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

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

This div border color is #AECDBA.


Opacity

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

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

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

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

This text has shadow with #AECDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECDBA on black background.


Color preview on white background

This text has color #AECDBA on white background.



Black color preview on #AECDBA background

This text has black color on #AECDBA background.


White color preview on #AECDBA background

This text has white color on #AECDBA background.