COLOR #ACDBD5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

172
219
213

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

Portions of RGB colors in percentages

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

%28.48
%36.26
%35.26

CMYK color model

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

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

CMYK percentages

%21.46
%0
%2.74
%14.12

Codes

Color #ACDBD5 in popluar color models

ACDBD5
RGB172219213
HSL172°39.50%76.67%
HSB/HSV172°21.46%85.88%
CMYK21.46%0.00%2.74%
14.12%

Color #ACDBD5 in popluar number systems.

HEXACDBD5
Decimal172219213
Binary101011001101101111010101
Octal254333325

Shades and tints

Shades of #ACDBD5

#ACDBD5
(172,219,213)
#9DC8C2
(157,200,194)
#8EB5AF
(142,181,175)
#7FA29C
(127,162,156)
#708F89
(112,143,137)
#617C76
(97,124,118)
#526963
(82,105,99)
#435650
(67,86,80)
#34433D
(52,67,61)
#25302A
(37,48,42)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #ACDBD5

#ACDBD5
(172,219,213)
#B3DED8
(179,222,216)
#BAE1DB
(186,225,219)
#C1E4DE
(193,228,222)
#C8E7E1
(200,231,225)
#CFEAE4
(207,234,228)
#D6EDE7
(214,237,231)
#DDF0EA
(221,240,234)
#E4F3ED
(228,243,237)
#EBF6F0
(235,246,240)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDBD5; }

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

This text font color is #ACDBD5.


Background Color

.myBgColor { background-color: #ACDBD5; }

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

This div background color is #ACDBD5.


Border color

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

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

This div border color is #ACDBD5.


Opacity

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

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

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

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

This text has shadow with #ACDBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDBD5 on black background.


Color preview on white background

This text has color #ACDBD5 on white background.



Black color preview on #ACDBD5 background

This text has black color on #ACDBD5 background.


White color preview on #ACDBD5 background

This text has white color on #ACDBD5 background.