COLOR #ACC6DA

HEX: #ACC6DA RGB: (172,198,218)

Color info

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

RGB color model

#ACC6DA color RGB value is (172,198,218).

RGB: (172,198,218) (67%, 78%, 85%)

RGB channels and saturation

R 172 of 255 = 67%
G 198 of 255 = 78%
B 218 of 255 = 85%

172
198
218

R + G + B ~ 77%. #ACC6DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 198 + 218 = 588 (100%)
R 172 of 588 ~ 29.25%
G 198 of 588 ~ 33.67%
B 218 of 588 ~ 37.07'%

%29.25
%33.67
%37.07

CMYK color model

#ACC6DA color CMYK value is (21,9,0,15).

  • cyan value is 21.10%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (21,9,0,15) C21M9Y0K15 (21%,9%,0%,15%) (0.21/0.09/0.00/0.15) 

CMYK percentages

%21.1
%9.17
%0
%14.51

Codes

Color #ACC6DA in popluar color models

AC C6 DA
RGB 172 198 218
HSL 206° 38.33% 76.47%
HSB/HSV 206° 21.10% 85.49%
CMYK 21.10% 9.17% 0.00%
14.51%

Color #ACC6DA in popluar number systems.

HEX AC C6 DA
Decimal 172 198 218
Binary 10101100 11000110 11011010
Octal 254 306 332

Shades and tints

Shades of #ACC6DA

#ACC6DA
(172,198,218)
#9DB4C7
(157,180,199)
#8EA2B4
(142,162,180)
#7F90A1
(127,144,161)
#707E8E
(112,126,142)
#616C7B
(97,108,123)
#525A68
(82,90,104)
#434855
(67,72,85)
#343642
(52,54,66)
#25242F
(37,36,47)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #ACC6DA

#ACC6DA
(172,198,218)
#B3CBDD
(179,203,221)
#BAD0E0
(186,208,224)
#C1D5E3
(193,213,227)
#C8DAE6
(200,218,230)
#CFDFE9
(207,223,233)
#D6E4EC
(214,228,236)
#DDE9EF
(221,233,239)
#E4EEF2
(228,238,242)
#EBF3F5
(235,243,245)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC6DA; }

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

This text font color is #ACC6DA.

Background Color

.myBgColor { background-color: #ACC6DA; }

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

This div background color is #ACC6DA.

Border color

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

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

This div border color is #ACC6DA.

Opacity

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

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

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

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

This text has shadow with #ACC6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC6DA.

Preview

Color preview on black background

This text has color #ACC6DA on black background.


Color preview on white background

This text has color #ACC6DA on white background.


Black color preview on #ACC6DA background

This text has black color on #ACC6DA background.


White color preview on #ACC6DA background

This text has white color on #ACC6DA background.


Related colors

Complementary color

Complementary color for #hex is #533925.


I love getcolorcode.com

Triadic colors

1 #DAACC6 and #C6DAAC with #ACC6DA are triadic colors.

2 #DAC6AC and #C6ACDA with #ACC6DA are triadic colors.