COLOR #AECDBC

HEX: #AECDBC
RGB: (174,205,188)

Color info

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

RGB color model

#AECDBC color RGB value is (174,205,188).

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

RGB channels and saturation

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

174
205
188

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

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 188 = 567 (100%)
R 174 of 567 ~ 30.69%
G 205 of 567 ~ 36.16%
B 188 of 567 ~ 33.16%

%30.69
%36.16
%33.16

CMYK color model

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

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • 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
%8.29
%19.61

Codes

Color #AECDBC in popluar color models

AECDBC
RGB174205188
HSL147°23.66%74.31%
HSB/HSV147°15.12%80.39%
CMYK15.12%0.00%8.29%
19.61%

Color #AECDBC in popluar number systems.

HEXAECDBC
Decimal174205188
Binary101011101100110110111100
Octal256315274

Shades and tints

Shades of #AECDBC

#AECDBC
(174,205,188)
#9FBBAB
(159,187,171)
#90A99A
(144,169,154)
#819789
(129,151,137)
#728578
(114,133,120)
#637367
(99,115,103)
#546156
(84,97,86)
#454F45
(69,79,69)
#363D34
(54,61,52)
#272B23
(39,43,35)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #AECDBC

#AECDBC
(174,205,188)
#B5D1C2
(181,209,194)
#BCD5C8
(188,213,200)
#C3D9CE
(195,217,206)
#CADDD4
(202,221,212)
#D1E1DA
(209,225,218)
#D8E5E0
(216,229,224)
#DFE9E6
(223,233,230)
#E6EDEC
(230,237,236)
#EDF1F2
(237,241,242)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDBC; }

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

This text font color is #AECDBC.


Background Color

.myBgColor { background-color: #AECDBC; }

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

This div background color is #AECDBC.


Border color

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

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

This div border color is #AECDBC.


Opacity

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

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

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

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

This text has shadow with #AECDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECDBC on black background.


Color preview on white background

This text has color #AECDBC on white background.



Black color preview on #AECDBC background

This text has black color on #AECDBC background.


White color preview on #AECDBC background

This text has white color on #AECDBC background.