COLOR #ACECDC

HEX: #ACECDC
RGB: (172,236,220)

Color info

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

RGB color model

#ACECDC color RGB value is (172,236,220).

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

RGB channels and saturation

R 172 of 255 = 67%
G 236 of 255 = 93%
B 220 of 255 = 86%

172
236
220

R + G + B ~ 82%. #ACECDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 236 + 220 = 628 (100%)
R 172 of 628 ~ 27.39%
G 236 of 628 ~ 37.58%
B 220 of 628 ~ 35.03%

%27.39
%37.58
%35.03

CMYK color model

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

  • cyan value is 27.12%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 7.45%
CMYK:
(27,0,7,7)
C27M0Y7K7 
(27%,0%,7%,7%)
(0.27/0.00/0.07/0.07)	

CMYK percentages

%27.12
%0
%6.78
%7.45

Codes

Color #ACECDC in popluar color models

ACECDC
RGB172236220
HSL165°62.75%80.00%
HSB/HSV165°27.12%92.55%
CMYK27.12%0.00%6.78%
7.45%

Color #ACECDC in popluar number systems.

HEXACECDC
Decimal172236220
Binary101011001110110011011100
Octal254354334

Shades and tints

Shades of #ACECDC

#ACECDC
(172,236,220)
#9DD7C8
(157,215,200)
#8EC2B4
(142,194,180)
#7FADA0
(127,173,160)
#70988C
(112,152,140)
#618378
(97,131,120)
#526E64
(82,110,100)
#435950
(67,89,80)
#34443C
(52,68,60)
#252F28
(37,47,40)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #ACECDC

#ACECDC
(172,236,220)
#B3EDDF
(179,237,223)
#BAEEE2
(186,238,226)
#C1EFE5
(193,239,229)
#C8F0E8
(200,240,232)
#CFF1EB
(207,241,235)
#D6F2EE
(214,242,238)
#DDF3F1
(221,243,241)
#E4F4F4
(228,244,244)
#EBF5F7
(235,245,247)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACECDC; }

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

This text font color is #ACECDC.


Background Color

.myBgColor { background-color: #ACECDC; }

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

This div background color is #ACECDC.


Border color

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

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

This div border color is #ACECDC.


Opacity

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

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

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

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

This text has shadow with #ACECDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACECDC on black background.


Color preview on white background

This text has color #ACECDC on white background.



Black color preview on #ACECDC background

This text has black color on #ACECDC background.


White color preview on #ACECDC background

This text has white color on #ACECDC background.