COLOR #ACD4DB

HEX: #ACD4DB
RGB: (172,212,219)

Color info

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

RGB color model

#ACD4DB color RGB value is (172,212,219).

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

RGB channels and saturation

R 172 of 255 = 67%
G 212 of 255 = 83%
B 219 of 255 = 86%

172
212
219

R + G + B ~ 79%. #ACD4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 212 + 219 = 603 (100%)
R 172 of 603 ~ 28.52%
G 212 of 603 ~ 35.16%
B 219 of 603 ~ 36.32%

%28.52
%35.16
%36.32

CMYK color model

#ACD4DB color CMYK value is (21,3,0,14).

  • cyan value is 21.46%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(21,3,0,14)
C21M3Y0K14 
(21%,3%,0%,14%)
(0.21/0.03/0.00/0.14)	

CMYK percentages

%21.46
%3.2
%0
%14.12

Codes

Color #ACD4DB in popluar color models

ACD4DB
RGB172212219
HSL189°39.50%76.67%
HSB/HSV189°21.46%85.88%
CMYK21.46%3.20%0.00%
14.12%

Color #ACD4DB in popluar number systems.

HEXACD4DB
Decimal172212219
Binary101011001101010011011011
Octal254324333

Shades and tints

Shades of #ACD4DB

#ACD4DB
(172,212,219)
#9DC1C8
(157,193,200)
#8EAEB5
(142,174,181)
#7F9BA2
(127,155,162)
#70888F
(112,136,143)
#61757C
(97,117,124)
#526269
(82,98,105)
#434F56
(67,79,86)
#343C43
(52,60,67)
#252930
(37,41,48)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #ACD4DB

#ACD4DB
(172,212,219)
#B3D7DE
(179,215,222)
#BADAE1
(186,218,225)
#C1DDE4
(193,221,228)
#C8E0E7
(200,224,231)
#CFE3EA
(207,227,234)
#D6E6ED
(214,230,237)
#DDE9F0
(221,233,240)
#E4ECF3
(228,236,243)
#EBEFF6
(235,239,246)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD4DB; }

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

This text font color is #ACD4DB.


Background Color

.myBgColor { background-color: #ACD4DB; }

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

This div background color is #ACD4DB.


Border color

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

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

This div border color is #ACD4DB.


Opacity

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

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

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

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

This text has shadow with #ACD4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD4DB on black background.


Color preview on white background

This text has color #ACD4DB on white background.



Black color preview on #ACD4DB background

This text has black color on #ACD4DB background.


White color preview on #ACD4DB background

This text has white color on #ACD4DB background.