COLOR #ACD5DB

HEX: #ACD5DB
RGB: (172,213,219)

Color info

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

RGB color model

#ACD5DB color RGB value is (172,213,219).

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

RGB channels and saturation

R 172 of 255 = 67%
G 213 of 255 = 84%
B 219 of 255 = 86%

172
213
219

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

Portions of RGB colors in percentages

R + G + B =
172 + 213 + 219 = 604 (100%)
R 172 of 604 ~ 28.48%
G 213 of 604 ~ 35.26%
B 219 of 604 ~ 36.26%

%28.48
%35.26
%36.26

CMYK color model

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

  • cyan value is 21.46%
  • magenta value is 2.74%
  • 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
%2.74
%0
%14.12

Codes

Color #ACD5DB in popluar color models

ACD5DB
RGB172213219
HSL188°39.50%76.67%
HSB/HSV188°21.46%85.88%
CMYK21.46%2.74%0.00%
14.12%

Color #ACD5DB in popluar number systems.

HEXACD5DB
Decimal172213219
Binary101011001101010111011011
Octal254325333

Shades and tints

Shades of #ACD5DB

#ACD5DB
(172,213,219)
#9DC2C8
(157,194,200)
#8EAFB5
(142,175,181)
#7F9CA2
(127,156,162)
#70898F
(112,137,143)
#61767C
(97,118,124)
#526369
(82,99,105)
#435056
(67,80,86)
#343D43
(52,61,67)
#252A30
(37,42,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #ACD5DB

#ACD5DB
(172,213,219)
#B3D8DE
(179,216,222)
#BADBE1
(186,219,225)
#C1DEE4
(193,222,228)
#C8E1E7
(200,225,231)
#CFE4EA
(207,228,234)
#D6E7ED
(214,231,237)
#DDEAF0
(221,234,240)
#E4EDF3
(228,237,243)
#EBF0F6
(235,240,246)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD5DB; }

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

This text font color is #ACD5DB.


Background Color

.myBgColor { background-color: #ACD5DB; }

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

This div background color is #ACD5DB.


Border color

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

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

This div border color is #ACD5DB.


Opacity

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

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

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

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

This text has shadow with #ACD5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD5DB on black background.


Color preview on white background

This text has color #ACD5DB on white background.



Black color preview on #ACD5DB background

This text has black color on #ACD5DB background.


White color preview on #ACD5DB background

This text has white color on #ACD5DB background.