COLOR #ACEEC3

HEX: #ACEEC3
RGB: (172,238,195)

Color info

#ACEEC3 contains mainly green and blue colors. Web safe color of #ACEEC3 is #99FFCC (or #9FC).

RGB color model

#ACEEC3 color RGB value is (172,238,195).

  • red value is 172;
  • green value is 238;
  • blue value is 195.
RGB:
(172,238,195)
(67%,93%,76%)

RGB channels and saturation

R 172 of 255 = 67%
G 238 of 255 = 93%
B 195 of 255 = 76%

172
238
195

R + G + B ~ 79%. #ACEEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 238 + 195 = 605 (100%)
R 172 of 605 ~ 28.43%
G 238 of 605 ~ 39.34%
B 195 of 605 ~ 32.23%

%28.43
%39.34
%32.23

CMYK color model

#ACEEC3 color CMYK value is (28,0,18,7).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 6.67%
CMYK:
(28,0,18,7)
C28M0Y18K7 
(28%,0%,18%,7%)
(0.28/0.00/0.18/0.07)	

CMYK percentages

%27.73
%0
%18.07
%6.67

Codes

Color #ACEEC3 in popluar color models

ACEEC3
RGB172238195
HSL141°66.00%80.39%
HSB/HSV141°27.73%93.33%
CMYK27.73%0.00%18.07%
6.67%

Color #ACEEC3 in popluar number systems.

HEXACEEC3
Decimal172238195
Binary101011001110111011000011
Octal254356303

Shades and tints

Shades of #ACEEC3

#ACEEC3
(172,238,195)
#9DD9B2
(157,217,178)
#8EC4A1
(142,196,161)
#7FAF90
(127,175,144)
#709A7F
(112,154,127)
#61856E
(97,133,110)
#52705D
(82,112,93)
#435B4C
(67,91,76)
#34463B
(52,70,59)
#25312A
(37,49,42)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #ACEEC3

#ACEEC3
(172,238,195)
#B3EFC8
(179,239,200)
#BAF0CD
(186,240,205)
#C1F1D2
(193,241,210)
#C8F2D7
(200,242,215)
#CFF3DC
(207,243,220)
#D6F4E1
(214,244,225)
#DDF5E6
(221,245,230)
#E4F6EB
(228,246,235)
#EBF7F0
(235,247,240)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEEC3 color. Also use rgb(172,238,195) instead hex code.

Text Font Color

.myTextColor { color: #ACEEC3; }

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

This text font color is #ACEEC3.


Background Color

.myBgColor { background-color: #ACEEC3; }

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

This div background color is #ACEEC3.


Border color

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

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

This div border color is #ACEEC3.


Opacity

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

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

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

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

This text has shadow with #ACEEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEEC3 on black background.


Color preview on white background

This text has color #ACEEC3 on white background.



Black color preview on #ACEEC3 background

This text has black color on #ACEEC3 background.


White color preview on #ACEEC3 background

This text has white color on #ACEEC3 background.