COLOR #ACDBDA

HEX: #ACDBDA RGB: (172,219,218)

Color info

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

RGB color model

#ACDBDA color RGB value is (172,219,218).

RGB: (172,219,218) (67%, 86%, 85%)

RGB channels and saturation

R 172 of 255 = 67%
G 219 of 255 = 86%
B 218 of 255 = 85%

172
219
218

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

Portions of RGB colors in percentages

R + G + B = 172 + 219 + 218 = 609 (100%)
R 172 of 609 ~ 28.24%
G 219 of 609 ~ 35.96%
B 218 of 609 ~ 35.8'%

%28.24
%35.96
%35.8

CMYK color model

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

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.12%
CMYK: (21,0,0,14) C21M0Y0K14 (21%,0%,0%,14%) (0.21/0.00/0.00/0.14) 

CMYK percentages

%21.46
%0
%0.46
%14.12

Codes

Color #ACDBDA in popluar color models

AC DB DA
RGB 172 219 218
HSL 179° 39.50% 76.67%
HSB/HSV 179° 21.46% 85.88%
CMYK 21.46% 0.00% 0.46%
14.12%

Color #ACDBDA in popluar number systems.

HEX AC DB DA
Decimal 172 219 218
Binary 10101100 11011011 11011010
Octal 254 333 332

Shades and tints

Shades of #ACDBDA

#ACDBDA
(172,219,218)
#9DC8C7
(157,200,199)
#8EB5B4
(142,181,180)
#7FA2A1
(127,162,161)
#708F8E
(112,143,142)
#617C7B
(97,124,123)
#526968
(82,105,104)
#435655
(67,86,85)
#344342
(52,67,66)
#25302F
(37,48,47)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #ACDBDA

#ACDBDA
(172,219,218)
#B3DEDD
(179,222,221)
#BAE1E0
(186,225,224)
#C1E4E3
(193,228,227)
#C8E7E6
(200,231,230)
#CFEAE9
(207,234,233)
#D6EDEC
(214,237,236)
#DDF0EF
(221,240,239)
#E4F3F2
(228,243,242)
#EBF6F5
(235,246,245)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDBDA; }

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

This text font color is #ACDBDA.

Background Color

.myBgColor { background-color: #ACDBDA; }

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

This div background color is #ACDBDA.

Border color

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

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

This div border color is #ACDBDA.

Opacity

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

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

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

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

This text has shadow with #ACDBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDBDA.

Preview

Color preview on black background

This text has color #ACDBDA on black background.


Color preview on white background

This text has color #ACDBDA on white background.


Black color preview on #ACDBDA background

This text has black color on #ACDBDA background.


White color preview on #ACDBDA background

This text has white color on #ACDBDA background.


Related colors

Complementary color

Complementary color for #hex is #532425.


I love getcolorcode.com

Triadic colors

1 #DAACDB and #DBDAAC with #ACDBDA are triadic colors.

2 #DADBAC and #DBACDA with #ACDBDA are triadic colors.