COLOR #AECBAF

HEX: #AECBAF
RGB: (174,203,175)

Color info

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

RGB color model

#AECBAF color RGB value is (174,203,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 175 of 255 = 69%

174
203
175

R + G + B ~ 72%. #AECBAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 203 + 175 = 552 (100%)
R 174 of 552 ~ 31.52%
G 203 of 552 ~ 36.78%
B 175 of 552 ~ 31.7%

%31.52
%36.78
%31.7

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 20.39%
CMYK:
(14,0,14,20)
C14M0Y14K20 
(14%,0%,14%,20%)
(0.14/0.00/0.14/0.20)	

CMYK percentages

%14.29
%0
%13.79
%20.39

Codes

Color #AECBAF in popluar color models

AECBAF
RGB174203175
HSL122°21.80%73.92%
HSB/HSV122°14.29%79.61%
CMYK14.29%0.00%13.79%
20.39%

Color #AECBAF in popluar number systems.

HEXAECBAF
Decimal174203175
Binary101011101100101110101111
Octal256313257

Shades and tints

Shades of #AECBAF

#AECBAF
(174,203,175)
#9FB9A0
(159,185,160)
#90A791
(144,167,145)
#819582
(129,149,130)
#728373
(114,131,115)
#637164
(99,113,100)
#545F55
(84,95,85)
#454D46
(69,77,70)
#363B37
(54,59,55)
#272928
(39,41,40)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #AECBAF

#AECBAF
(174,203,175)
#B5CFB6
(181,207,182)
#BCD3BD
(188,211,189)
#C3D7C4
(195,215,196)
#CADBCB
(202,219,203)
#D1DFD2
(209,223,210)
#D8E3D9
(216,227,217)
#DFE7E0
(223,231,224)
#E6EBE7
(230,235,231)
#EDEFEE
(237,239,238)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECBAF; }

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

This text font color is #AECBAF.


Background Color

.myBgColor { background-color: #AECBAF; }

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

This div background color is #AECBAF.


Border color

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

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

This div border color is #AECBAF.


Opacity

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

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

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

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

This text has shadow with #AECBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECBAF on black background.


Color preview on white background

This text has color #AECBAF on white background.



Black color preview on #AECBAF background

This text has black color on #AECBAF background.


White color preview on #AECBAF background

This text has white color on #AECBAF background.