COLOR #ACDBD0

HEX: #ACDBD0
RGB: (172,219,208)

Color info

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

RGB color model

#ACDBD0 color RGB value is (172,219,208).

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

RGB channels and saturation

R 172 of 255 = 67%
G 219 of 255 = 86%
B 208 of 255 = 82%

172
219
208

R + G + B ~ 78%. #ACDBD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 219 + 208 = 599 (100%)
R 172 of 599 ~ 28.71%
G 219 of 599 ~ 36.56%
B 208 of 599 ~ 34.72%

%28.71
%36.56
%34.72

CMYK color model

#ACDBD0 color CMYK value is (21,0,5,14).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • key color value is 14.12%
CMYK:
(21,0,5,14)
C21M0Y5K14 
(21%,0%,5%,14%)
(0.21/0.00/0.05/0.14)	

CMYK percentages

%21.46
%0
%5.02
%14.12

Codes

Color #ACDBD0 in popluar color models

ACDBD0
RGB172219208
HSL166°39.50%76.67%
HSB/HSV166°21.46%85.88%
CMYK21.46%0.00%5.02%
14.12%

Color #ACDBD0 in popluar number systems.

HEXACDBD0
Decimal172219208
Binary101011001101101111010000
Octal254333320

Shades and tints

Shades of #ACDBD0

#ACDBD0
(172,219,208)
#9DC8BE
(157,200,190)
#8EB5AC
(142,181,172)
#7FA29A
(127,162,154)
#708F88
(112,143,136)
#617C76
(97,124,118)
#526964
(82,105,100)
#435652
(67,86,82)
#344340
(52,67,64)
#25302E
(37,48,46)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #ACDBD0

#ACDBD0
(172,219,208)
#B3DED4
(179,222,212)
#BAE1D8
(186,225,216)
#C1E4DC
(193,228,220)
#C8E7E0
(200,231,224)
#CFEAE4
(207,234,228)
#D6EDE8
(214,237,232)
#DDF0EC
(221,240,236)
#E4F3F0
(228,243,240)
#EBF6F4
(235,246,244)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDBD0; }

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

This text font color is #ACDBD0.


Background Color

.myBgColor { background-color: #ACDBD0; }

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

This div background color is #ACDBD0.


Border color

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

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

This div border color is #ACDBD0.


Opacity

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

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

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

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

This text has shadow with #ACDBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDBD0 on black background.


Color preview on white background

This text has color #ACDBD0 on white background.



Black color preview on #ACDBD0 background

This text has black color on #ACDBD0 background.


White color preview on #ACDBD0 background

This text has white color on #ACDBD0 background.