COLOR #ACEBC0

HEX: #ACEBC0
RGB: (172,235,192)

Color info

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

RGB color model

#ACEBC0 color RGB value is (172,235,192).

  • red value is 172;
  • green value is 235;
  • blue value is 192.
RGB:
(172,235,192)
(67%,92%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 235 of 255 = 92%
B 192 of 255 = 75%

172
235
192

R + G + B ~ 78%. #ACEBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 235 + 192 = 599 (100%)
R 172 of 599 ~ 28.71%
G 235 of 599 ~ 39.23%
B 192 of 599 ~ 32.05%

%28.71
%39.23
%32.05

CMYK color model

#ACEBC0 color CMYK value is (27,0,18,8).

  • cyan value is 26.81%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 7.84%
CMYK:
(27,0,18,8)
C27M0Y18K8 
(27%,0%,18%,8%)
(0.27/0.00/0.18/0.08)	

CMYK percentages

%26.81
%0
%18.3
%7.84

Codes

Color #ACEBC0 in popluar color models

ACEBC0
RGB172235192
HSL139°61.17%79.80%
HSB/HSV139°26.81%92.16%
CMYK26.81%0.00%18.30%
7.84%

Color #ACEBC0 in popluar number systems.

HEXACEBC0
Decimal172235192
Binary101011001110101111000000
Octal254353300

Shades and tints

Shades of #ACEBC0

#ACEBC0
(172,235,192)
#9DD6AF
(157,214,175)
#8EC19E
(142,193,158)
#7FAC8D
(127,172,141)
#70977C
(112,151,124)
#61826B
(97,130,107)
#526D5A
(82,109,90)
#435849
(67,88,73)
#344338
(52,67,56)
#252E27
(37,46,39)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #ACEBC0

#ACEBC0
(172,235,192)
#B3ECC5
(179,236,197)
#BAEDCA
(186,237,202)
#C1EECF
(193,238,207)
#C8EFD4
(200,239,212)
#CFF0D9
(207,240,217)
#D6F1DE
(214,241,222)
#DDF2E3
(221,242,227)
#E4F3E8
(228,243,232)
#EBF4ED
(235,244,237)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEBC0 color. Also use rgb(172,235,192) instead hex code.

Text Font Color

.myTextColor { color: #ACEBC0; }

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

This text font color is #ACEBC0.


Background Color

.myBgColor { background-color: #ACEBC0; }

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

This div background color is #ACEBC0.


Border color

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

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

This div border color is #ACEBC0.


Opacity

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

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

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

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

This text has shadow with #ACEBC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEBC0 on black background.


Color preview on white background

This text has color #ACEBC0 on white background.



Black color preview on #ACEBC0 background

This text has black color on #ACEBC0 background.


White color preview on #ACEBC0 background

This text has white color on #ACEBC0 background.