COLOR #ACE4C5

HEX: #ACE4C5
RGB: (172,228,197)

Color info

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

RGB color model

#ACE4C5 color RGB value is (172,228,197).

  • red value is 172;
  • green value is 228;
  • blue value is 197.
RGB:
(172,228,197)
(67%,89%,77%)

RGB channels and saturation

R 172 of 255 = 67%
G 228 of 255 = 89%
B 197 of 255 = 77%

172
228
197

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

Portions of RGB colors in percentages

R + G + B =
172 + 228 + 197 = 597 (100%)
R 172 of 597 ~ 28.81%
G 228 of 597 ~ 38.19%
B 197 of 597 ~ 33%

%28.81
%38.19
%33

CMYK color model

#ACE4C5 color CMYK value is (25,0,14,11).

  • cyan value is 24.56%
  • magenta value is 0.00%
  • yellow value is 13.60%
  • key color value is 10.59%
CMYK:
(25,0,14,11)
C25M0Y14K11 
(25%,0%,14%,11%)
(0.25/0.00/0.14/0.11)	

CMYK percentages

%24.56
%0
%13.6
%10.59

Codes

Color #ACE4C5 in popluar color models

ACE4C5
RGB172228197
HSL147°50.91%78.43%
HSB/HSV147°24.56%89.41%
CMYK24.56%0.00%13.60%
10.59%

Color #ACE4C5 in popluar number systems.

HEXACE4C5
Decimal172228197
Binary101011001110010011000101
Octal254344305

Shades and tints

Shades of #ACE4C5

#ACE4C5
(172,228,197)
#9DD0B4
(157,208,180)
#8EBCA3
(142,188,163)
#7FA892
(127,168,146)
#709481
(112,148,129)
#618070
(97,128,112)
#526C5F
(82,108,95)
#43584E
(67,88,78)
#34443D
(52,68,61)
#25302C
(37,48,44)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #ACE4C5

#ACE4C5
(172,228,197)
#B3E6CA
(179,230,202)
#BAE8CF
(186,232,207)
#C1EAD4
(193,234,212)
#C8ECD9
(200,236,217)
#CFEEDE
(207,238,222)
#D6F0E3
(214,240,227)
#DDF2E8
(221,242,232)
#E4F4ED
(228,244,237)
#EBF6F2
(235,246,242)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE4C5 color. Also use rgb(172,228,197) instead hex code.

Text Font Color

.myTextColor { color: #ACE4C5; }

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

This text font color is #ACE4C5.


Background Color

.myBgColor { background-color: #ACE4C5; }

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

This div background color is #ACE4C5.


Border color

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

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

This div border color is #ACE4C5.


Opacity

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

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

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

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

This text has shadow with #ACE4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE4C5 on black background.


Color preview on white background

This text has color #ACE4C5 on white background.



Black color preview on #ACE4C5 background

This text has black color on #ACE4C5 background.


White color preview on #ACE4C5 background

This text has white color on #ACE4C5 background.