COLOR #ACC6D3

HEX: #ACC6D3 RGB: (172,198,211)

Color info

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

RGB color model

#ACC6D3 color RGB value is (172,198,211).

RGB: (172,198,211) (67%, 78%, 83%)

RGB channels and saturation

R 172 of 255 = 67%
G 198 of 255 = 78%
B 211 of 255 = 83%

172
198
211

R + G + B ~ 76%. #ACC6D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 198 + 211 = 581 (100%)
R 172 of 581 ~ 29.6%
G 198 of 581 ~ 34.08%
B 211 of 581 ~ 36.32'%

%29.6
%34.08
%36.32

CMYK color model

#ACC6D3 color CMYK value is (18,6,0,17).

  • cyan value is 18.48%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (18,6,0,17)
C18M6Y0K17 (18%, 6%, 0%, 17%)
(0.18 / 0.06 / 0.00 / 0.17)

CMYK percentages

%18.48
%6.16
%0
%17.25

Codes

Color #ACC6D3 in popluar color models

AC C6 D3
RGB 172 198 211
HSL 200° 30.71% 75.10%
HSB/HSV 200° 18.48% 82.75%
CMYK 18.48% 6.16% 0.00%
17.25%

Color #ACC6D3 in popluar number systems.

HEX AC C6 D3
Decimal 172 198 211
Binary 10101100 11000110 11010011
Octal 254 306 323

Shades and tints

Shades of #ACC6D3

#ACC6D3
(172,198,211)
#9DB4C0
(157,180,192)
#8EA2AD
(142,162,173)
#7F909A
(127,144,154)
#707E87
(112,126,135)
#616C74
(97,108,116)
#525A61
(82,90,97)
#43484E
(67,72,78)
#34363B
(52,54,59)
#252428
(37,36,40)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #ACC6D3

#ACC6D3
(172,198,211)
#B3CBD7
(179,203,215)
#BAD0DB
(186,208,219)
#C1D5DF
(193,213,223)
#C8DAE3
(200,218,227)
#CFDFE7
(207,223,231)
#D6E4EB
(214,228,235)
#DDE9EF
(221,233,239)
#E4EEF3
(228,238,243)
#EBF3F7
(235,243,247)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC6D3; }

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

This text font color is #ACC6D3.

Background Color

.myBgColor { background-color: #ACC6D3; }

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

This div background color is #ACC6D3.

Border color

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

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

This div border color is #ACC6D3.

Opacity

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

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

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

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

This text has shadow with #ACC6D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC6D3.

Preview

Color preview on black background

This text has color #ACC6D3 on black background.


Color preview on white background

This text has color #ACC6D3 on white background.


Black color preview on #ACC6D3 background

This text has black color on #ACC6D3 background.


White color preview on #ACC6D3 background

This text has white color on #ACC6D3 background.


Related colors

Complementary color

Complementary color for #hex is #53392C.


I love getcolorcode.com

Triadic colors

1 #D3ACC6 and #C6D3AC with #ACC6D3 are triadic colors.

2 #D3C6AC and #C6ACD3 with #ACC6D3 are triadic colors.