COLOR #ACECA3

HEX: #ACECA3
RGB: (172,236,163)

Color info

#ACECA3 contains mainly green color. Web safe color of #ACECA3 is #99FF99 (or #9F9).

RGB color model

#ACECA3 color RGB value is (172,236,163).

  • red value is 172;
  • green value is 236;
  • blue value is 163.
RGB:
(172,236,163)
(67%,93%,64%)

RGB channels and saturation

R 172 of 255 = 67%
G 236 of 255 = 93%
B 163 of 255 = 64%

172
236
163

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

Portions of RGB colors in percentages

R + G + B =
172 + 236 + 163 = 571 (100%)
R 172 of 571 ~ 30.12%
G 236 of 571 ~ 41.33%
B 163 of 571 ~ 28.55%

%30.12
%41.33
%28.55

CMYK color model

#ACECA3 color CMYK value is (27,0,31,7).

  • cyan value is 27.12%
  • magenta value is 0.00%
  • yellow value is 30.93%
  • key color value is 7.45%
CMYK:
(27,0,31,7)
C27M0Y31K7 
(27%,0%,31%,7%)
(0.27/0.00/0.31/0.07)	

CMYK percentages

%27.12
%0
%30.93
%7.45

Codes

Color #ACECA3 in popluar color models

ACECA3
RGB172236163
HSL113°65.77%78.24%
HSB/HSV113°30.93%92.55%
CMYK27.12%0.00%30.93%
7.45%

Color #ACECA3 in popluar number systems.

HEXACECA3
Decimal172236163
Binary101011001110110010100011
Octal254354243

Shades and tints

Shades of #ACECA3

#ACECA3
(172,236,163)
#9DD795
(157,215,149)
#8EC287
(142,194,135)
#7FAD79
(127,173,121)
#70986B
(112,152,107)
#61835D
(97,131,93)
#526E4F
(82,110,79)
#435941
(67,89,65)
#344433
(52,68,51)
#252F25
(37,47,37)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #ACECA3

#ACECA3
(172,236,163)
#B3EDAB
(179,237,171)
#BAEEB3
(186,238,179)
#C1EFBB
(193,239,187)
#C8F0C3
(200,240,195)
#CFF1CB
(207,241,203)
#D6F2D3
(214,242,211)
#DDF3DB
(221,243,219)
#E4F4E3
(228,244,227)
#EBF5EB
(235,245,235)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACECA3 color. Also use rgb(172,236,163) instead hex code.

Text Font Color

.myTextColor { color: #ACECA3; }

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

This text font color is #ACECA3.


Background Color

.myBgColor { background-color: #ACECA3; }

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

This div background color is #ACECA3.


Border color

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

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

This div border color is #ACECA3.


Opacity

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

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

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

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

This text has shadow with #ACECA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACECA3 on black background.


Color preview on white background

This text has color #ACECA3 on white background.



Black color preview on #ACECA3 background

This text has black color on #ACECA3 background.


White color preview on #ACECA3 background

This text has white color on #ACECA3 background.