COLOR #ACE3DB

HEX: #ACE3DB
RGB: (172,227,219)

Color info

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

RGB color model

#ACE3DB color RGB value is (172,227,219).

  • red value is 172;
  • green value is 227;
  • blue value is 219.
RGB:
(172,227,219)
(67%,89%,86%)

RGB channels and saturation

R 172 of 255 = 67%
G 227 of 255 = 89%
B 219 of 255 = 86%

172
227
219

R + G + B ~ 81%. #ACE3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 227 + 219 = 618 (100%)
R 172 of 618 ~ 27.83%
G 227 of 618 ~ 36.73%
B 219 of 618 ~ 35.44%

%27.83
%36.73
%35.44

CMYK color model

#ACE3DB color CMYK value is (24,0,4,11).

  • cyan value is 24.23%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 10.98%
CMYK:
(24,0,4,11)
C24M0Y4K11 
(24%,0%,4%,11%)
(0.24/0.00/0.04/0.11)	

CMYK percentages

%24.23
%0
%3.52
%10.98

Codes

Color #ACE3DB in popluar color models

ACE3DB
RGB172227219
HSL171°49.55%78.24%
HSB/HSV171°24.23%89.02%
CMYK24.23%0.00%3.52%
10.98%

Color #ACE3DB in popluar number systems.

HEXACE3DB
Decimal172227219
Binary101011001110001111011011
Octal254343333

Shades and tints

Shades of #ACE3DB

#ACE3DB
(172,227,219)
#9DCFC8
(157,207,200)
#8EBBB5
(142,187,181)
#7FA7A2
(127,167,162)
#70938F
(112,147,143)
#617F7C
(97,127,124)
#526B69
(82,107,105)
#435756
(67,87,86)
#344343
(52,67,67)
#252F30
(37,47,48)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #ACE3DB

#ACE3DB
(172,227,219)
#B3E5DE
(179,229,222)
#BAE7E1
(186,231,225)
#C1E9E4
(193,233,228)
#C8EBE7
(200,235,231)
#CFEDEA
(207,237,234)
#D6EFED
(214,239,237)
#DDF1F0
(221,241,240)
#E4F3F3
(228,243,243)
#EBF5F6
(235,245,246)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE3DB color. Also use rgb(172,227,219) instead hex code.

Text Font Color

.myTextColor { color: #ACE3DB; }

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

This text font color is #ACE3DB.


Background Color

.myBgColor { background-color: #ACE3DB; }

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

This div background color is #ACE3DB.


Border color

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

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

This div border color is #ACE3DB.


Opacity

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

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

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

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

This text has shadow with #ACE3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE3DB on black background.


Color preview on white background

This text has color #ACE3DB on white background.



Black color preview on #ACE3DB background

This text has black color on #ACE3DB background.


White color preview on #ACE3DB background

This text has white color on #ACE3DB background.