COLOR #ACCDBB

HEX: #ACCDBB RGB: (172,205,187)

Color info

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

RGB color model

#ACCDBB color RGB value is (172,205,187).

RGB: (172,205,187) (67%, 80%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 187 of 255 = 73%

172
205
187

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

Portions of RGB colors in percentages

R + G + B = 172 + 205 + 187 = 564 (100%)
R 172 of 564 ~ 30.5%
G 205 of 564 ~ 36.35%
B 187 of 564 ~ 33.16'%

%30.5
%36.35
%33.16

CMYK color model

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

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

CMYK: (16,0,9,20)
C16M0Y9K20 (16%, 0%, 9%, 20%)
(0.16 / 0.00 / 0.09 / 0.20)

CMYK percentages

%16.1
%0
%8.78
%19.61

Codes

Color #ACCDBB in popluar color models

AC CD BB
RGB 172 205 187
HSL 147° 24.81% 73.92%
HSB/HSV 147° 16.10% 80.39%
CMYK 16.10% 0.00% 8.78%
19.61%

Color #ACCDBB in popluar number systems.

HEX AC CD BB
Decimal 172 205 187
Binary 10101100 11001101 10111011
Octal 254 315 273

Shades and tints

Shades of #ACCDBB

#ACCDBB
(172,205,187)
#9DBBAA
(157,187,170)
#8EA999
(142,169,153)
#7F9788
(127,151,136)
#708577
(112,133,119)
#617366
(97,115,102)
#526155
(82,97,85)
#434F44
(67,79,68)
#343D33
(52,61,51)
#252B22
(37,43,34)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #ACCDBB

#ACCDBB
(172,205,187)
#B3D1C1
(179,209,193)
#BAD5C7
(186,213,199)
#C1D9CD
(193,217,205)
#C8DDD3
(200,221,211)
#CFE1D9
(207,225,217)
#D6E5DF
(214,229,223)
#DDE9E5
(221,233,229)
#E4EDEB
(228,237,235)
#EBF1F1
(235,241,241)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCDBB; }

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

This text font color is #ACCDBB.

Background Color

.myBgColor { background-color: #ACCDBB; }

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

This div background color is #ACCDBB.

Border color

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

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

This div border color is #ACCDBB.

Opacity

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

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

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

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

This text has shadow with #ACCDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCDBB.

Preview

Color preview on black background

This text has color #ACCDBB on black background.


Color preview on white background

This text has color #ACCDBB on white background.


Black color preview on #ACCDBB background

This text has black color on #ACCDBB background.


White color preview on #ACCDBB background

This text has white color on #ACCDBB background.


Related colors

Complementary color

Complementary color for #hex is #533244.


I love getcolorcode.com

Triadic colors

1 #BBACCD and #CDBBAC with #ACCDBB are triadic colors.

2 #BBCDAC and #CDACBB with #ACCDBB are triadic colors.