COLOR #AECBB6

HEX: #AECBB6
RGB: (174,203,182)

Color info

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

RGB color model

#AECBB6 color RGB value is (174,203,182).

  • red value is 174;
  • green value is 203;
  • blue value is 182.
RGB:
(174,203,182)
(68%,80%,71%)

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 182 of 255 = 71%

174
203
182

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

Portions of RGB colors in percentages

R + G + B =
174 + 203 + 182 = 559 (100%)
R 174 of 559 ~ 31.13%
G 203 of 559 ~ 36.31%
B 182 of 559 ~ 32.56%

%31.13
%36.31
%32.56

CMYK color model

#AECBB6 color CMYK value is (14,0,10,20).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 20.39%
CMYK:
(14,0,10,20)
C14M0Y10K20 
(14%,0%,10%,20%)
(0.14/0.00/0.10/0.20)	

CMYK percentages

%14.29
%0
%10.34
%20.39

Codes

Color #AECBB6 in popluar color models

AECBB6
RGB174203182
HSL137°21.80%73.92%
HSB/HSV137°14.29%79.61%
CMYK14.29%0.00%10.34%
20.39%

Color #AECBB6 in popluar number systems.

HEXAECBB6
Decimal174203182
Binary101011101100101110110110
Octal256313266

Shades and tints

Shades of #AECBB6

#AECBB6
(174,203,182)
#9FB9A6
(159,185,166)
#90A796
(144,167,150)
#819586
(129,149,134)
#728376
(114,131,118)
#637166
(99,113,102)
#545F56
(84,95,86)
#454D46
(69,77,70)
#363B36
(54,59,54)
#272926
(39,41,38)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AECBB6

#AECBB6
(174,203,182)
#B5CFBC
(181,207,188)
#BCD3C2
(188,211,194)
#C3D7C8
(195,215,200)
#CADBCE
(202,219,206)
#D1DFD4
(209,223,212)
#D8E3DA
(216,227,218)
#DFE7E0
(223,231,224)
#E6EBE6
(230,235,230)
#EDEFEC
(237,239,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECBB6 color. Also use rgb(174,203,182) instead hex code.

Text Font Color

.myTextColor { color: #AECBB6; }

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

This text font color is #AECBB6.


Background Color

.myBgColor { background-color: #AECBB6; }

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

This div background color is #AECBB6.


Border color

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

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

This div border color is #AECBB6.


Opacity

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

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

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

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

This text has shadow with #AECBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECBB6 on black background.


Color preview on white background

This text has color #AECBB6 on white background.



Black color preview on #AECBB6 background

This text has black color on #AECBB6 background.


White color preview on #AECBB6 background

This text has white color on #AECBB6 background.