COLOR #ACCDCC

HEX: #ACCDCC RGB: (172,205,204)

Color info

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

RGB color model

#ACCDCC color RGB value is (172,205,204).

RGB: (172,205,204) (67%, 80%, 80%)

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 204 of 255 = 80%

172
205
204

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

Portions of RGB colors in percentages

R + G + B = 172 + 205 + 204 = 581 (100%)
R 172 of 581 ~ 29.6%
G 205 of 581 ~ 35.28%
B 204 of 581 ~ 35.11'%

%29.6
%35.28
%35.11

CMYK color model

#ACCDCC color CMYK value is (16,0,0,20).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 19.61%
CMYK: (16,0,0,20) C16M0Y0K20 (16%,0%,0%,20%) (0.16/0.00/0.00/0.20) 

CMYK percentages

%16.1
%0
%0.49
%19.61

Codes

Color #ACCDCC in popluar color models

AC CD CC
RGB 172 205 204
HSL 178° 24.81% 73.92%
HSB/HSV 178° 16.10% 80.39%
CMYK 16.10% 0.00% 0.49%
19.61%

Color #ACCDCC in popluar number systems.

HEX AC CD CC
Decimal 172 205 204
Binary 10101100 11001101 11001100
Octal 254 315 314

Shades and tints

Shades of #ACCDCC

#ACCDCC
(172,205,204)
#9DBBBA
(157,187,186)
#8EA9A8
(142,169,168)
#7F9796
(127,151,150)
#708584
(112,133,132)
#617372
(97,115,114)
#526160
(82,97,96)
#434F4E
(67,79,78)
#343D3C
(52,61,60)
#252B2A
(37,43,42)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #ACCDCC

#ACCDCC
(172,205,204)
#B3D1D0
(179,209,208)
#BAD5D4
(186,213,212)
#C1D9D8
(193,217,216)
#C8DDDC
(200,221,220)
#CFE1E0
(207,225,224)
#D6E5E4
(214,229,228)
#DDE9E8
(221,233,232)
#E4EDEC
(228,237,236)
#EBF1F0
(235,241,240)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCDCC color. Also use rgb(172,205,204) instead hex code.

Text Font Color

.myTextColor { color: #ACCDCC; }

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

This text font color is #ACCDCC.

Background Color

.myBgColor { background-color: #ACCDCC; }

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

This div background color is #ACCDCC.

Border color

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

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

This div border color is #ACCDCC.

Opacity

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

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

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

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

This text has shadow with #ACCDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCDCC.

Preview

Color preview on black background

This text has color #ACCDCC on black background.


Color preview on white background

This text has color #ACCDCC on white background.


Black color preview on #ACCDCC background

This text has black color on #ACCDCC background.


White color preview on #ACCDCC background

This text has white color on #ACCDCC background.


Related colors

Complementary color

Complementary color for #hex is #533233.


I love getcolorcode.com

Triadic colors

1 #CCACCD and #CDCCAC with #ACCDCC are triadic colors.

2 #CCCDAC and #CDACCC with #ACCDCC are triadic colors.