COLOR #AECEA3

HEX: #AECEA3
RGB: (174,206,163)

Color info

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

RGB color model

#AECEA3 color RGB value is (174,206,163).

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

RGB channels and saturation

R 174 of 255 = 68%
G 206 of 255 = 81%
B 163 of 255 = 64%

174
206
163

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

Portions of RGB colors in percentages

R + G + B =
174 + 206 + 163 = 543 (100%)
R 174 of 543 ~ 32.04%
G 206 of 543 ~ 37.94%
B 163 of 543 ~ 30.02%

%32.04
%37.94
%30.02

CMYK color model

#AECEA3 color CMYK value is (16,0,21,19).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 19.22%
CMYK:
(16,0,21,19)
C16M0Y21K19 
(16%,0%,21%,19%)
(0.16/0.00/0.21/0.19)	

CMYK percentages

%15.53
%0
%20.87
%19.22

Codes

Color #AECEA3 in popluar color models

AECEA3
RGB174206163
HSL105°30.50%72.35%
HSB/HSV105°20.87%80.78%
CMYK15.53%0.00%20.87%
19.22%

Color #AECEA3 in popluar number systems.

HEXAECEA3
Decimal174206163
Binary101011101100111010100011
Octal256316243

Shades and tints

Shades of #AECEA3

#AECEA3
(174,206,163)
#9FBC95
(159,188,149)
#90AA87
(144,170,135)
#819879
(129,152,121)
#72866B
(114,134,107)
#63745D
(99,116,93)
#54624F
(84,98,79)
#455041
(69,80,65)
#363E33
(54,62,51)
#272C25
(39,44,37)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #AECEA3

#AECEA3
(174,206,163)
#B5D2AB
(181,210,171)
#BCD6B3
(188,214,179)
#C3DABB
(195,218,187)
#CADEC3
(202,222,195)
#D1E2CB
(209,226,203)
#D8E6D3
(216,230,211)
#DFEADB
(223,234,219)
#E6EEE3
(230,238,227)
#EDF2EB
(237,242,235)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECEA3; }

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

This text font color is #AECEA3.


Background Color

.myBgColor { background-color: #AECEA3; }

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

This div background color is #AECEA3.


Border color

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

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

This div border color is #AECEA3.


Opacity

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

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

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

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

This text has shadow with #AECEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECEA3 on black background.


Color preview on white background

This text has color #AECEA3 on white background.



Black color preview on #AECEA3 background

This text has black color on #AECEA3 background.


White color preview on #AECEA3 background

This text has white color on #AECEA3 background.