COLOR #ACE1BD

HEX: #ACE1BD
RGB: (172,225,189)

Color info

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

RGB color model

#ACE1BD color RGB value is (172,225,189).

  • red value is 172;
  • green value is 225;
  • blue value is 189.
RGB:
(172,225,189)
(67%,88%,74%)

RGB channels and saturation

R 172 of 255 = 67%
G 225 of 255 = 88%
B 189 of 255 = 74%

172
225
189

R + G + B ~ 76%. #ACE1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 225 + 189 = 586 (100%)
R 172 of 586 ~ 29.35%
G 225 of 586 ~ 38.4%
B 189 of 586 ~ 32.25%

%29.35
%38.4
%32.25

CMYK color model

#ACE1BD color CMYK value is (24,0,16,12).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 11.76%
CMYK:
(24,0,16,12)
C24M0Y16K12 
(24%,0%,16%,12%)
(0.24/0.00/0.16/0.12)	

CMYK percentages

%23.56
%0
%16
%11.76

Codes

Color #ACE1BD in popluar color models

ACE1BD
RGB172225189
HSL139°46.90%77.84%
HSB/HSV139°23.56%88.24%
CMYK23.56%0.00%16.00%
11.76%

Color #ACE1BD in popluar number systems.

HEXACE1BD
Decimal172225189
Binary101011001110000110111101
Octal254341275

Shades and tints

Shades of #ACE1BD

#ACE1BD
(172,225,189)
#9DCDAC
(157,205,172)
#8EB99B
(142,185,155)
#7FA58A
(127,165,138)
#709179
(112,145,121)
#617D68
(97,125,104)
#526957
(82,105,87)
#435546
(67,85,70)
#344135
(52,65,53)
#252D24
(37,45,36)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #ACE1BD

#ACE1BD
(172,225,189)
#B3E3C3
(179,227,195)
#BAE5C9
(186,229,201)
#C1E7CF
(193,231,207)
#C8E9D5
(200,233,213)
#CFEBDB
(207,235,219)
#D6EDE1
(214,237,225)
#DDEFE7
(221,239,231)
#E4F1ED
(228,241,237)
#EBF3F3
(235,243,243)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE1BD color. Also use rgb(172,225,189) instead hex code.

Text Font Color

.myTextColor { color: #ACE1BD; }

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

This text font color is #ACE1BD.


Background Color

.myBgColor { background-color: #ACE1BD; }

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

This div background color is #ACE1BD.


Border color

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

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

This div border color is #ACE1BD.


Opacity

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

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

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

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

This text has shadow with #ACE1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE1BD on black background.


Color preview on white background

This text has color #ACE1BD on white background.



Black color preview on #ACE1BD background

This text has black color on #ACE1BD background.


White color preview on #ACE1BD background

This text has white color on #ACE1BD background.