COLOR #ACCDB4

HEX: #ACCDB4 RGB: (172,205,180)

Color info

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

RGB color model

#ACCDB4 color RGB value is (172,205,180).

RGB: (172,205,180) (67%, 80%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 180 of 255 = 71%

172
205
180

R + G + B ~ 73%. #ACCDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 205 + 180 = 557 (100%)
R 172 of 557 ~ 30.88%
G 205 of 557 ~ 36.8%
B 180 of 557 ~ 32.32'%

%30.88
%36.8
%32.32

CMYK color model

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

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 19.61%

CMYK: (16,0,12,20)
C16M0Y12K20 (16%, 0%, 12%, 20%)
(0.16 / 0.00 / 0.12 / 0.20)

CMYK percentages

%16.1
%0
%12.2
%19.61

Codes

Color #ACCDB4 in popluar color models

AC CD B4
RGB 172 205 180
HSL 135° 24.81% 73.92%
HSB/HSV 135° 16.10% 80.39%
CMYK 16.10% 0.00% 12.20%
19.61%

Color #ACCDB4 in popluar number systems.

HEX AC CD B4
Decimal 172 205 180
Binary 10101100 11001101 10110100
Octal 254 315 264

Shades and tints

Shades of #ACCDB4

#ACCDB4
(172,205,180)
#9DBBA4
(157,187,164)
#8EA994
(142,169,148)
#7F9784
(127,151,132)
#708574
(112,133,116)
#617364
(97,115,100)
#526154
(82,97,84)
#434F44
(67,79,68)
#343D34
(52,61,52)
#252B24
(37,43,36)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #ACCDB4

#ACCDB4
(172,205,180)
#B3D1BA
(179,209,186)
#BAD5C0
(186,213,192)
#C1D9C6
(193,217,198)
#C8DDCC
(200,221,204)
#CFE1D2
(207,225,210)
#D6E5D8
(214,229,216)
#DDE9DE
(221,233,222)
#E4EDE4
(228,237,228)
#EBF1EA
(235,241,234)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCDB4; }

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

This text font color is #ACCDB4.

Background Color

.myBgColor { background-color: #ACCDB4; }

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

This div background color is #ACCDB4.

Border color

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

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

This div border color is #ACCDB4.

Opacity

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

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

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

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

This text has shadow with #ACCDB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCDB4.

Preview

Color preview on black background

This text has color #ACCDB4 on black background.


Color preview on white background

This text has color #ACCDB4 on white background.


Black color preview on #ACCDB4 background

This text has black color on #ACCDB4 background.


White color preview on #ACCDB4 background

This text has white color on #ACCDB4 background.


Related colors

Complementary color

Complementary color for #hex is #53324B.


I love getcolorcode.com

Triadic colors

1 #B4ACCD and #CDB4AC with #ACCDB4 are triadic colors.

2 #B4CDAC and #CDACB4 with #ACCDB4 are triadic colors.