COLOR #AECBC6

HEX: #AECBC6
RGB: (174,203,198)

Color info

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

RGB color model

#AECBC6 color RGB value is (174,203,198).

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

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 198 of 255 = 78%

174
203
198

R + G + B ~ 75%. #AECBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 203 + 198 = 575 (100%)
R 174 of 575 ~ 30.26%
G 203 of 575 ~ 35.3%
B 198 of 575 ~ 34.43%

%30.26
%35.3
%34.43

CMYK color model

#AECBC6 color CMYK value is (14,0,2,20).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 2.46%
  • key color value is 20.39%
CMYK:
(14,0,2,20)
C14M0Y2K20 
(14%,0%,2%,20%)
(0.14/0.00/0.02/0.20)	

CMYK percentages

%14.29
%0
%2.46
%20.39

Codes

Color #AECBC6 in popluar color models

AECBC6
RGB174203198
HSL170°21.80%73.92%
HSB/HSV170°14.29%79.61%
CMYK14.29%0.00%2.46%
20.39%

Color #AECBC6 in popluar number systems.

HEXAECBC6
Decimal174203198
Binary101011101100101111000110
Octal256313306

Shades and tints

Shades of #AECBC6

#AECBC6
(174,203,198)
#9FB9B4
(159,185,180)
#90A7A2
(144,167,162)
#819590
(129,149,144)
#72837E
(114,131,126)
#63716C
(99,113,108)
#545F5A
(84,95,90)
#454D48
(69,77,72)
#363B36
(54,59,54)
#272924
(39,41,36)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #AECBC6

#AECBC6
(174,203,198)
#B5CFCB
(181,207,203)
#BCD3D0
(188,211,208)
#C3D7D5
(195,215,213)
#CADBDA
(202,219,218)
#D1DFDF
(209,223,223)
#D8E3E4
(216,227,228)
#DFE7E9
(223,231,233)
#E6EBEE
(230,235,238)
#EDEFF3
(237,239,243)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECBC6; }

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

This text font color is #AECBC6.


Background Color

.myBgColor { background-color: #AECBC6; }

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

This div background color is #AECBC6.


Border color

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

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

This div border color is #AECBC6.


Opacity

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

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

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

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

This text has shadow with #AECBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECBC6 on black background.


Color preview on white background

This text has color #AECBC6 on white background.



Black color preview on #AECBC6 background

This text has black color on #AECBC6 background.


White color preview on #AECBC6 background

This text has white color on #AECBC6 background.