COLOR #AECBA3

HEX: #AECBA3
RGB: (174,203,163)

Color info

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

RGB color model

#AECBA3 color RGB value is (174,203,163).

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

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 163 of 255 = 64%

174
203
163

R + G + B ~ 71%. #AECBA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 203 + 163 = 540 (100%)
R 174 of 540 ~ 32.22%
G 203 of 540 ~ 37.59%
B 163 of 540 ~ 30.19%

%32.22
%37.59
%30.19

CMYK color model

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

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

CMYK percentages

%14.29
%0
%19.7
%20.39

Codes

Color #AECBA3 in popluar color models

AECBA3
RGB174203163
HSL104°27.78%71.76%
HSB/HSV104°19.70%79.61%
CMYK14.29%0.00%19.70%
20.39%

Color #AECBA3 in popluar number systems.

HEXAECBA3
Decimal174203163
Binary101011101100101110100011
Octal256313243

Shades and tints

Shades of #AECBA3

#AECBA3
(174,203,163)
#9FB995
(159,185,149)
#90A787
(144,167,135)
#819579
(129,149,121)
#72836B
(114,131,107)
#63715D
(99,113,93)
#545F4F
(84,95,79)
#454D41
(69,77,65)
#363B33
(54,59,51)
#272925
(39,41,37)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #AECBA3

#AECBA3
(174,203,163)
#B5CFAB
(181,207,171)
#BCD3B3
(188,211,179)
#C3D7BB
(195,215,187)
#CADBC3
(202,219,195)
#D1DFCB
(209,223,203)
#D8E3D3
(216,227,211)
#DFE7DB
(223,231,219)
#E6EBE3
(230,235,227)
#EDEFEB
(237,239,235)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECBA3; }

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

This text font color is #AECBA3.


Background Color

.myBgColor { background-color: #AECBA3; }

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

This div background color is #AECBA3.


Border color

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

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

This div border color is #AECBA3.


Opacity

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

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

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

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

This text has shadow with #AECBA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECBA3 on black background.


Color preview on white background

This text has color #AECBA3 on white background.



Black color preview on #AECBA3 background

This text has black color on #AECBA3 background.


White color preview on #AECBA3 background

This text has white color on #AECBA3 background.