COLOR #ACDBD7

HEX: #ACDBD7 RGB: (172,219,215)

Color info

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

RGB color model

#ACDBD7 color RGB value is (172,219,215).

RGB: (172,219,215) (67%, 86%, 84%)

RGB channels and saturation

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

172
219
215

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

Portions of RGB colors in percentages

R + G + B = 172 + 219 + 215 = 606 (100%)
R 172 of 606 ~ 28.38%
G 219 of 606 ~ 36.14%
B 215 of 606 ~ 35.48'%

%28.38
%36.14
%35.48

CMYK color model

#ACDBD7 color CMYK value is (21,0,2,14).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.12%

CMYK: (21,0,2,14)
C21M0Y2K14 (21%, 0%, 2%, 14%)
(0.21 / 0.00 / 0.02 / 0.14)

CMYK percentages

%21.46
%0
%1.83
%14.12

Codes

Color #ACDBD7 in popluar color models

AC DB D7
RGB 172 219 215
HSL 175° 39.50% 76.67%
HSB/HSV 175° 21.46% 85.88%
CMYK 21.46% 0.00% 1.83%
14.12%

Color #ACDBD7 in popluar number systems.

HEX AC DB D7
Decimal 172 219 215
Binary 10101100 11011011 11010111
Octal 254 333 327

Shades and tints

Shades of #ACDBD7

#ACDBD7
(172,219,215)
#9DC8C4
(157,200,196)
#8EB5B1
(142,181,177)
#7FA29E
(127,162,158)
#708F8B
(112,143,139)
#617C78
(97,124,120)
#526965
(82,105,101)
#435652
(67,86,82)
#34433F
(52,67,63)
#25302C
(37,48,44)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #ACDBD7

#ACDBD7
(172,219,215)
#B3DEDA
(179,222,218)
#BAE1DD
(186,225,221)
#C1E4E0
(193,228,224)
#C8E7E3
(200,231,227)
#CFEAE6
(207,234,230)
#D6EDE9
(214,237,233)
#DDF0EC
(221,240,236)
#E4F3EF
(228,243,239)
#EBF6F2
(235,246,242)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDBD7; }

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

This text font color is #ACDBD7.

Background Color

.myBgColor { background-color: #ACDBD7; }

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

This div background color is #ACDBD7.

Border color

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

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

This div border color is #ACDBD7.

Opacity

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

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

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

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

This text has shadow with #ACDBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDBD7.

Preview

Color preview on black background

This text has color #ACDBD7 on black background.


Color preview on white background

This text has color #ACDBD7 on white background.


Black color preview on #ACDBD7 background

This text has black color on #ACDBD7 background.


White color preview on #ACDBD7 background

This text has white color on #ACDBD7 background.


Related colors

Complementary color

Complementary color for #hex is #532428.


I love getcolorcode.com

Triadic colors

1 #D7ACDB and #DBD7AC with #ACDBD7 are triadic colors.

2 #D7DBAC and #DBACD7 with #ACDBD7 are triadic colors.